-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.lfm
485 lines (485 loc) · 12 KB
/
main.lfm
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
object Form1: TForm1
Left = 367
Height = 771
Top = 160
Width = 1229
Caption = 'KiCAD BOM Generator'
ClientHeight = 751
ClientWidth = 1229
Menu = MainMenu1
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
LCLVersion = '1.4.0.4'
object StatusBar: TStatusBar
Left = 0
Height = 23
Top = 728
Width = 1229
Panels = <
item
Width = 150
end
item
Width = 150
end
item
Width = 150
end
item
Width = 50
end>
SimplePanel = False
end
object PageControl1: TPageControl
Left = 0
Height = 728
Top = 0
Width = 560
ActivePage = TabSheetGr
Align = alLeft
Font.CharSet = ANSI_CHARSET
Font.Height = -12
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
PopupMenu = Pop1
TabIndex = 1
TabOrder = 1
OnChange = FormResize
OnEnter = FormResize
object TabSheetSep: TTabSheet
Caption = 'BOM'
ClientHeight = 700
ClientWidth = 552
Font.CharSet = ANSI_CHARSET
Font.Height = -12
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
object SG1: TStringGrid
Left = 0
Height = 700
Top = 0
Width = 552
Align = alClient
AlternateColor = 14275517
AutoAdvance = aaDown
AutoEdit = False
ColCount = 9
Columns = <
item
Alignment = taCenter
ButtonStyle = cbsButton
MinSize = 50
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = 'Ref'
Width = 102
end
item
Alignment = taCenter
MinSize = 100
Title.Alignment = taCenter
Title.Caption = 'Value'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Footprint'
Width = 102
end
item
Title.Caption = 'Inventory'
end
item
Title.Alignment = taCenter
Title.Caption = 'Order'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Brand'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Supplier'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Price'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Notes'
Width = 104
end>
Constraints.MinHeight = 100
Constraints.MinWidth = 100
FixedCols = 0
Font.CharSet = ANSI_CHARSET
Font.Height = -12
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
HeaderHotZones = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goSmoothScroll, goCellHints, goRowHighlight]
ParentFont = False
PopupMenu = Pop1
RowCount = 50
TabOrder = 0
TitleFont.CharSet = ANSI_CHARSET
TitleFont.Height = -12
TitleFont.Name = 'Arial'
TitleFont.Pitch = fpVariable
TitleFont.Quality = fqDraft
TitleFont.Style = [fsBold]
TitleStyle = tsStandard
OnClick = FormResize
ColWidths = (
102
102
102
64
102
102
102
102
104
)
end
end
object TabSheetGr: TTabSheet
Caption = 'BOM grouped'
ClientHeight = 700
ClientWidth = 552
Font.CharSet = ANSI_CHARSET
Font.Height = -12
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
object SG2: TStringGrid
Left = 0
Height = 700
Top = 0
Width = 552
Align = alClient
AlternateColor = 12900542
AutoAdvance = aaDown
ColCount = 10
Columns = <
item
Title.Alignment = taCenter
Title.Caption = 'Ref'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Value'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Footprint'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Inventory'
end
item
Title.Alignment = taCenter
Title.Caption = 'Order'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Brand'
Width = 102
end
item
Title.Alignment = taCenter
Title.Caption = 'Supplier'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Price'
Width = 102
end
item
Alignment = taCenter
Title.Alignment = taCenter
Title.Caption = 'Q-ty'
Width = 104
end
item
Title.Alignment = taCenter
Title.Caption = 'Notes'
end>
DefaultDrawing = False
FixedCols = 0
Font.CharSet = ANSI_CHARSET
Font.Height = -12
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goSmoothScroll, goCellHints, goRowHighlight]
ParentFont = False
ParentShowHint = False
RowCount = 20
ShowHint = True
TabOrder = 0
TitleFont.CharSet = ANSI_CHARSET
TitleFont.Height = -12
TitleFont.Name = 'Arial'
TitleFont.Pitch = fpVariable
TitleFont.Quality = fqDraft
TitleFont.Style = [fsBold]
OnClick = FormResize
OnGetCellHint = SG2GetCellHint
OnMouseMove = SG2MouseMove
ColWidths = (
102
102
102
64
102
102
102
102
104
64
)
end
end
object TabSheet1: TTabSheet
Caption = 'Summary'
end
end
object Splitter2: TSplitter
Left = 560
Height = 728
Top = 0
Width = 5
OnMoved = FormResize
end
object PageControl2: TPageControl
Left = 565
Height = 728
Top = 0
Width = 664
ActivePage = TabSheet2
Align = alClient
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
TabIndex = 0
TabOrder = 3
object TabSheet2: TTabSheet
Caption = 'Inventory'
ClientHeight = 699
ClientWidth = 656
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
object GroupBox1: TGroupBox
Left = 0
Height = 699
Top = 0
Width = 183
Align = alLeft
Caption = 'Selected'
ClientHeight = 678
ClientWidth = 179
TabOrder = 0
object TreeView1: TTreeView
Left = 0
Height = 678
Top = 0
Width = 179
Align = alClient
AutoExpand = True
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 0
OnClick = TreeView1Click
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object Splitter1: TSplitter
Left = 183
Height = 699
Top = 0
Width = 5
OnMoved = FormResize
end
object SG3: TStringGrid
Left = 188
Height = 699
Top = 0
Width = 468
Align = alClient
AlternateColor = 15132390
AutoAdvance = aaDown
ColCount = 10
Columns = <
item
Title.Alignment = taCenter
Title.Caption = 'Inventory #'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Value'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Footprint'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Type'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Material'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Notes'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Order'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Brand'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Supplier'
Width = 67
end
item
Title.Alignment = taCenter
Title.Caption = 'Link'
Width = 75
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goSmoothScroll, goCellHints, goRowHighlight]
RowCount = 50
TabOrder = 2
TitleFont.CharSet = ANSI_CHARSET
TitleFont.Height = -12
TitleFont.Name = 'Arial'
TitleFont.Pitch = fpVariable
TitleFont.Quality = fqDraft
TitleFont.Style = [fsBold]
OnClick = FormResize
ColWidths = (
67
67
67
67
67
67
67
67
67
75
)
end
end
end
object MainMenu1: TMainMenu
left = 224
top = 104
object FileMenuItem: TMenuItem
Caption = 'File'
object MiNewBom: TMenuItem
Caption = 'New BOM'
OnClick = MiNewBomClick
end
object MiAddSch: TMenuItem
Caption = 'Add KiCAD SCH file'
OnClick = MiAddSchClick
end
object MiSaveBom: TMenuItem
Caption = 'Save BOM'
OnClick = MiSaveBomClick
end
object MenuItem2: TMenuItem
Caption = '-'
end
object MiExit: TMenuItem
Caption = 'Exit'
OnClick = MiExitClick
end
end
object MiAbout: TMenuItem
Caption = 'About'
OnClick = MiAboutClick
end
end
object OpenDialog1: TOpenDialog
Filter = 'KiCAD SCH|*.sch|All files|*.*'
left = 336
top = 104
end
object SaveDialog1: TSaveDialog
DefaultExt = '.csv'
Filter = 'CSV|*.csv|Text files|*.txt|All files|*.*'
left = 456
top = 112
end
object Pop1: TPopupMenu
left = 336
top = 344
object Pop1Find: TMenuItem
Caption = 'Find in inventory'
OnClick = Pop1FindClick
end
object Pop1CopyFrom: TMenuItem
Caption = 'Copy from inventory'
end
object Pop1CopyTo: TMenuItem
Caption = 'Copy to Inventory'
end
end
object Pop2: TPopupMenu
left = 936
top = 352
end
end