-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
TMMain.dfm
88 lines (88 loc) · 2.51 KB
/
TMMain.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
79
80
81
82
83
84
85
86
87
88
object MainForm: TMainForm
Left = 225
Top = 106
Caption = 'AeTrayMenu'
ClientHeight = 64
ClientWidth = 206
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextHeight = 13
object LeftClickPopup: TBcBarPopupMenu
Images = ImageList
OwnerDraw = True
OnPopup = LeftRightClickPopupPopup
Bar.Visible = False
Bar.BarPicture.Visible = False
Bar.BarBackPicture.Visible = False
Bar.BarCaption.Font.Charset = DEFAULT_CHARSET
Bar.BarCaption.Font.Color = clWhite
Bar.BarCaption.Font.Height = -19
Bar.BarCaption.Font.Name = 'Tahoma'
Bar.BarCaption.Font.Style = [fsBold, fsItalic]
Bar.BarCaption.Visible = False
Separators.Font.Charset = DEFAULT_CHARSET
Separators.Font.Color = clWindowText
Separators.Font.Height = -11
Separators.Font.Name = 'MS Sans Serif'
Separators.Font.Style = []
MenuFont.Charset = DEFAULT_CHARSET
MenuFont.Color = clWindowText
MenuFont.Height = -11
MenuFont.Name = 'MS Sans Serif'
MenuFont.Style = []
Left = 40
Top = 8
end
object RightClickPopup: TBcBarPopupMenu
Images = ImageList
OwnerDraw = True
OnPopup = LeftRightClickPopupPopup
Bar.Visible = False
Bar.BarPicture.Visible = False
Bar.BarBackPicture.Visible = False
Bar.BarCaption.Font.Charset = DEFAULT_CHARSET
Bar.BarCaption.Font.Color = clWhite
Bar.BarCaption.Font.Height = -19
Bar.BarCaption.Font.Name = 'Tahoma'
Bar.BarCaption.Font.Style = [fsBold, fsItalic]
Bar.BarCaption.Visible = False
Separators.Font.Charset = DEFAULT_CHARSET
Separators.Font.Color = clWindowText
Separators.Font.Height = -11
Separators.Font.Name = 'MS Sans Serif'
Separators.Font.Style = []
MenuFont.Charset = DEFAULT_CHARSET
MenuFont.Color = clWindowText
MenuFont.Height = -11
MenuFont.Name = 'MS Sans Serif'
MenuFont.Style = []
Left = 72
Top = 8
end
object TrayIcon: TJvTrayIcon
IconIndex = -1
Icons = ImageList
DropDownMenu = LeftClickPopup
PopupMenu = RightClickPopup
Visibility = []
OnDblClick = TrayIconDblClick
OnMouseDown = TrayIconMouseDown
Left = 104
Top = 8
end
object CheckServicesTimer: TTimer
Enabled = False
Interval = 0
OnTimer = CheckServicesTimerTimer
Left = 136
Top = 8
end
object ImageList: TImageList
Left = 168
Top = 8
end
end