-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChnl_frame.dfm
78 lines (78 loc) · 1.47 KB
/
Chnl_frame.dfm
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
object FrmChnl: TFrmChnl
Left = 0
Top = 0
Width = 130
Height = 45
TabOrder = 0
OnResize = BtnOnClick
object Panel1: TPanel
Left = 0
Top = 0
Width = 130
Height = 45
Align = alClient
TabOrder = 0
object bOn: TCheckBox
Left = 3
Top = 3
Width = 51
Height = 17
TabStop = False
Caption = 'CHNL'
TabOrder = 0
OnClick = BtnOnClick
end
object cbVoltDiv: TComboBox
Left = 60
Top = 1
Width = 66
Height = 21
Hint = 'Volt/Div'
Ctl3D = True
ItemHeight = 0
ParentCtl3D = False
TabOrder = 2
TabStop = False
OnChange = BtnOnClick
end
object cbX10: TCheckBox
Left = 3
Top = 23
Width = 51
Height = 17
TabStop = False
Caption = 'x10'
TabOrder = 1
OnClick = BtnOnClick
end
object cbAC_DC: TComboBox
Left = 60
Top = 21
Width = 66
Height = 21
Hint = 'DC/GND/AC'
ItemHeight = 13
TabOrder = 3
TabStop = False
OnChange = BtnOnClick
Items.Strings = (
'DC'
'AC'
'GND')
end
end
object FormStorage1: TFormStorage
Options = []
UseRegistry = False
OnRestorePlacement = FormStorage1RestorePlacement
StoredProps.Strings = (
'bOn.Checked'
'cbX10.Checked'
'cbVoltDiv.ItemIndex'
'cbAC_DC.ItemIndex'
'cbVoltDiv.Tag')
StoredValues = <>
Left = 15
Top = 65532
end
end