-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathutimeentry.lfm
More file actions
564 lines (564 loc) · 14.1 KB
/
utimeentry.lfm
File metadata and controls
564 lines (564 loc) · 14.1 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
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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
object frmTimeEntry: TfrmTimeEntry
Left = 745
Height = 632
Top = 39
Width = 360
BorderIcons = [biSystemMenu]
Caption = 'Edit Time Entry'
ClientHeight = 632
ClientWidth = 360
Color = 13348638
Constraints.MinHeight = 540
Constraints.MinWidth = 360
OnClick = FormClick
OnCreate = FormCreate
OnShow = FormShow
SessionProperties = 'Width'
LCLVersion = '1.9.0.0'
object acTaskList: TAutoCompletePanel
Left = 88
Height = 42
Top = 72
Width = 252
OnSearch = acTaskListSearch
OnSelectionChange = acTaskListSelectionChange
TabOrder = 1
Anchors = [akTop, akLeft, akRight]
end
object acProject: TAutoCompletePanel
Left = 88
Height = 42
Top = 8
Width = 252
OnSearch = acProjectSearch
OnSelectionChange = acProjectSelectionChange
TabOrder = 0
Anchors = [akTop, akLeft, akRight]
end
object acTask: TAutoCompletePanel
Left = 88
Height = 42
Top = 129
Width = 252
OnSearch = acTaskSearch
OnSelectionChange = acTaskSelectionChange
TabOrder = 2
Anchors = [akTop, akLeft, akRight]
end
object btnSaveEntry: TColorSpeedButton
Tag = -14
Left = 64
Height = 40
Top = 424
Width = 235
Anchors = [akTop, akLeft, akRight]
Caption = 'Save Entry'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSaveEntryClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object btnDeleteEntry: TColorSpeedButton
Tag = -14
Left = 64
Height = 40
Top = 480
Width = 235
Anchors = [akTop, akLeft, akRight]
Caption = 'Delete Entry'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnDeleteEntryClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = 12111890
StateNormal.BorderColor = clWhite
StateNormal.BorderWidth = 1
StateHover.Color = 12942607
StateHover.BorderColor = clWhite
StateHover.BorderWidth = 1
StateActive.Color = 12942607
StateActive.BorderColor = clWhite
StateActive.BorderWidth = 1
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object memoDescription: TMemo
Tag = -14
Left = 16
Height = 56
Top = 232
Width = 324
Anchors = [akTop, akLeft, akRight]
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentFont = False
TabOrder = 3
Visible = False
end
object lblDescription: TLabel
Tag = -14
Left = 16
Height = 22
Top = 205
Width = 159
Caption = 'Task description:'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object lblDescription1: TLabel
Tag = -14
Left = 16
Height = 22
Top = 8
Width = 71
Caption = 'Project:'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object lblDescription2: TLabel
Tag = -14
Left = 16
Height = 22
Top = 72
Width = 87
Caption = 'Task List:'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object lblDescription3: TLabel
Tag = -14
Left = 16
Height = 22
Top = 129
Width = 48
Caption = 'Task:'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object btnExistingTask: TColorSpeedButton
Tag = -14
Left = 155
Height = 40
Top = 184
Width = 185
Anchors = [akTop, akRight]
Caption = 'Use Existing Task'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
Visible = False
OnClick = btnExistingTaskClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object chkCompletedTask: TCheckBox
Tag = -14
Left = 64
Height = 21
Top = 304
Width = 113
Caption = 'Completed Task'
Font.Color = clWhite
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentFont = False
TabOrder = 4
end
object pnlGroup1: TPanel
Left = 64
Height = 84
Top = 336
Width = 235
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
ClientHeight = 84
ClientWidth = 235
TabOrder = 5
object pnlSetTime: TPanel
Left = 0
Height = 26
Top = 25
Width = 235
Align = alTop
AutoSize = True
BevelOuter = bvNone
ChildSizing.HorizontalSpacing = 8
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 5
ClientHeight = 26
ClientWidth = 235
TabOrder = 0
object btnSetNow: TColorSpeedButton
Tag = -14
Left = 0
Height = 26
Top = 0
Width = 50
Caption = 'Now'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSetNowClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object btnSet15: TColorSpeedButton
Tag = -14
Left = 58
Height = 26
Top = 0
Width = 38
Caption = '-15'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSet15Click
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object btnSet30: TColorSpeedButton
Tag = -14
Left = 104
Height = 26
Top = 0
Width = 38
Caption = '-30'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSet30Click
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object btnSet45: TColorSpeedButton
Tag = -14
Left = 150
Height = 26
Top = 0
Width = 38
Caption = '-45'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSet45Click
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
object btnSet1h: TColorSpeedButton
Tag = -14
Left = 196
Height = 26
Top = 0
Width = 39
Caption = '-1h'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnSet1hClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 11382189
StateNormal.BorderWidth = 0
StateHover.Color = 16185824
StateHover.BorderColor = 14120960
StateHover.BorderWidth = 0
StateActive.Color = 15003043
StateActive.BorderColor = 10048512
StateActive.BorderWidth = 0
StateDisabled.Color = 12566463
StateDisabled.BorderColor = clBlack
StateDisabled.BorderWidth = 1
end
end
object Panel1: TPanel
Left = 0
Height = 25
Top = 0
Width = 235
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 235
TabOrder = 1
object lbl_date: TLabel
Tag = -16
Cursor = crIBeam
Left = 0
Height = 25
Top = 0
Width = 50
Caption = 'Date'
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
OnClick = lbl_dateClick
end
end
object pnlGroup: TPanel
Left = 0
Height = 21
Top = 63
Width = 235
Align = alBottom
BevelOuter = bvNone
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 7
ClientHeight = 21
ClientWidth = 235
TabOrder = 2
object time_start_hh: TEdit
Tag = -16
Left = 0
Height = 29
Top = 0
Width = 54
Alignment = taCenter
BorderStyle = bsNone
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
MaxLength = 2
NumbersOnly = True
OnChange = time_end_hhChange
ParentColor = True
ParentFont = False
TabOrder = 0
Text = '00'
end
object time_start_separator: TLabel
Tag = -16
Left = 54
Height = 29
Top = 0
Width = 5
Caption = ':'
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object time_start_mm: TEdit
Tag = -16
Left = 59
Height = 29
Top = 0
Width = 54
Alignment = taCenter
BorderStyle = bsNone
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
MaxLength = 2
NumbersOnly = True
OnChange = time_end_mmChange
ParentColor = True
ParentFont = False
TabOrder = 1
Text = '00'
end
object time_start_separator1: TLabel
Tag = -16
Left = 113
Height = 29
Top = 0
Width = 9
Caption = '‒'
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object time_end_hh: TEdit
Tag = -16
Left = 122
Height = 29
Top = 0
Width = 54
Alignment = taCenter
AutoSize = False
BorderStyle = bsNone
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
MaxLength = 2
NumbersOnly = True
OnChange = time_end_hhChange
ParentColor = True
ParentFont = False
TabOrder = 2
Text = '00'
end
object time_end_separator: TLabel
Tag = -16
Left = 176
Height = 29
Top = 0
Width = 5
Caption = ':'
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object time_end_mm: TEdit
Tag = -16
Left = 181
Height = 29
Top = 0
Width = 54
Alignment = taCenter
AutoSize = False
BorderStyle = bsNone
Font.Color = clWhite
Font.Height = 21
Font.Name = 'Nunito Sans'
MaxLength = 2
NumbersOnly = True
OnChange = time_end_mmChange
ParentColor = True
ParentFont = False
TabOrder = 3
Text = '00'
end
end
end
object dlgDate: TCalendarDialog
DialogPosition = poOwnerFormCenter
Date = 43188
OKCaption = '&OK'
CancelCaption = 'Cancel'
Left = 304
Top = 280
end
object JSONPropStorage1: TJSONPropStorage
StoredValues = <>
Formatted = True
OnRestoreProperties = JSONPropStorage1RestoreProperties
Left = 224
Top = 280
end
end