-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Main.dfm
66 lines (66 loc) · 1.37 KB
/
Main.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
object frmMain: TfrmMain
Left = 0
Top = 0
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'frmMain'
ClientHeight = 217
ClientWidth = 346
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -7
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 8
object tmrHotSpot: TTimer
Enabled = False
Interval = 250
OnTimer = tmrHotSpotTimer
Left = 24
Top = 24
end
object PopupMenu1: TPopupMenu
Left = 96
Top = 24
object About1: TMenuItem
Caption = '&About'
OnClick = About1Click
end
object emporarydisabled1: TMenuItem
Caption = '&Start with Windows'
OnClick = emporarydisabled1Click
end
object Advanced1: TMenuItem
Caption = 'Ad&vanced'
OnClick = Advanced1Click
end
object N1: TMenuItem
Caption = '-'
end
object tmFullScreen: TMenuItem
Caption = 'Do Nothing on Full Screen '
OnClick = tmFullScreenClick
end
object tmLine2: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object tmrDelay: TTimer
Enabled = False
Interval = 250
OnTimer = tmrDelayTimer
Left = 184
Top = 24
end
end