-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
frmSettings.dfm
78 lines (78 loc) · 1.49 KB
/
frmSettings.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
object frmTrayPopup: TfrmTrayPopup
Left = 0
Top = 0
Caption = 'frmTrayPopup'
ClientHeight = 232
ClientWidth = 404
Color = 16744448
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClick = FormClick
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 21
object imgScreenShape: TImage
Left = 143
Top = 45
Width = 96
Height = 96
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
OnClick = FormClick
end
object Label1: TLabel
Left = 168
Top = 45
Width = 23
Height = 87
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = '1'
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -65
Font.Name = 'Segoe UI Light'
Font.Style = []
ParentFont = False
OnClick = FormClick
end
object Timer1: TTimer
Interval = 3
OnTimer = Timer1Timer
Left = 208
Top = 184
end
object Timer2: TTimer
Enabled = False
Interval = 100
OnTimer = Timer2Timer
Left = 200
Top = 120
end
object Timer3: TTimer
Enabled = False
OnTimer = Timer3Timer
Left = 136
Top = 144
end
object tmFader: TTimer
Enabled = False
Interval = 20
OnTimer = tmFaderTimer
Left = 56
Top = 160
end
end