-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuFrmSetup.dfm
452 lines (452 loc) · 11.5 KB
/
uFrmSetup.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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
object FrmSetup: TFrmSetup
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #31995#32479#35774#32622
ClientHeight = 412
ClientWidth = 512
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
OnShow = FormShow
DesignSize = (
512
412)
PixelsPerInch = 96
TextHeight = 14
object btnOk: TButton
Left = 157
Top = 377
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = #30830#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 0
OnClick = btnOkClick
end
object btnCancle: TButton
Left = 285
Top = 377
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = #21462#28040
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 489
Height = 158
Caption = #36335#24452
TabOrder = 2
DesignSize = (
489
158)
object Label2: TLabel
Left = 25
Top = 25
Width = 73
Height = 16
Caption = 'Putty'#36335#24452#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 7
Top = 60
Width = 90
Height = 16
Caption = 'WinSCP'#36335#24452#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 9
Top = 94
Width = 88
Height = 16
Caption = 'Radmin'#36335#24452#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 28
Top = 127
Width = 69
Height = 16
Caption = 'VNC'#36335#24452#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edtPuttyPath: TEdit
Left = 97
Top = 22
Width = 349
Height = 24
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'ssh/telnet'#20351#29992'putty,'#31354#21017#20026#24403#21069#31243#24207#36335#24452
end
object btnSelectPuttyPath: TButton
Left = 446
Top = 22
Width = 36
Height = 25
Anchors = [akTop, akRight]
Caption = #36873#25321
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnSelectPuttyPathClick
end
object btnSelectWinSCPPath: TButton
Left = 446
Top = 55
Width = 36
Height = 25
Anchors = [akTop, akRight]
Caption = #36873#25321
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = btnSelectWinSCPPathClick
end
object edtWinSCPPath: TEdit
Left = 97
Top = 55
Width = 349
Height = 24
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
TextHint = 'scp/sftp/ftp/http/http'#20351#29992'WinSCP,'#31354#21017#20026#24403#21069#31243#24207#36335#24452
end
object edtRadminPath: TEdit
Left = 97
Top = 89
Width = 349
Height = 24
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
TextHint = #31354#21017#20026#24403#21069#31243#24207#36335#24452
end
object btnSelectRadminPath: TButton
Left = 446
Top = 89
Width = 36
Height = 25
Anchors = [akTop, akRight]
Caption = #36873#25321
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = btnSelectRadminPathClick
end
object edtVNCPath: TEdit
Left = 97
Top = 122
Width = 349
Height = 24
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
TextHint = #31354#21017#20026#24403#21069#31243#24207#36335#24452
end
object btnSelectVNCPath: TButton
Left = 446
Top = 122
Width = 36
Height = 28
Anchors = [akTop, akRight]
Caption = #36873#25321
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = btnSelectVNCPathClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 168
Width = 489
Height = 58
Caption = 'Telnet'#36873#39033
TabOrder = 3
DesignSize = (
489
58)
object Label4: TLabel
Left = 22
Top = 29
Width = 75
Height = 16
Caption = #36830#25509#31561#24453#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 450
Top = 29
Width = 30
Height = 16
Anchors = [akTop, akRight]
Caption = #27627#31186
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 205
Top = 29
Width = 30
Height = 16
Anchors = [akTop, akRight]
Caption = #27627#31186
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 257
Top = 29
Width = 90
Height = 16
Caption = #29992#25143#21517#31561#24453#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edtConnTime: TEdit
Left = 97
Top = 26
Width = 100
Height = 24
Hint = 'telnet'#36830#25509#31561#24453#26102#38388
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
TextHint = 'telnet'#36830#25509#31561#24453#26102#38388
end
object edtUserWait: TEdit
Left = 345
Top = 26
Width = 100
Height = 24
Hint = 'telnet'#36755#20837#29992#25143#21517#21518#31561#24453#26102#38388
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
TextHint = 'telnet'#36755#20837#29992#25143#21517#21518#31561#24453#26102#38388
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 232
Width = 489
Height = 66
Caption = #36828#31243#26700#38754#36873#39033
TabOrder = 4
object Label10: TLabel
Left = 319
Top = 31
Width = 75
Height = 16
Caption = #36830#25509#27169#24335#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cbPlayVoice: TCheckBox
Left = 22
Top = 29
Width = 98
Height = 17
Caption = #25773#25918#36828#31243#22768#38899
TabOrder = 0
end
object cbViewStyle: TCheckBox
Left = 132
Top = 29
Width = 78
Height = 17
Caption = #35270#35273#26679#24335
TabOrder = 1
end
object cbSmooth: TCheckBox
Left = 230
Top = 29
Width = 98
Height = 17
Caption = #23383#20307#24179#28369
TabOrder = 2
end
object rbIsAdmin: TRadioButton
Left = 402
Top = 18
Width = 73
Height = 17
Caption = 'Admin'
TabOrder = 3
end
object rbIsConsole: TRadioButton
Left = 402
Top = 41
Width = 72
Height = 17
Caption = 'Console'
TabOrder = 4
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 304
Width = 489
Height = 61
Caption = #20854#23427#36873#39033
TabOrder = 5
object Label1: TLabel
Left = 23
Top = 27
Width = 75
Height = 16
Caption = #22495#21517#35299#26512#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edtDomainList: TEdit
Left = 97
Top = 23
Width = 379
Height = 24
Hint =
#26377#20123#30465#30340#21160#24577#22495#21517#20250#35299#26512#25104'127.0.0.1'#65292#22914'ap.sudo.cc'#20250#35299#26512#25104'127.0.0.1'#12290#13#10#22312#36825#35774#32622#22495#21517#23383#31526#20018#21518'('#22914'sud' +
'o.cc)'#65292#20250#20808#23558#21253#21547#36825#20123#23383#31526#20018#30340#22495#21517#35299#26512#25104'IP'#20877#36830#25509'('#22914#23558'ap.sudo.cc'#35299#26512#25104'IP)'#12290
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
TextHint = #22495#21517#29992#36887#21495#38548#24320#65292#22914'sudo.cc,vicp.net'
end
end
object OpenDlg: TOpenDialog
DefaultExt = '*.exe'
Filter = #25991#20214'(*.exe)|*.exe'
Title = #35831#36873#25321#35201#23548#20837#30340#25991#20214
Left = 455
Top = 425
end
end