-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutimeconfig.lfm
386 lines (386 loc) · 8.21 KB
/
utimeconfig.lfm
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
object frmTimeConfig: TfrmTimeConfig
Left = 409
Height = 214
Top = 464
Width = 601
ActiveControl = txtYear
Anchors = []
BorderStyle = bsDialog
Caption = 'System Time'
ClientHeight = 214
ClientWidth = 601
DefaultMonitor = dmMainForm
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.0.10.0'
object lblSystemDate: TLabel
Left = 16
Height = 24
Top = 24
Width = 107
AutoSize = False
Caption = 'System Date: '
Font.Height = -13
Font.Name = 'Sans'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lblYear: TLabel
AnchorSideLeft.Control = lblSystemDate
AnchorSideLeft.Side = asrBottom
Left = 131
Height = 15
Top = 24
Width = 37
BorderSpacing.Left = 8
Caption = '&Year: '
FocusControl = txtYear
ParentColor = False
end
object txtYear: TEdit
AnchorSideLeft.Control = lblYear
AnchorSideLeft.Side = asrBottom
Left = 176
Height = 33
Top = 16
Width = 72
BorderSpacing.Left = 8
ReadOnly = True
TabOrder = 0
Text = '2020'
end
object updYear: TUpDown
AnchorSideLeft.Control = txtYear
AnchorSideLeft.Side = asrBottom
Left = 249
Height = 33
Top = 16
Width = 20
Associate = txtYear
BorderSpacing.Left = 1
Max = 3020
Min = 2020
Position = 2020
TabOrder = 1
Thousands = False
end
object lblMonth: TLabel
AnchorSideLeft.Control = updYear
AnchorSideLeft.Side = asrBottom
Left = 283
Height = 15
Top = 24
Width = 48
BorderSpacing.Left = 14
Caption = '&Month:'
FocusControl = cmbMonth
ParentColor = False
end
object cmbMonth: TComboBox
AnchorSideLeft.Control = lblMonth
AnchorSideLeft.Side = asrBottom
Left = 339
Height = 29
Top = 17
Width = 112
BorderSpacing.Left = 8
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'January'
'February'
'March'
'April'
'May'
'June'
'July'
'August'
'September'
'October'
'November'
'December'
)
Style = csDropDownList
TabOrder = 2
Text = 'January'
end
object lblDate: TLabel
AnchorSideLeft.Control = cmbMonth
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = txtDate
Left = 465
Height = 15
Top = 24
Width = 36
BorderSpacing.Left = 14
Caption = '&Date:'
FocusControl = txtDate
ParentColor = False
end
object txtDate: TEdit
AnchorSideLeft.Control = lblDate
AnchorSideLeft.Side = asrBottom
Left = 509
Height = 33
Top = 16
Width = 56
BorderSpacing.Left = 8
ReadOnly = True
TabOrder = 3
Text = '1'
end
object updDate: TUpDown
AnchorSideLeft.Control = txtDate
AnchorSideLeft.Side = asrBottom
Left = 566
Height = 33
Top = 16
Width = 20
Associate = txtDate
BorderSpacing.Left = 1
Max = 31
Min = 1
Position = 1
TabOrder = 4
Thousands = False
end
object lblSystemTime: TLabel
AnchorSideLeft.Control = lblSystemDate
AnchorSideTop.Control = lblSystemDate
AnchorSideTop.Side = asrBottom
Left = 16
Height = 24
Top = 74
Width = 107
AutoSize = False
BorderSpacing.Top = 26
Caption = 'System Time: '
Font.Height = -13
Font.Name = 'Sans'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lblHour: TLabel
AnchorSideLeft.Control = lblSystemTime
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblYear
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = txtDate
Left = 131
Height = 15
Top = 74
Width = 37
BorderSpacing.Left = 8
BorderSpacing.Top = 35
Caption = '&Hour:'
FocusControl = txtHour
ParentColor = False
end
object txtHour: TEdit
AnchorSideLeft.Control = lblHour
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = txtYear
AnchorSideTop.Side = asrBottom
Left = 176
Height = 33
Top = 66
Width = 56
BorderSpacing.Left = 8
BorderSpacing.Top = 17
ReadOnly = True
TabOrder = 5
Text = 'txtHour'
end
object updHour: TUpDown
AnchorSideLeft.Control = txtHour
AnchorSideLeft.Side = asrBottom
Left = 233
Height = 33
Top = 66
Width = 20
Associate = txtHour
BorderSpacing.Left = 1
Max = 23
Min = 0
Position = 23
TabOrder = 6
Thousands = False
end
object lblMinute: TLabel
AnchorSideLeft.Control = updHour
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = txtDate
Left = 267
Height = 15
Top = 74
Width = 58
BorderSpacing.Left = 14
Caption = 'Mi&nutes:'
FocusControl = txtMinute
ParentColor = False
end
object txtMinute: TEdit
AnchorSideLeft.Control = lblMinute
AnchorSideLeft.Side = asrBottom
Left = 333
Height = 33
Top = 66
Width = 56
BorderSpacing.Left = 8
ReadOnly = True
TabOrder = 7
Text = 'txtMinute'
end
object updMinute: TUpDown
AnchorSideLeft.Control = txtMinute
AnchorSideLeft.Side = asrBottom
Left = 390
Height = 33
Top = 66
Width = 20
Associate = txtMinute
BorderSpacing.Left = 1
Max = 59
Min = 0
Position = 31
TabOrder = 8
Thousands = False
end
object lblSeconds: TLabel
AnchorSideLeft.Control = updMinute
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = txtDate
Left = 424
Height = 15
Top = 74
Width = 60
BorderSpacing.Left = 14
Caption = 'S&econds:'
FocusControl = txtSeconds
ParentColor = False
end
object txtSeconds: TEdit
AnchorSideLeft.Control = lblSeconds
AnchorSideLeft.Side = asrBottom
Left = 492
Height = 33
Top = 66
Width = 56
BorderSpacing.Left = 8
ReadOnly = True
TabOrder = 9
Text = 'txtSeconds'
end
object updSeconds: TUpDown
AnchorSideLeft.Control = txtSeconds
AnchorSideLeft.Side = asrBottom
Left = 549
Height = 33
Top = 66
Width = 20
Associate = txtSeconds
BorderSpacing.Left = 1
Max = 59
Min = 0
Position = 31
TabOrder = 10
Thousands = False
end
object btnSync: TButton
AnchorSideLeft.Control = btnClose
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = btnClose
AnchorSideRight.Side = asrBottom
Left = 509
Height = 31
Top = 168
Width = 75
BorderSpacing.Left = 86
Caption = '&Update'
ModalResult = 1
OnClick = btnSyncClick
TabOrder = 11
end
object btnClose: TButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 423
Height = 31
Top = 168
Width = 75
Anchors = [akTop]
BorderSpacing.Right = 81
Caption = '&Close'
Default = True
ModalResult = 11
OnClick = btnCloseClick
TabOrder = 12
end
object btnSyncToPC: TButton
AnchorSideLeft.Control = lblSystemDate
AnchorSideTop.Control = btnClose
Left = 16
Height = 31
Top = 168
Width = 107
Caption = '&Sync To PC'
OnClick = btnSyncToPCClick
TabOrder = 13
end
object btnReload: TButton
AnchorSideLeft.Control = btnSyncToPC
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = btnClose
AnchorSideTop.Side = asrCenter
Left = 134
Height = 31
Top = 168
Width = 107
BorderSpacing.Left = 11
Caption = '&Reload'
OnClick = btnReloadClick
TabOrder = 14
end
object lblPCTime: TLabel
AnchorSideLeft.Control = lblSystemDate
AnchorSideTop.Control = lblSystemTime
AnchorSideTop.Side = asrBottom
Left = 16
Height = 24
Top = 124
Width = 107
AutoSize = False
BorderSpacing.Top = 26
Caption = 'PC Time: '
Font.Height = -13
Font.Name = 'Sans'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object bvPCTimeFrame: TBevel
AnchorSideTop.Control = txtHour
AnchorSideTop.Side = asrBottom
Left = 128
Height = 32
Top = 116
Width = 456
BorderSpacing.Top = 17
end
object lblTimeView: TLabel
Left = 136
Height = 23
Top = 124
Width = 441
AutoSize = False
Caption = 'January 11 - 2020 10:10:10'
ParentColor = False
end
object tmrPCClockSync: TTimer
OnTimer = tmrPCClockSyncTimer
Left = 440
Top = 112
end
end