-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunitformrig.lfm
More file actions
434 lines (434 loc) · 8.54 KB
/
unitformrig.lfm
File metadata and controls
434 lines (434 loc) · 8.54 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
object FormRig: TFormRig
Left = 500
Height = 290
Top = 358
Width = 331
BorderStyle = bsSingle
ClientHeight = 290
ClientWidth = 331
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
LCLVersion = '3.7.0.0'
object GroupBox1: TGroupBox
Left = 0
Height = 100
Top = 172
Width = 331
Align = alBottom
Caption = 'TX'
ClientHeight = 73
ClientWidth = 321
TabOrder = 0
object PanelPwr: TPanel
Left = 0
Height = 48
Top = 6
Width = 48
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Caption = '0'
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 0
TabStop = True
end
object Label4: TLabel
Left = 57
Height = 16
Top = 56
Width = 47
Caption = 'P(ref)%'
end
object Button11: TButton
Left = 251
Height = 26
Top = 8
Width = 35
Caption = '5'
TabOrder = 3
OnClick = Button11Click
end
object Button12: TButton
Left = 288
Height = 26
Top = 8
Width = 35
Caption = '25'
TabOrder = 4
OnClick = Button12Click
end
object Label3: TLabel
Left = 1
Height = 16
Top = 56
Width = 53
Caption = 'P(fwd)W'
end
object TrackBarPwr: TTrackBar
Left = 112
Height = 24
Top = 16
Width = 136
AutoSize = True
Frequency = 10
Max = 100
OnChange = TrackBarPwrChange
PageSize = 1
Position = 0
ScalePos = trBottom
ShowSelRange = False
TickStyle = tsManual
TabOrder = 2
end
object LabelPwr: TLabel
Left = 113
Height = 16
Top = 0
Width = 37
Caption = 'Power'
end
object LabelDgain: TLabel
Left = 113
Height = 16
Top = 32
Width = 57
Caption = 'Data gain'
end
object TrackBarDgain: TTrackBar
Left = 112
Height = 24
Top = 48
Width = 135
AutoSize = True
Frequency = 10
Max = 100
Min = 5
OnChange = TrackBarDgainChange
PageSize = 1
Position = 5
ScalePos = trBottom
ShowSelRange = False
TickStyle = tsManual
TabOrder = 5
end
object PanelSwr: TPanel
Left = 56
Height = 48
Top = 6
Width = 48
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Caption = '0'
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
TabStop = True
end
object Button13: TButton
Left = 251
Height = 26
Top = 40
Width = 35
Caption = '30'
TabOrder = 6
OnClick = Button13Click
end
object Button14: TButton
Left = 288
Height = 26
Top = 40
Width = 35
Caption = '50'
TabOrder = 7
OnClick = Button14Click
end
end
object GroupBox2: TGroupBox
Left = 0
Height = 81
Top = 91
Width = 331
Align = alClient
AutoSize = True
Caption = 'Control'
ClientHeight = 54
ClientWidth = 321
TabOrder = 1
object Button1: TButton
Left = 64
Height = 22
Top = 0
Width = 30
Caption = '7'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Height = 22
Top = 0
Width = 30
Caption = '10'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 128
Height = 22
Top = 0
Width = 30
Caption = '14'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Height = 22
Top = 0
Width = 30
Caption = '18'
TabOrder = 5
OnClick = Button4Click
end
object Button5: TButton
Left = 192
Height = 22
Top = 0
Width = 30
Caption = '21'
TabOrder = 6
OnClick = Button5Click
end
object Button6: TButton
Left = 224
Height = 22
Top = 0
Width = 30
Caption = '24'
TabOrder = 7
OnClick = Button6Click
end
object Button7: TButton
Left = 256
Height = 22
Top = 0
Width = 30
Caption = '28'
TabOrder = 8
OnClick = Button7Click
end
object Button9: TButton
Left = 288
Height = 22
Top = 0
Width = 30
Caption = '50'
TabOrder = 9
OnClick = Button9Click
end
object Button8: TButton
Left = 0
Height = 22
Top = 0
Width = 30
Caption = '1.8'
TabOrder = 0
OnClick = Button8Click
end
object Button10: TButton
Left = 32
Height = 22
Top = 0
Width = 30
Caption = '3.5'
TabOrder = 1
OnClick = Button10Click
end
object BitBtnSplit: TBitBtn
Left = 128
Height = 32
Top = 24
Width = 62
Caption = 'Split'
OnClick = BitBtnSplitClick
TabOrder = 10
end
object BitBtnSplitPlus: TBitBtn
Left = 224
Height = 32
Top = 24
Width = 32
Caption = '+'
OnClick = BitBtnSplitPlusClick
TabOrder = 11
end
object BitBtnTXW: TBitBtn
Left = 256
Height = 32
Top = 24
Width = 62
Caption = 'TXW'
GlyphShowMode = gsmAlways
OnClick = BitBtnTXWClick
TabOrder = 12
end
object BitBtnSplitMinus: TBitBtn
Left = 192
Height = 32
Top = 24
Width = 32
Caption = '-'
OnClick = BitBtnSplitMinusClick
TabOrder = 13
end
end
object StatusBar1: TStatusBar
Left = 0
Height = 18
Top = 272
Width = 331
Panels = <
item
Width = 50
end
item
Width = 50
end>
SimplePanel = False
end
object GroupBox3: TGroupBox
Left = 0
Height = 91
Top = 0
Width = 331
Align = alTop
AutoSize = True
Caption = 'RX'
ClientHeight = 64
ClientWidth = 321
TabOrder = 3
object PanelSmetr: TPanel
Left = 256
Height = 64
Top = 0
Width = 64
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 6
end
object BitBtnVOX: TBitBtn
Left = 190
Height = 32
Top = 32
Width = 64
Caption = 'VOX'
GlyphShowMode = gsmAlways
OnClick = BitBtnVOXClick
TabOrder = 5
end
object BitBtnDNR: TBitBtn
Left = 126
Height = 32
Top = 0
Width = 64
Caption = 'DNR'
GlyphShowMode = gsmAlways
OnClick = BitBtnDNRClick
TabOrder = 3
end
object BitBtnDNF: TBitBtn
Left = 126
Height = 32
Top = 32
Width = 64
Caption = 'DNF'
GlyphShowMode = gsmAlways
OnClick = BitBtnDNFClick
TabOrder = 4
end
object PanelVfoFrq: TPanel
Left = 0
Height = 32
Top = 0
Width = 126
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
FullRepaint = False
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 0
TabStop = True
end
object PanelVfoMode: TPanel
Left = 48
Height = 32
Top = 32
Width = 78
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 2
TabStop = True
end
object PanelVfoAB: TPanel
Left = 0
Height = 32
Top = 32
Width = 47
BevelColor = clBlack
BorderWidth = 1
BorderStyle = bsSingle
Color = clGray
Font.CharSet = 4
Font.Color = clWhite
Font.Height = -17
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
TabStop = True
end
end
end