-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTrayMenu.MainForm.dfm
More file actions
46 lines (46 loc) · 990 Bytes
/
TrayMenu.MainForm.dfm
File metadata and controls
46 lines (46 loc) · 990 Bytes
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
object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'MainForm'
ClientHeight = 81
ClientWidth = 249
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object TrayIcon: TTrayIcon
PopupMenu = PopupMenu
Visible = True
OnMouseUp = TrayIconMouseUp
Left = 16
Top = 16
end
object PopupMenu: TPopupMenu
Images = PopupIcons
OnPopup = PopupMenuPopup
Left = 72
Top = 16
object est11: TMenuItem
Caption = 'Test1'
end
end
object PopupIcons: TImageList
ColorDepth = cd32Bit
DrawingStyle = dsTransparent
Left = 136
Top = 16
end
object DirectoryWatcherTimer: TTimer
Interval = 500
OnTimer = DirectoryWatcherTimerTimer
Left = 200
Top = 16
end
end