-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunitformsettings.lfm
More file actions
243 lines (243 loc) · 4.52 KB
/
unitformsettings.lfm
File metadata and controls
243 lines (243 loc) · 4.52 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
object FormSettings: TFormSettings
Left = 652
Height = 516
Top = 241
Width = 398
Caption = 'Settings'
ClientHeight = 516
ClientWidth = 398
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '3.7.0.0'
object GroupBox1: TGroupBox
Left = 0
Height = 55
Top = 0
Width = 398
Align = alTop
AutoSize = True
BorderSpacing.InnerBorder = 5
Caption = 'Generic'
ClientHeight = 28
ClientWidth = 388
TabOrder = 0
object CheckBox1: TCheckBox
Left = 0
Height = 18
Top = 0
Width = 64
Caption = 'Debug'
TabOrder = 0
end
end
object Panel1: TPanel
Left = 0
Height = 48
Top = 468
Width = 398
Align = alBottom
ClientHeight = 48
ClientWidth = 398
TabOrder = 1
object ButtonSave: TButton
Left = 288
Height = 32
Top = 8
Width = 97
Caption = 'Save'
TabOrder = 0
OnClick = ButtonSaveClick
end
end
object GroupBox2: TGroupBox
Left = 0
Height = 103
Top = 55
Width = 398
Align = alTop
AutoSize = True
Caption = 'SPert'
ClientHeight = 76
ClientWidth = 388
TabOrder = 2
object ComboBox2: TComboBox
Left = 96
Height = 20
Top = 24
Width = 280
ItemHeight = 19
ReadOnly = True
TabOrder = 0
end
object Label2: TLabel
Left = 1
Height = 16
Top = 28
Width = 63
Caption = 'Serial port'
end
object Label1: TLabel
Left = 0
Height = 16
Top = 56
Width = 87
Caption = 'Fan on startup'
end
object ComboBox1: TComboBox
Left = 96
Height = 20
Top = 56
Width = 108
ItemHeight = 19
Items.Strings = (
'Do not change'
'50%'
'max'
'hysteresis'
'fixed'
)
ReadOnly = True
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 0
Height = 18
Top = 0
Width = 72
Caption = 'Enabled'
TabOrder = 2
end
end
object GroupBox3: TGroupBox
Left = 0
Height = 133
Top = 158
Width = 398
Align = alTop
AutoSize = True
Caption = 'TRX'
ClientHeight = 106
ClientWidth = 388
TabOrder = 3
object Label3: TLabel
Left = 0
Height = 16
Top = 24
Width = 63
Caption = 'Serial port'
end
object ComboBox3: TComboBox
Left = 96
Height = 20
Top = 24
Width = 280
ItemHeight = 26
ReadOnly = True
Style = csDropDownList
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 1
Height = 18
Top = 85
Width = 148
Caption = 'FLRIG server enabled'
TabOrder = 1
end
object Label4: TLabel
Left = 152
Height = 16
Top = 87
Width = 106
Caption = 'FLRIG server port'
end
object SpinEdit1: TSpinEdit
Left = 272
Height = 21
Top = 85
Width = 86
TabOrder = 2
end
object ComboBox4: TComboBox
Left = 96
Height = 18
Top = 0
Width = 143
ItemHeight = 26
ReadOnly = True
Style = csDropDownList
TabOrder = 3
end
object Label6: TLabel
Left = 0
Height = 16
Top = 0
Width = 37
Caption = 'Model'
end
object ComboBox5: TComboBox
Left = 96
Height = 18
Top = 48
Width = 143
ItemHeight = 26
ReadOnly = True
Style = csDropDownList
TabOrder = 4
end
object Label8: TLabel
Left = 1
Height = 16
Top = 48
Width = 66
Caption = 'Port speed'
end
end
object GroupBox4: TGroupBox
Left = 0
Height = 177
Top = 291
Width = 398
Align = alClient
Caption = 'Macros'
ClientHeight = 150
ClientWidth = 388
TabOrder = 4
object CheckBox5: TCheckBox
Left = 0
Height = 18
Top = 0
Width = 247
Caption = 'TurnSPert ATU off when band changed'
TabOrder = 0
end
object Label5: TLabel
Left = 5
Height = 16
Top = 24
Width = 229
Caption = 'Set TRX power before SPert ATU tune'
end
object SpinEdit2: TSpinEdit
Left = 288
Height = 21
Top = 19
Width = 78
TabOrder = 1
end
object SpinEdit3: TSpinEdit
Left = 288
Height = 21
Top = 47
Width = 78
TabOrder = 2
end
object Label7: TLabel
Left = 5
Height = 16
Top = 48
Width = 270
Caption = 'Lock SPert when estimated SWR higher than'
end
end
end