-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmmain.lfm
More file actions
300 lines (300 loc) · 7.74 KB
/
frmmain.lfm
File metadata and controls
300 lines (300 loc) · 7.74 KB
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
object Form1: TForm1
Left = -1927
Height = 1028
Top = -1083
Width = 1693
Caption = 'Form1'
ClientHeight = 1028
ClientWidth = 1693
Menu = MainMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '3.4.0.0'
object PageControl1: TPageControl
Left = 0
Height = 1028
Top = 0
Width = 1693
ActivePage = tsBuildSheet
Align = alClient
TabIndex = 0
TabOrder = 0
OnChange = PageControl1Change
object tsBuildSheet: TTabSheet
Caption = 'Build List'
ClientHeight = 1000
ClientWidth = 1685
object gbCompList1: TGroupBox
Left = 0
Height = 1000
Top = 0
Width = 230
Align = alLeft
Caption = 'Build List'
ClientHeight = 980
ClientWidth = 226
TabOrder = 0
object lbBuildList: TListBox
Left = 0
Height = 980
Top = 0
Width = 226
Align = alClient
Font.Height = -16
Font.Name = 'System'
ItemHeight = 0
ParentColor = True
ParentFont = False
TabOrder = 0
OnClick = lbBuildListClick
OnMouseDown = lbBuildListMouseDown
end
end
object Panel1: TPanel
Left = 235
Height = 1000
Top = 0
Width = 1450
Align = alClient
Caption = 'Panel1'
ClientHeight = 1000
ClientWidth = 1450
TabOrder = 1
object ImageContainer: TPanel
Left = 1
Height = 149
Top = 850
Width = 1448
Align = alBottom
Caption = 'To Be: Image Viewing Area'
ClientHeight = 149
ClientWidth = 1448
ParentBackground = False
ParentColor = False
TabOrder = 0
object sbBuildImages: TScrollBox
Left = 1
Height = 147
Top = 1
Width = 1446
HorzScrollBar.Increment = 1
HorzScrollBar.Page = 1
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Page = 1
VertScrollBar.Tracking = True
VertScrollBar.Visible = False
Align = alClient
Color = clGray
ParentBackground = False
ParentColor = False
TabOrder = 0
end
end
object gbCompStats1: TGroupBox
Left = 1
Height = 849
Top = 1
Width = 310
Align = alLeft
Caption = 'System Build Specs'
ClientHeight = 829
ClientWidth = 306
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
object sbSystemBuildSpecs: TScrollBox
Left = 0
Height = 829
Top = 0
Width = 306
HorzScrollBar.Page = 1
HorzScrollBar.Tracking = True
VertScrollBar.Page = 1
VertScrollBar.Tracking = True
Align = alClient
AutoSize = True
ParentBackground = False
TabOrder = 0
end
end
object PageControl2: TPageControl
Left = 316
Height = 849
Top = 1
Width = 1133
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'Build Notes'
ClientHeight = 821
ClientWidth = 1125
object Memo1: TMemo
Left = 0
Height = 801
Top = 20
Width = 1125
Align = alClient
ParentColor = True
TabOrder = 0
OnExit = Memo1Exit
end
object Panel3: TPanel
Left = 0
Height = 20
Top = 0
Width = 1125
Align = alTop
Caption = 'Notes about Build'
TabOrder = 1
end
end
object TabSheet2: TTabSheet
Caption = 'Build History'
end
end
object Splitter1: TSplitter
Left = 311
Height = 849
Top = 1
Width = 5
end
end
object Splitter2: TSplitter
Left = 230
Height = 1000
Top = 0
Width = 5
end
end
end
object MainMenu1: TMainMenu
Left = 40
Top = 60
object MenuItem5: TMenuItem
Caption = '&File'
object MenuItem7: TMenuItem
Caption = '&Attach Image(s)...'
ShortCut = 24641
OnClick = mnuLoadImageClick
end
object mnuPasteImage: TMenuItem
Caption = '&Paste Image...'
ShortCut = 16470
OnClick = mnuPasteImageClick
end
object MenuItem11: TMenuItem
Caption = '-'
end
object MenuItem12: TMenuItem
Caption = '&Print'
Enabled = False
end
object MenuItem27: TMenuItem
Caption = 'P&rint Setup ...'
Enabled = False
end
object MenuItem28: TMenuItem
Caption = '-'
end
object mnuExit: TMenuItem
Caption = 'E&xit'
OnClick = mnuExitClick
end
end
object mnuBuildList: TMenuItem
Caption = 'Build List'
OnClick = mnuBuildListClick
object MenuItem1: TMenuItem
Caption = 'Build Sheet'
ShortCut = 121
OnClick = MenuItem1Click
end
object mnuAddBuild: TMenuItem
Caption = 'Create New Build'
OnClick = mnuAddBuildClick
end
object mnuDeleteBuild: TMenuItem
Caption = 'Delete Build'
OnClick = mnuDeleteBuildClick
end
object mnuAddToBuildManifest: TMenuItem
Caption = 'Add to Build Manifest'
OnClick = mnuAddToBuildManifestClick
end
object mnuResetManifest: TMenuItem
Caption = 'Reset Entire Manifest for Selected Build'
OnClick = mnuResetManifestClick
end
object Separator2: TMenuItem
Caption = '-'
end
object MenuItem8: TMenuItem
Caption = 'Refresh Build List'
ShortCut = 116
OnClick = MenuItem8Click
end
end
object MenuItem2: TMenuItem
Caption = '&Help'
RightJustify = True
OnClick = MenuItem2Click
object MenuItem13: TMenuItem
Caption = 'Help &Contents'
ShortCut = 112
end
object MenuItem14: TMenuItem
Caption = 'Help &Index'
end
object MenuItem19: TMenuItem
Caption = '&Online Help'
end
object MenuItem22: TMenuItem
Caption = '-'
end
object MenuItem23: TMenuItem
Caption = '&Licence Information'
end
object MenuItem24: TMenuItem
Caption = '&Check for Updates'
end
object MenuItem25: TMenuItem
Caption = '-'
end
object MenuItem26: TMenuItem
Caption = '&About'
end
end
end
object ApplicationProperties1: TApplicationProperties
OnIdle = ApplicationProperties1Idle
Left = 40
Top = 120
end
object OpenPictureDialog1: TOpenPictureDialog
FileName = 'C:\Development\Lazarus\BuildDatabase\Images\dsc-0787-53-6621683e1f859964931270.jpg'
Filter = 'Common Image Files (*.png;*.jpg;*.jpeg;*.gif;*.bmp;*.tif;*.tiff)|*.png;*.jpg;*.jpeg;*.gif;*.bmp;*.tif;*.tiff|All Files (*.*)|*.*'
InitialDir = 'C:\Development\Lazarus\BuildDatabase\Images\'
Left = 40
Top = 198
end
object PopupMenu1: TPopupMenu
Left = 49
Top = 269
object imagePopup: TMenuItem
Caption = 'Delete Image'
OnClick = imagePopupClick
end
end
object AssignButtonFlashTimer: TTimer
Enabled = False
Interval = 100
OnTimer = AssignButtonFlashTimerTimer
Left = 38
Top = 335
end
end