-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSumsForm.dfm
409 lines (409 loc) · 8.83 KB
/
SumsForm.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
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
object fSumsForm: TfSumsForm
Left = 363
Top = 115
BorderStyle = bsDialog
Caption = 'Sums'
ClientHeight = 688
ClientWidth = 896
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object sbMain: TScrollBox
Left = 0
Top = 80
Width = 896
Height = 569
VertScrollBar.Margin = 8
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Color = clWhite
ParentColor = False
TabOrder = 0
object lblSumsByTextTag: TLabel
Left = 8
Top = 818
Width = 86
Height = 13
Caption = 'Sums by text tag:'
end
object lblSumsBySelShop: TLabel
Left = 8
Top = 570
Width = 113
Height = 13
Caption = 'Sums by selected shop:'
end
object lblSumsByManufacturer: TLabel
Left = 8
Top = 322
Width = 135
Height = 13
Caption = 'Sums by item manufacturer:'
end
object lblSumsByType: TLabel
Left = 8
Top = 74
Width = 87
Height = 13
Caption = 'Sum by item type:'
end
object lblSumsGrandTotal: TLabel
Left = 8
Top = 8
Width = 58
Height = 13
Caption = 'Grand total:'
end
object sgSumsByManufacturer: TStringGrid
Left = 8
Top = 338
Width = 857
Height = 225
Color = 16316664
ColCount = 2
DefaultColWidth = 80
DefaultRowHeight = 20
DefaultDrawing = False
RowCount = 10
GridLineWidth = 0
Options = [goThumbTracking]
TabOrder = 2
OnDrawCell = CommonDrawCell
end
object sgSumsByType: TStringGrid
Left = 8
Top = 90
Width = 857
Height = 225
Color = 16316664
ColCount = 2
DefaultColWidth = 80
DefaultRowHeight = 20
DefaultDrawing = False
RowCount = 10
GridLineWidth = 0
Options = [goThumbTracking]
TabOrder = 1
OnDrawCell = CommonDrawCell
end
object sgSumsBySelShop: TStringGrid
Left = 8
Top = 586
Width = 857
Height = 225
Color = 16316664
ColCount = 2
DefaultColWidth = 80
DefaultRowHeight = 20
DefaultDrawing = False
RowCount = 10
GridLineWidth = 0
Options = [goThumbTracking]
TabOrder = 3
OnDrawCell = CommonDrawCell
end
object sgSumsByTextTag: TStringGrid
Left = 8
Top = 834
Width = 857
Height = 225
Color = 16316664
ColCount = 2
DefaultColWidth = 80
DefaultRowHeight = 20
DefaultDrawing = False
RowCount = 10
GridLineWidth = 0
Options = [goThumbTracking]
TabOrder = 4
OnDrawCell = CommonDrawCell
end
object sgSumsGrandTotal: TStringGrid
Left = 8
Top = 24
Width = 857
Height = 44
Color = 16316664
ColCount = 9
DefaultColWidth = 80
DefaultRowHeight = 20
DefaultDrawing = False
FixedCols = 0
RowCount = 2
GridLineWidth = 0
Options = [goThumbTracking]
TabOrder = 0
OnDrawCell = CommonDrawCell
RowHeights = (
20
20)
end
end
object btnClose: TButton
Left = 808
Top = 656
Width = 81
Height = 25
Caption = 'Close'
TabOrder = 1
OnClick = btnCloseClick
end
object bgFlagFilter: TGroupBox
Left = 8
Top = 0
Width = 881
Height = 73
Caption = 'Flag filter'
TabOrder = 2
object bvlFlagsSep: TBevel
Left = 112
Top = 16
Width = 9
Height = 49
Shape = bsLeftLine
end
object bvlLegengSep: TBevel
Left = 728
Top = 16
Width = 9
Height = 49
Shape = bsLeftLine
end
object cbFlagOwned: TCheckBox
Left = 136
Top = 16
Width = 65
Height = 17
AllowGrayed = True
Caption = 'Owned'
State = cbGrayed
TabOrder = 3
OnClick = CommonFilterCheckBoxClick
end
object cbFlagWanted: TCheckBox
Left = 256
Top = 16
Width = 65
Height = 17
AllowGrayed = True
Caption = 'Wanted'
State = cbGrayed
TabOrder = 4
OnClick = CommonFilterCheckBoxClick
end
object cbFlagOrdered: TCheckBox
Left = 376
Top = 16
Width = 73
Height = 17
AllowGrayed = True
Caption = 'Ordered'
State = cbGrayed
TabOrder = 5
OnClick = CommonFilterCheckBoxClick
end
object cbFlagBoxed: TCheckBox
Left = 496
Top = 16
Width = 57
Height = 17
AllowGrayed = True
Caption = 'Boxed'
State = cbGrayed
TabOrder = 6
OnClick = CommonFilterCheckBoxClick
end
object cbFlagElsewhere: TCheckBox
Left = 616
Top = 16
Width = 81
Height = 17
AllowGrayed = True
Caption = 'Elsewhere'
State = cbGrayed
TabOrder = 7
OnClick = CommonFilterCheckBoxClick
end
object cbFlagUntested: TCheckBox
Left = 136
Top = 32
Width = 73
Height = 17
AllowGrayed = True
Caption = 'Untested'
State = cbGrayed
TabOrder = 8
OnClick = CommonFilterCheckBoxClick
end
object cbFlagTesting: TCheckBox
Left = 256
Top = 32
Width = 65
Height = 17
AllowGrayed = True
Caption = 'Testing'
State = cbGrayed
TabOrder = 9
OnClick = CommonFilterCheckBoxClick
end
object cbFlagTested: TCheckBox
Left = 376
Top = 32
Width = 65
Height = 17
AllowGrayed = True
Caption = 'Tested'
State = cbGrayed
TabOrder = 10
OnClick = CommonFilterCheckBoxClick
end
object cbFlagDamaged: TCheckBox
Left = 496
Top = 32
Width = 73
Height = 17
AllowGrayed = True
Caption = 'Damaged'
State = cbGrayed
TabOrder = 11
OnClick = CommonFilterCheckBoxClick
end
object cbFlagRepaired: TCheckBox
Left = 616
Top = 32
Width = 73
Height = 17
AllowGrayed = True
Caption = 'Repaired'
State = cbGrayed
TabOrder = 12
OnClick = CommonFilterCheckBoxClick
end
object cbFlagPriceChange: TCheckBox
Left = 136
Top = 48
Width = 89
Height = 17
AllowGrayed = True
Caption = 'Price change'
State = cbGrayed
TabOrder = 13
OnClick = CommonFilterCheckBoxClick
end
object cbFlagAvailChange: TCheckBox
Left = 256
Top = 48
Width = 113
Height = 17
AllowGrayed = True
Caption = 'Availability change'
State = cbGrayed
TabOrder = 14
OnClick = CommonFilterCheckBoxClick
end
object cbFlagNotAvailable: TCheckBox
Left = 376
Top = 48
Width = 89
Height = 17
AllowGrayed = True
Caption = 'Not available'
State = cbGrayed
TabOrder = 15
OnClick = CommonFilterCheckBoxClick
end
object rbOpAND: TRadioButton
Left = 8
Top = 16
Width = 89
Height = 17
Caption = 'AND operator'
Checked = True
TabOrder = 0
TabStop = True
OnClick = CommonFilterCheckBoxClick
end
object rbOpOR: TRadioButton
Left = 8
Top = 32
Width = 89
Height = 17
Caption = 'OR operator'
TabOrder = 1
OnClick = CommonFilterCheckBoxClick
end
object rbOpXOR: TRadioButton
Left = 8
Top = 48
Width = 89
Height = 17
Caption = 'XOR operator'
TabOrder = 2
OnClick = CommonFilterCheckBoxClick
end
object cbStateUnchecked: TCheckBox
Left = 752
Top = 16
Width = 113
Height = 17
TabStop = False
Caption = 'Flag must be clear'
TabOrder = 18
OnClick = CommonStateCheckBoxClick
end
object cbStateChecked: TCheckBox
Left = 752
Top = 32
Width = 113
Height = 17
TabStop = False
Caption = 'Flag must be set'
Checked = True
State = cbChecked
TabOrder = 19
OnClick = CommonStateCheckBoxClick
end
object cbStateGrayed: TCheckBox
Left = 752
Top = 48
Width = 113
Height = 17
TabStop = False
Caption = 'Flag will be ignored'
State = cbGrayed
TabOrder = 20
OnClick = CommonStateCheckBoxClick
end
object cbFlagLost: TCheckBox
Left = 496
Top = 48
Width = 49
Height = 17
AllowGrayed = True
Caption = 'Lost'
State = cbGrayed
TabOrder = 16
OnClick = CommonFilterCheckBoxClick
end
object cbFlagDiscarded: TCheckBox
Left = 616
Top = 48
Width = 73
Height = 17
AllowGrayed = True
Caption = 'Discarded'
State = cbGrayed
TabOrder = 17
OnClick = CommonFilterCheckBoxClick
end
end
end