blob: 142bf1b1c1f8f4ae35b1275a7333db70a5f9322e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE LinpskConfiguration>
<Parameters>
<WindowsParameter>
<MinimumWindowWidth Value="640" />
<WindowWidth Value="640" />
<MinimumWindowHeight Value="540" />
<Xpos Value="108" />
<Ypos Value="45" />
<WindowHeight Value="589" />
<StatusBarHeight Value="20" />
<Font Size="10" Name="Helvetica" />
</WindowsParameter>
<Colors>
<Color g="0" r="0" b="0" />
</Colors>
<Mode DemoTypeNumber="0" DemoMode="false" />
<Operating>
<Callsign></Callsign>
<PTT Device="None" />
<QsoFile FileName="QSOData.adif" />
<Timeoffset Value="-2" />
<Slashed0 Value="false" />
<InputDevice Value="/dev/dsp" />
<OutputDevice Value="/dev/dsp" />
<InputVolume Value="50" />
<OutputVolume Value="50" />
</Operating>
</Parameters>
|