-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathuidletime.lfm
More file actions
100 lines (100 loc) · 2.42 KB
/
uidletime.lfm
File metadata and controls
100 lines (100 loc) · 2.42 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
object frmIdleTime: TfrmIdleTime
Left = 334
Height = 240
Top = 119
Width = 320
BorderStyle = bsDialog
Caption = 'Idle Time Alert'
ClientHeight = 240
ClientWidth = 320
Color = clWhite
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '1.9.0.0'
object btnDiscardIdleTime: TColorSpeedButton
Tag = -14
Left = 48
Height = 40
Top = 104
Width = 235
Anchors = [akTop, akLeft, akRight]
Caption = 'Discard Idle Time'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnDiscardIdleTimeClick
ParentFont = False
Toggle = False
Pressed = False
PopupMode = False
StateNormal.Color = clWhite
StateNormal.BorderColor = 8421631
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 btnKeepIdleTime: TColorSpeedButton
Tag = -14
Left = 48
Height = 40
Top = 160
Width = 235
Anchors = [akTop, akLeft, akRight]
Caption = 'Keep Idle Time'
Font.Color = 3883776
Font.Height = 19
Font.Name = 'Nunito Sans'
Font.Style = [fsBold]
OnClick = btnKeepIdleTimeClick
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 lblDescription1: TLabel
Tag = -14
Left = 48
Height = 19
Top = 32
Width = 102
Caption = 'You''ve been idle:'
Font.Color = clBlack
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
object lblDescription2: TLabel
Tag = -14
Left = 48
Height = 19
Top = 56
Width = 35
Caption = '00:00'
Font.Color = clBlack
Font.Height = 19
Font.Name = 'Nunito Sans'
ParentColor = False
ParentFont = False
end
end