-
Notifications
You must be signed in to change notification settings - Fork 4
/
mainUnit.fmx
162 lines (162 loc) · 5.07 KB
/
mainUnit.fmx
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
object mainForm: TmainForm
Left = 0
Top = 0
Caption = 'GeCorp '#169' Logistic '
ClientHeight = 524
ClientWidth = 746
Position = DesktopCenter
StyleBook = DModule.StyleBook
WindowState = wsMaximized
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object StatusBar1: TStatusBar
Position.Y = 502.000000000000000000
ShowSizeGrip = True
Size.Width = 746.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
end
object RectangleHeader: TRectangle
Align = Top
Size.Width = 746.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
Stroke.Thickness = 0.100000001490116100
object ButtonMultiView: TButton
Align = Right
Position.X = 696.000000000000000000
Size.Width = 50.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'detailstoolbuttonmultiview'
TabOrder = 0
end
end
object MultiView1: TMultiView
MasterButton = ButtonMultiView
Mode = Popover
NavigationPaneOptions.CollapsedWidth = 250.000000000000000000
Size.Width = 250.000000000000000000
Size.Height = 400.000000000000000000
Size.PlatformDefault = False
Visible = False
TabOrder = 0
object GroupBox1: TGroupBox
Align = Top
Size.Width = 250.000000000000000000
Size.Height = 393.000000000000000000
Size.PlatformDefault = False
Text = 'Navigation bar'
TabOrder = 0
object Button1: TButton
Action = ActionLoaderClients
Align = Top
Enabled = True
ImageIndex = -1
Margins.Left = 5.000000000000000000
Margins.Top = 25.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 25.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
end
object Button2: TButton
Action = ActionTrackProviders
Align = Top
Enabled = True
ImageIndex = -1
Margins.Left = 5.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 62.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
end
object Button3: TButton
Action = activeWorksAction
Align = Top
Enabled = True
ImageIndex = -1
Margins.Left = 5.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 99.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
end
object Button4: TButton
Align = Top
Margins.Left = 5.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 136.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Button4'
end
object Button5: TButton
Align = Top
Margins.Left = 5.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 173.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Button5'
end
object Button6: TButton
Align = Top
Margins.Left = 5.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 210.000000000000000000
Size.Width = 240.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Button6'
end
end
end
object ActionListMain: TActionList
Left = 400
Top = 56
object activeWorksAction: TAction
Text = 'Active Works'
OnExecute = activeWorksActionExecute
end
object ActionTrackProviders: TAction
Text = 'Track Providers'
OnExecute = ActionTrackProvidersExecute
end
object ActionLoaderClients: TAction
Text = 'Loader Clients'
OnExecute = ActionLoaderClientsExecute
end
end
end