-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnitConfig.dfm
250 lines (250 loc) · 4.92 KB
/
UnitConfig.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
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
object FormConfig: TFormConfig
Left = 277
Top = 237
ActiveControl = BitBtn1
BorderStyle = bsDialog
Caption = 'Configura'#231#245'es'
ClientHeight = 223
ClientWidth = 431
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 40
Width = 217
Height = 145
Caption = ' Servidor '
TabOrder = 0
object Label3: TLabel
Left = 24
Top = 21
Width = 36
Height = 13
Caption = 'Usuario'
end
object Edit7: TEdit
Left = 72
Top = 16
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit7'
OnChange = Edit1Change
end
object Panel1: TPanel
Left = 8
Top = 48
Width = 201
Height = 89
Ctl3D = False
Enabled = False
ParentCtl3D = False
TabOrder = 1
object Label1: TLabel
Left = 13
Top = 14
Width = 39
Height = 13
Caption = 'Servidor'
end
object Label2: TLabel
Left = 30
Top = 36
Width = 25
Height = 13
Caption = 'Porta'
end
object Label4: TLabel
Left = 30
Top = 60
Width = 27
Height = 13
Caption = 'Canal'
end
object Edit1: TEdit
Left = 64
Top = 8
Width = 121
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
Text = 'Edit1'
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 64
Top = 32
Width = 121
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 1
Text = 'Edit2'
OnChange = Edit1Change
end
object Edit8: TEdit
Left = 64
Top = 58
Width = 121
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 2
Text = 'Edit8'
OnChange = Edit1Change
end
end
object CheckBox1: TCheckBox
Left = 16
Top = 40
Width = 49
Height = 17
Caption = 'Alterar'
TabOrder = 2
OnClick = CheckBox1Click
end
end
object BitBtn1: TBitBtn
Left = 256
Top = 192
Width = 80
Height = 23
Caption = 'OK'
ModalResult = 1
TabOrder = 1
OnClick = BitBtn1Click
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 344
Top = 192
Width = 80
Height = 23
Caption = 'Cancelar'
TabOrder = 2
OnClick = BitBtn2Click
NumGlyphs = 2
end
object BitBtn4: TBitBtn
Left = 144
Top = 192
Width = 80
Height = 23
Caption = 'Recarregar'
Enabled = False
TabOrder = 3
OnClick = BitBtn4Click
NumGlyphs = 2
end
object GroupBox2: TGroupBox
Left = 232
Top = 40
Width = 193
Height = 145
Caption = ' Usu'#225'rios '
TabOrder = 4
object Label5: TLabel
Left = 24
Top = 112
Width = 31
Height = 13
Caption = 'Senha'
end
object ListBox1: TListBox
Left = 72
Top = 16
Width = 113
Height = 89
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object Edit4: TEdit
Left = 72
Top = 112
Width = 113
Height = 21
PasswordChar = '#'
TabOrder = 1
Text = 'Edit4'
OnChange = Edit1Change
end
object BitBtn3: TBitBtn
Left = 8
Top = 16
Width = 57
Height = 25
Hint = 'Adiciona Usu'#225'rio'
Caption = 'Adicionar'
TabOrder = 2
OnClick = BitBtn3Click
NumGlyphs = 2
end
object BitBtn5: TBitBtn
Left = 8
Top = 48
Width = 57
Height = 25
Hint = 'Retirar Usu'#225'rio'
Caption = 'Remover'
Enabled = False
TabOrder = 3
OnClick = BitBtn5Click
end
end
object Edit3: TEdit
Left = 8
Top = 192
Width = 25
Height = 21
TabOrder = 5
Text = 'Edit3'
Visible = False
end
object Edit5: TEdit
Left = 40
Top = 192
Width = 25
Height = 21
TabOrder = 6
Text = 'Edit5'
Visible = False
end
object Edit6: TEdit
Left = 72
Top = 192
Width = 25
Height = 21
TabOrder = 7
Text = 'Edit6'
Visible = False
end
object BitBtn6: TBitBtn
Left = 56
Top = 192
Width = 80
Height = 23
Caption = 'Padr'#227'o'
TabOrder = 8
OnClick = BitBtn6Click
NumGlyphs = 2
end
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Manual'
TabOrder = 9
OnClick = Button1Click
end
end