-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuConfigManager.dfm
More file actions
427 lines (427 loc) · 11.4 KB
/
uConfigManager.dfm
File metadata and controls
427 lines (427 loc) · 11.4 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
object frmConfigManager: TfrmConfigManager
Left = 0
Top = 0
Caption = #37197#32622#31649#29702#22120
ClientHeight = 500
ClientWidth = 600
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlMain: TPanel
Left = 0
Top = 0
Width = 600
Height = 500
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object pnlTop: TPanel
Left = 0
Top = 0
Width = 600
Height = 60
Align = alTop
BevelOuter = bvNone
Color = clWhite
ParentBackground = False
TabOrder = 0
object lblTitle: TLabel
Left = 16
Top = 12
Width = 120
Height = 16
Caption = #9881#65039' '#31995#32479#37197#32622#31649#29702
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblSubtitle: TLabel
Left = 16
Top = 35
Width = 192
Height = 13
Caption = #33258#23450#20041#24212#29992#31243#24207#34892#20026#21644#22806#35266#35774#32622
end
end
object pnlBottom: TPanel
Left = 0
Top = 450
Width = 600
Height = 50
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnOK: TButton
Left = 350
Top = 12
Width = 75
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 431
Top = 12
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 1
OnClick = btnCancelClick
end
object btnApply: TButton
Left = 512
Top = 12
Width = 75
Height = 25
Caption = #24212#29992
TabOrder = 2
OnClick = btnApplyClick
end
object btnReset: TButton
Left = 16
Top = 12
Width = 75
Height = 25
Caption = #37325#32622
TabOrder = 3
OnClick = btnResetClick
end
end
object pnlCenter: TPanel
Left = 0
Top = 60
Width = 600
Height = 390
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object PageControl: TPageControl
Left = 8
Top = 8
Width = 584
Height = 374
ActivePage = tsGeneral
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object tsGeneral: TTabSheet
Caption = #24120#35268
object gbLanguage: TGroupBox
Left = 16
Top = 16
Width = 250
Height = 80
Caption = #35821#35328#35774#32622
TabOrder = 0
object cbLanguage: TComboBox
Left = 16
Top = 32
Width = 200
Height = 21
Style = csDropDownList
TabOrder = 0
OnChange = cbLanguageChange
end
end
object gbTheme: TGroupBox
Left = 290
Top = 16
Width = 250
Height = 80
Caption = #20027#39064#35774#32622
TabOrder = 1
object rbLightTheme: TRadioButton
Left = 16
Top = 24
Width = 80
Height = 17
Caption = #28145#33394#20027#39064
Checked = True
TabOrder = 0
TabStop = True
OnClick = rbThemeClick
end
object rbDarkTheme: TRadioButton
Left = 16
Top = 47
Width = 80
Height = 17
Caption = #28145#33394#20027#39064
TabOrder = 1
OnClick = rbThemeClick
end
object rbAutoTheme: TRadioButton
Left = 120
Top = 24
Width = 80
Height = 17
Caption = #36319#38543#31995#32479
TabOrder = 2
OnClick = rbThemeClick
end
end
end
object tsMigration: TTabSheet
Caption = #36801#31227
ImageIndex = 1
object gbMigrationOptions: TGroupBox
Left = 16
Top = 16
Width = 520
Height = 200
Caption = #36801#31227#36873#39033
TabOrder = 0
object lblBufferSize: TLabel
Left = 16
Top = 160
Width = 96
Height = 13
Caption = #32531#20914#21306#22823#23567' (KB):'
end
object chkCreateBackup: TCheckBox
Left = 16
Top = 32
Width = 150
Height = 17
Caption = #36801#31227#21069#21019#24314#22791#20221
Checked = True
State = cbChecked
TabOrder = 0
end
object chkVerifyAfterCopy: TCheckBox
Left = 16
Top = 55
Width = 150
Height = 17
Caption = #22797#21046#21518#39564#35777#23436#25972#24615
Checked = True
State = cbChecked
TabOrder = 1
end
object chkUseJunctionFirst: TCheckBox
Left = 16
Top = 78
Width = 150
Height = 17
Caption = #20248#20808#20351#29992#30446#24405#32852#25509
Checked = True
State = cbChecked
TabOrder = 2
end
object chkShowProgress: TCheckBox
Left = 16
Top = 101
Width = 150
Height = 17
Caption = #26174#31034#35814#32454#36827#24230
Checked = True
State = cbChecked
TabOrder = 3
end
object edtBufferSize: TEdit
Left = 130
Top = 157
Width = 60
Height = 21
ReadOnly = True
TabOrder = 4
Text = '64'
end
object udBufferSize: TUpDown
Left = 190
Top = 157
Width = 16
Height = 21
Associate = edtBufferSize
Min = 1
Max = 100
Position = 64
TabOrder = 5
end
end
end
object tsCleanup: TTabSheet
Caption = #28165#29702
ImageIndex = 2
object gbCleanupOptions: TGroupBox
Left = 16
Top = 16
Width = 520
Height = 200
Caption = #28165#29702#36873#39033
TabOrder = 0
object lblMaxLogSize: TLabel
Left = 16
Top = 160
Width = 108
Height = 13
Caption = #26368#22823#26085#24535#22823#23567' (MB):'
end
object chkConfirmCleanup: TCheckBox
Left = 16
Top = 32
Width = 150
Height = 17
Caption = #28165#29702#21069#30830#35748
Checked = True
State = cbChecked
TabOrder = 0
end
object chkMoveToRecycleBin: TCheckBox
Left = 16
Top = 55
Width = 150
Height = 17
Caption = #31227#21160#21040#22238#25910#31449
Checked = True
State = cbChecked
TabOrder = 1
end
object chkCleanupLogs: TCheckBox
Left = 16
Top = 78
Width = 150
Height = 17
Caption = #33258#21160#28165#29702#26085#24535
TabOrder = 2
end
object edtMaxLogSize: TEdit
Left = 140
Top = 157
Width = 60
Height = 21
ReadOnly = True
TabOrder = 3
Text = '10'
end
object udMaxLogSize: TUpDown
Left = 200
Top = 157
Width = 16
Height = 21
Associate = edtMaxLogSize
Min = 1
Max = 1000
Position = 10
TabOrder = 4
end
end
end
object tsAdvanced: TTabSheet
Caption = #39640#32423
ImageIndex = 3
object gbPerformance: TGroupBox
Left = 16
Top = 16
Width = 250
Height = 150
Caption = #24615#33021#35774#32622
TabOrder = 0
object lblThreadCount: TLabel
Left = 16
Top = 110
Width = 60
Height = 13
Caption = #32447#31243#25968#37327':'
end
object chkEnableMultiThread: TCheckBox
Left = 16
Top = 32
Width = 100
Height = 17
Caption = #21551#29992#22810#32447#31243
Checked = True
State = cbChecked
TabOrder = 0
end
object chkEnableCompression: TCheckBox
Left = 16
Top = 55
Width = 100
Height = 17
Caption = #21551#29992#21387#32553
TabOrder = 1
end
object chkEnableEncryption: TCheckBox
Left = 16
Top = 78
Width = 100
Height = 17
Caption = #21551#29992#21152#23494
TabOrder = 2
end
object edtThreadCount: TEdit
Left = 90
Top = 107
Width = 40
Height = 21
ReadOnly = True
TabOrder = 3
Text = '4'
end
object udThreadCount: TUpDown
Left = 130
Top = 107
Width = 16
Height = 21
Associate = edtThreadCount
Min = 1
Max = 16
Position = 4
TabOrder = 4
end
end
object gbSecurity: TGroupBox
Left = 290
Top = 16
Width = 250
Height = 150
Caption = #23433#20840#35774#32622
TabOrder = 1
object chkRequireElevation: TCheckBox
Left = 16
Top = 32
Width = 150
Height = 17
Caption = #38656#35201#31649#29702#21592#26435#38480
TabOrder = 0
end
object chkAuditOperations: TCheckBox
Left = 16
Top = 55
Width = 150
Height = 17
Caption = #23457#35745#25152#26377#25805#20316
Checked = True
State = cbChecked
TabOrder = 1
end
object chkSecureDelete: TCheckBox
Left = 16
Top = 78
Width = 100
Height = 17
Caption = #23433#20840#21024#38500
TabOrder = 2
end
end
end
end
end
end
end