-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormSetting.dfm
421 lines (421 loc) · 10.5 KB
/
FormSetting.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
inherited frmSetting: TfrmSetting
Caption = #35774#32622
ClientHeight = 576
ClientWidth = 432
OnActivate = FormActivate
OnShow = FormShow
ExplicitWidth = 448
ExplicitHeight = 614
PixelsPerInch = 96
TextHeight = 13
inherited pnlBase: TRzPanel
Width = 432
Height = 576
ExplicitWidth = 432
ExplicitHeight = 576
object lblSettingSyncTip: TLabel [0]
Left = 64
Top = 265
Width = 264
Height = 17
Caption = #26816#27979#21040#25910#34255#26032#21830#21697#25110#26032#24215#38138#26102#65292#33258#21160#21516#27493#21040#28120#31649#23478
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label1: TLabel [1]
Left = 26
Top = 52
Width = 60
Height = 17
Caption = #21551#21160#21644#30331#24405
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object Label2: TLabel [2]
Left = 26
Top = 151
Width = 36
Height = 17
Caption = #20027#38754#26495
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object Label3: TLabel [3]
Left = 26
Top = 304
Width = 48
Height = 17
Caption = #28040#24687#25552#31034
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object Label4: TLabel [4]
Left = 26
Top = 441
Width = 48
Height = 17
Caption = #29256#26412#21319#32423
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
inherited pnlTitleBar: TRzPanel
Width = 428
ExplicitWidth = 428
inherited imgTitleBackground: TImage
Left = 115
ExplicitLeft = 117
end
inherited lblTitleBase: TLabel
Width = 24
Caption = #35774#32622
ExplicitWidth = 24
end
inherited imgMin: TImage
Left = 371
Visible = False
ExplicitLeft = 373
end
inherited imgClose: TImage
Left = 400
ExplicitLeft = 402
end
end
inherited pnlBottom: TRzPanel
Top = 525
Width = 428
TabOrder = 2
ExplicitTop = 525
ExplicitWidth = 428
object btnOk: TRzBmpButton
Left = 283
Top = 13
Width = 60
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Anchors = [akTop, akRight]
Caption = #30830#23450
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TRzBmpButton
Left = 359
Top = 13
Width = 60
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Anchors = [akTop, akRight]
Caption = #21462#28040
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnCancelClick
end
end
object chkStartUp: TRzCheckBox
Left = 47
Top = 82
Width = 127
Height = 19
Caption = #24320#26426#21551#21160#32593#32476#25910#34255#22841
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 1
ThemeAware = False
Transparent = True
end
object chkCloseMin: TRzCheckBox
Left = 47
Top = 177
Width = 115
Height = 19
Caption = #28857#20987#20851#38381#26102#26368#23567#21270
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 3
ThemeAware = False
Transparent = True
end
object chkAutoLogin: TRzCheckBox
Left = 47
Top = 113
Width = 67
Height = 19
Caption = #33258#21160#30331#24405
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 4
ThemeAware = False
Transparent = True
end
object chkDiscountMsg: TRzCheckBox
Left = 47
Top = 334
Width = 139
Height = 19
Caption = #25910#34255#21830#21697#38477#20215#26102#36890#30693#25105
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 5
ThemeAware = False
Transparent = True
end
object chkMallMsg: TRzCheckBox
Left = 47
Top = 367
Width = 103
Height = 19
Caption = #24215#38138#19978#26032#25552#37266#25105
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 6
ThemeAware = False
Transparent = True
end
object chkAutoSync: TRzCheckBox
Left = 47
Top = 240
Width = 67
Height = 19
Caption = #33258#21160#21516#27493
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 7
ThemeAware = False
Transparent = True
end
object chkAutoUpdate: TRzCheckBox
Left = 47
Top = 470
Width = 151
Height = 19
Caption = #24403#26377#26032#29256#26412#26102#65292#33258#21160#21319#32423
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 8
ThemeAware = False
Transparent = True
end
object chkAtMsg: TRzCheckBox
Left = 47
Top = 401
Width = 139
Height = 19
Caption = #34987#28857#21517#26102#19981#20877#24377#31383#25552#37266
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbUnchecked
TabOrder = 9
ThemeAware = False
Transparent = True
end
object chkCloseTip: TRzCheckBox
Left = 47
Top = 208
Width = 170
Height = 19
Caption = #20851#38381#20027#38754#26495#26102', '#24377#20986#20851#38381#25552#37266
Checked = True
Color = clWhite
FrameColor = 13465037
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
HighlightColor = 13465037
HotTrack = True
HotTrackColor = 15386346
ParentColor = False
ParentFont = False
State = cbChecked
TabOrder = 10
ThemeAware = False
Transparent = True
end
object PanelSplit1: TPanel
Left = 100
Top = 60
Width = 300
Height = 1
BevelOuter = bvNone
Color = 15724527
ParentBackground = False
TabOrder = 11
end
object Panel1: TPanel
Left = 100
Top = 159
Width = 300
Height = 1
BevelOuter = bvNone
Color = 15724527
ParentBackground = False
TabOrder = 12
end
object Panel2: TPanel
Left = 100
Top = 312
Width = 300
Height = 1
BevelOuter = bvNone
Color = 15724527
ParentBackground = False
TabOrder = 13
end
object Panel3: TPanel
Left = 100
Top = 449
Width = 300
Height = 1
BevelOuter = bvNone
Color = 15724527
ParentBackground = False
TabOrder = 14
end
end
end