-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCreateConfigItem.dfm
More file actions
183 lines (183 loc) · 4.22 KB
/
CreateConfigItem.dfm
File metadata and controls
183 lines (183 loc) · 4.22 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
object CreateConfigItemForm: TCreateConfigItemForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #26032#24314#37197#32622#39033
ClientHeight = 380
ClientWidth = 550
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
TextHeight = 15
object pgcMain: TPageControl
Left = 0
Top = 0
Width = 550
Height = 330
ActivePage = tsSimple
Align = alClient
TabOrder = 0
OnChange = pgcMainChange
object tsSimple: TTabSheet
Caption = #31616#21333#23646#24615
object lblName: TLabel
Left = 16
Top = 24
Width = 55
Height = 15
Caption = #39033#30446#21517#31216':'
end
object lblValue: TLabel
Left = 16
Top = 72
Width = 42
Height = 15
Caption = #21021#22987#20540':'
end
object lblSection: TLabel
Left = 16
Top = 120
Width = 55
Height = 15
Caption = #25152#23646#33410#28857':'
end
object lblDescription: TLabel
Left = 16
Top = 168
Width = 55
Height = 15
Caption = #35828#26126#20449#24687':'
end
object edtName: TEdit
Left = 96
Top = 21
Width = 425
Height = 23
TabOrder = 0
end
object edtValue: TEdit
Left = 96
Top = 69
Width = 425
Height = 23
TabOrder = 1
TextHint = #35831#36755#20837#21021#22987#20540
end
object edtSection: TEdit
Left = 96
Top = 117
Width = 425
Height = 23
TabOrder = 2
TextHint = #22914#26524#19981#26159#33410#28857#65292#21017#25351#23450#25152#23646#33410
end
object edtDescription: TEdit
Left = 96
Top = 165
Width = 425
Height = 23
TabOrder = 3
TextHint = #21487#36873#35828#26126#20449#24687
end
object rgSimpleType: TRadioGroup
Left = 16
Top = 208
Width = 505
Height = 81
Caption = #31867#22411
Columns = 4
ItemIndex = 0
Items.Strings = (
#33410
#25991#26412
#25972#25968
#23567#25968
#24067#23572#20540
#26085#26399#26102#38388
#39068#33394)
TabOrder = 4
OnClick = rgSimpleTypeClick
end
end
object tsSpecial: TTabSheet
Caption = #19987#39033#32534#36753#22120
ImageIndex = 1
object lblSpecialName: TLabel
Left = 16
Top = 24
Width = 55
Height = 15
Caption = #39033#30446#21517#31216':'
end
object edtSpecialName: TEdit
Left = 96
Top = 21
Width = 425
Height = 23
TabOrder = 0
end
object pnlSpecialParams: TPanel
Left = 16
Top = 64
Width = 505
Height = 137
BevelOuter = bvLowered
Caption = #36873#25321#19987#39033#32534#36753#22120#31867#22411
TabOrder = 1
end
object rgSpecialType: TRadioGroup
Left = 16
Top = 216
Width = 505
Height = 73
Caption = #19987#39033#32534#36753#22120#31867#22411
Columns = 3
ItemIndex = 0
Items.Strings = (
#23383#20307#32534#36753#22120
#20301#32622#32534#36753#22120
#32972#26223#32534#36753#22120
#25968#25454#24211#36830#25509#32534#36753#22120
#36335#24452#32534#36753#22120)
TabOrder = 2
OnClick = rgSpecialTypeClick
end
end
end
object pnlButtons: TPanel
Left = 0
Top = 330
Width = 550
Height = 50
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnOK: TButton
Left = 344
Top = 12
Width = 89
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 439
Top = 12
Width = 89
Height = 25
Cancel = True
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
end
end
end