-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathuMainForm.dfm
More file actions
682 lines (682 loc) · 22.6 KB
/
uMainForm.dfm
File metadata and controls
682 lines (682 loc) · 22.6 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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Generative AI: Prompts'
ClientHeight = 804
ClientWidth = 1091
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
TextHeight = 15
object WebBrowser: TWebBrowser
AlignWithMargins = True
Left = 311
Top = 3
Width = 777
Height = 798
Align = alClient
TabOrder = 0
SelectedEngine = EdgeOnly
ExplicitLeft = -2
ExplicitTop = 345
ExplicitWidth = 928
ExplicitHeight = 408
ControlData = {
4C0000004E5000007A5200000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126208000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
object Panel8: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 302
Height = 798
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
ExplicitHeight = 750
object Label7: TLabel
AlignWithMargins = True
Left = 3
Top = 484
Width = 296
Height = 30
Align = alTop
Caption =
'Copy and paste your prompt above into the prompt field and press' +
' Generate Image.'
WordWrap = True
ExplicitWidth = 277
end
object BuildPromptButton: TButton
AlignWithMargins = True
Left = 3
Top = 250
Width = 296
Height = 48
Align = alTop
Caption = 'Build Prompt'
TabOrder = 0
OnClick = BuildPromptButtonClick
ExplicitLeft = 6
ExplicitTop = 274
ExplicitWidth = 179
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 156
ExplicitWidth = 934
object Label1: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Image Format'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object ImageFormatCB: TComboBox
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 23
Align = alClient
TabOrder = 0
ExplicitWidth = 808
end
end
object Panel3: TPanel
Left = 0
Top = 33
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 156
ExplicitWidth = 934
object Label2: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Perspective'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object PerspectiveCB: TComboBox
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 23
Align = alClient
TabOrder = 0
ExplicitWidth = 808
end
end
object Panel4: TPanel
Left = 0
Top = 66
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 3
ExplicitTop = 156
ExplicitWidth = 934
object Label3: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Style'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object StyleCB: TComboBox
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 23
Align = alClient
TabOrder = 0
ExplicitWidth = 808
end
end
object Panel5: TPanel
Left = 0
Top = 132
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 4
ExplicitTop = 156
ExplicitWidth = 934
object Label4: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Variation'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object VariationCB: TComboBox
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 23
Align = alClient
TabOrder = 0
ExplicitWidth = 808
end
end
object Panel6: TPanel
Left = 0
Top = 99
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 5
ExplicitTop = 123
ExplicitWidth = 934
object Label5: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'SuperCharge'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object SuperChargeCB: TComboBox
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 23
Align = alClient
TabOrder = 0
ExplicitWidth = 808
end
end
object Panel7: TPanel
Left = 0
Top = 165
Width = 302
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 6
ExplicitTop = 186
ExplicitWidth = 185
object Label6: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 114
Height = 27
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Basic Subject'
Layout = tlCenter
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 41
end
object SubjectEdit: TEdit
AlignWithMargins = True
Left = 123
Top = 3
Width = 176
Height = 27
Align = alClient
TabOrder = 0
Text = 'Greek Temple'
TextHint = 'a quick brown fox jumping over a yellow dog'
ExplicitWidth = 808
ExplicitHeight = 23
end
end
object RandomButton: TButton
AlignWithMargins = True
Left = 3
Top = 201
Width = 296
Height = 43
Align = alTop
Caption = 'Randomize'
TabOrder = 7
OnClick = RandomButtonClick
ExplicitLeft = 6
ExplicitTop = 220
ExplicitWidth = 179
end
object Panel1: TPanel
Left = 0
Top = 301
Width = 302
Height = 180
Align = alTop
BevelOuter = bvNone
TabOrder = 8
object PromptMemo: TMemo
AlignWithMargins = True
Left = 3
Top = 3
Width = 296
Height = 174
Align = alClient
TabOrder = 0
ExplicitLeft = 67
ExplicitTop = 10
ExplicitWidth = 179
ExplicitHeight = 35
end
end
end
object ImageFormatTable: TFDMemTable
Active = True
FieldDefs = <
item
Name = 'Value'
DataType = ftString
Size = 128
end>
IndexDefs = <>
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvPersistent, rvSilentMode]
ResourceOptions.Persistent = True
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
StoreDefs = True
Left = 376
Top = 32
Content = {
414442530F000000EC000000FF00010001FF02FF0304002000000049006D0061
006700650046006F0072006D00610074005400610062006C0065000500200000
0049006D0061006700650046006F0072006D00610074005400610062006C0065
00060000000000070000080032000000090000FF0AFF0B04000A000000560061
006C007500650005000A000000560061006C00750065000C00010000000E000D
000F008000000010000111000112000113000114000115000116000A00000056
0061006C0075006500170080000000FEFEFF18FEFF19FEFF1AFEFEFEFF1BFEFF
1C1D0008000000FF1EFEFEFE0E004D0061006E0061006700650072001E005500
7000640061007400650073005200650067006900730074007200790012005400
610062006C0065004C006900730074000A005400610062006C00650008004E00
61006D006500140053006F0075007200630065004E0061006D0065000A005400
6100620049004400240045006E0066006F0072006300650043006F006E007300
74007200610069006E00740073001E004D0069006E0069006D0075006D004300
6100700061006300690074007900180043006800650063006B004E006F007400
4E0075006C006C00140043006F006C0075006D006E004C006900730074000C00
43006F006C0075006D006E00100053006F007500720063006500490044001800
6400740041006E007300690053007400720069006E0067001000440061007400
610054007900700065000800530069007A006500140053006500610072006300
6800610062006C006500120041006C006C006F0077004E0075006C006C000800
420061007300650014004F0041006C006C006F0077004E0075006C006C001200
4F0049006E0055007000640061007400650010004F0049006E00570068006500
720065001A004F0072006900670069006E0043006F006C004E0061006D006500
140053006F007500720063006500530069007A0065001C0043006F006E007300
74007200610069006E0074004C00690073007400100056006900650077004C00
6900730074000E0052006F0077004C006900730074001800520065006C006100
740069006F006E004C006900730074001C005500700064006100740065007300
4A006F00750072006E0061006C001200530061007600650050006F0069006E00
74000E004300680061006E00670065007300}
end
object BindSourceDB1: TBindSourceDB
DataSet = ImageFormatTable
ScopeMappings = <>
Left = 304
Top = 288
end
object BindingsList1: TBindingsList
Methods = <>
OutputConverters = <>
Left = 212
Top = 133
object LinkListControlToField1: TLinkListControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDB1
FieldName = 'Value'
Control = ImageFormatCB
FillExpressions = <>
FillHeaderExpressions = <>
FillBreakGroups = <>
end
object LinkListControlToField2: TLinkListControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDB2
FieldName = 'Value'
Control = PerspectiveCB
FillExpressions = <>
FillHeaderExpressions = <>
FillBreakGroups = <>
end
object LinkListControlToField3: TLinkListControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDB3
FieldName = 'Value'
Control = StyleCB
FillExpressions = <>
FillHeaderExpressions = <>
FillBreakGroups = <>
end
object LinkListControlToField4: TLinkListControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDB4
FieldName = 'Value'
Control = VariationCB
FillExpressions = <>
FillHeaderExpressions = <>
FillBreakGroups = <>
end
object LinkListControlToField5: TLinkListControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDB5
FieldName = 'Value'
Control = SuperChargeCB
FillExpressions = <>
FillHeaderExpressions = <>
FillBreakGroups = <>
end
end
object FDBatchMove1: TFDBatchMove
Reader = FDBatchMoveTextReader1
Writer = FDBatchMoveDataSetWriter1
Mappings = <>
LogFileName = 'Data.log'
Left = 472
Top = 112
end
object FDBatchMoveDataSetWriter1: TFDBatchMoveDataSetWriter
DataSet = ImageFormatTable
Left = 552
Top = 296
end
object FDBatchMoveTextReader1: TFDBatchMoveTextReader
DataDef.Fields = <>
Left = 520
Top = 168
end
object FDGUIxWaitCursor1: TFDGUIxWaitCursor
Provider = 'Forms'
Left = 384
Top = 120
end
object PerspectiveTable: TFDMemTable
Active = True
FieldDefs = <
item
Name = 'Value'
DataType = ftString
Size = 128
end>
IndexDefs = <>
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvPersistent, rvSilentMode]
ResourceOptions.Persistent = True
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
StoreDefs = True
Left = 312
Top = 96
Content = {
414442530F000000EC000000FF00010001FF02FF030400200000005000650072
00730070006500630074006900760065005400610062006C0065000500200000
00500065007200730070006500630074006900760065005400610062006C0065
00060000000000070000080032000000090000FF0AFF0B04000A000000560061
006C007500650005000A000000560061006C00750065000C00010000000E000D
000F008000000010000111000112000113000114000115000116000A00000056
0061006C0075006500170080000000FEFEFF18FEFF19FEFF1AFEFEFEFF1BFEFF
1C1D0008000000FF1EFEFEFE0E004D0061006E0061006700650072001E005500
7000640061007400650073005200650067006900730074007200790012005400
610062006C0065004C006900730074000A005400610062006C00650008004E00
61006D006500140053006F0075007200630065004E0061006D0065000A005400
6100620049004400240045006E0066006F0072006300650043006F006E007300
74007200610069006E00740073001E004D0069006E0069006D0075006D004300
6100700061006300690074007900180043006800650063006B004E006F007400
4E0075006C006C00140043006F006C0075006D006E004C006900730074000C00
43006F006C0075006D006E00100053006F007500720063006500490044001800
6400740041006E007300690053007400720069006E0067001000440061007400
610054007900700065000800530069007A006500140053006500610072006300
6800610062006C006500120041006C006C006F0077004E0075006C006C000800
420061007300650014004F0041006C006C006F0077004E0075006C006C001200
4F0049006E0055007000640061007400650010004F0049006E00570068006500
720065001A004F0072006900670069006E0043006F006C004E0061006D006500
140053006F007500720063006500530069007A0065001C0043006F006E007300
74007200610069006E0074004C00690073007400100056006900650077004C00
6900730074000E0052006F0077004C006900730074001800520065006C006100
740069006F006E004C006900730074001C005500700064006100740065007300
4A006F00750072006E0061006C001200530061007600650050006F0069006E00
74000E004300680061006E00670065007300}
end
object BindSourceDB2: TBindSourceDB
DataSet = PerspectiveTable
ScopeMappings = <>
Left = 328
Top = 280
end
object StyleTable: TFDMemTable
Active = True
FieldDefs = <
item
Name = 'Value'
DataType = ftString
Size = 128
end>
IndexDefs = <>
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvPersistent, rvSilentMode]
ResourceOptions.Persistent = True
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
StoreDefs = True
Left = 312
Top = 168
Content = {
414442530F000000EC000000FF00010001FF02FF030400200000005000650072
00730070006500630074006900760065005400610062006C0065000500200000
00500065007200730070006500630074006900760065005400610062006C0065
00060000000000070000080032000000090000FF0AFF0B04000A000000560061
006C007500650005000A000000560061006C00750065000C00010000000E000D
000F008000000010000111000112000113000114000115000116000A00000056
0061006C0075006500170080000000FEFEFF18FEFF19FEFF1AFEFEFEFF1BFEFF
1C1D0008000000FF1EFEFEFE0E004D0061006E0061006700650072001E005500
7000640061007400650073005200650067006900730074007200790012005400
610062006C0065004C006900730074000A005400610062006C00650008004E00
61006D006500140053006F0075007200630065004E0061006D0065000A005400
6100620049004400240045006E0066006F0072006300650043006F006E007300
74007200610069006E00740073001E004D0069006E0069006D0075006D004300
6100700061006300690074007900180043006800650063006B004E006F007400
4E0075006C006C00140043006F006C0075006D006E004C006900730074000C00
43006F006C0075006D006E00100053006F007500720063006500490044001800
6400740041006E007300690053007400720069006E0067001000440061007400
610054007900700065000800530069007A006500140053006500610072006300
6800610062006C006500120041006C006C006F0077004E0075006C006C000800
420061007300650014004F0041006C006C006F0077004E0075006C006C001200
4F0049006E0055007000640061007400650010004F0049006E00570068006500
720065001A004F0072006900670069006E0043006F006C004E0061006D006500
140053006F007500720063006500530069007A0065001C0043006F006E007300
74007200610069006E0074004C00690073007400100056006900650077004C00
6900730074000E0052006F0077004C006900730074001800520065006C006100
740069006F006E004C006900730074001C005500700064006100740065007300
4A006F00750072006E0061006C001200530061007600650050006F0069006E00
74000E004300680061006E00670065007300}
end
object BindSourceDB3: TBindSourceDB
DataSet = StyleTable
ScopeMappings = <>
Left = 336
Top = 288
end
object VariationTable: TFDMemTable
Active = True
FieldDefs = <
item
Name = 'Value'
DataType = ftString
Size = 128
end>
IndexDefs = <>
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvPersistent, rvSilentMode]
ResourceOptions.Persistent = True
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
StoreDefs = True
Left = 384
Top = 192
Content = {
414442530F000000EC000000FF00010001FF02FF030400200000005000650072
00730070006500630074006900760065005400610062006C0065000500200000
00500065007200730070006500630074006900760065005400610062006C0065
00060000000000070000080032000000090000FF0AFF0B04000A000000560061
006C007500650005000A000000560061006C00750065000C00010000000E000D
000F008000000010000111000112000113000114000115000116000A00000056
0061006C0075006500170080000000FEFEFF18FEFF19FEFF1AFEFEFEFF1BFEFF
1C1D0008000000FF1EFEFEFE0E004D0061006E0061006700650072001E005500
7000640061007400650073005200650067006900730074007200790012005400
610062006C0065004C006900730074000A005400610062006C00650008004E00
61006D006500140053006F0075007200630065004E0061006D0065000A005400
6100620049004400240045006E0066006F0072006300650043006F006E007300
74007200610069006E00740073001E004D0069006E0069006D0075006D004300
6100700061006300690074007900180043006800650063006B004E006F007400
4E0075006C006C00140043006F006C0075006D006E004C006900730074000C00
43006F006C0075006D006E00100053006F007500720063006500490044001800
6400740041006E007300690053007400720069006E0067001000440061007400
610054007900700065000800530069007A006500140053006500610072006300
6800610062006C006500120041006C006C006F0077004E0075006C006C000800
420061007300650014004F0041006C006C006F0077004E0075006C006C001200
4F0049006E0055007000640061007400650010004F0049006E00570068006500
720065001A004F0072006900670069006E0043006F006C004E0061006D006500
140053006F007500720063006500530069007A0065001C0043006F006E007300
74007200610069006E0074004C00690073007400100056006900650077004C00
6900730074000E0052006F0077004C006900730074001800520065006C006100
740069006F006E004C006900730074001C005500700064006100740065007300
4A006F00750072006E0061006C001200530061007600650050006F0069006E00
74000E004300680061006E00670065007300}
end
object BindSourceDB4: TBindSourceDB
DataSet = VariationTable
ScopeMappings = <>
Left = 336
Top = 312
end
object SuperChargeTable: TFDMemTable
Active = True
FieldDefs = <
item
Name = 'Value'
DataType = ftString
Size = 128
end>
IndexDefs = <>
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvPersistent, rvSilentMode]
ResourceOptions.Persistent = True
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
StoreDefs = True
Left = 440
Top = 248
Content = {
414442530F000000EC000000FF00010001FF02FF030400200000005000650072
00730070006500630074006900760065005400610062006C0065000500200000
00500065007200730070006500630074006900760065005400610062006C0065
00060000000000070000080032000000090000FF0AFF0B04000A000000560061
006C007500650005000A000000560061006C00750065000C00010000000E000D
000F008000000010000111000112000113000114000115000116000A00000056
0061006C0075006500170080000000FEFEFF18FEFF19FEFF1AFEFEFEFF1BFEFF
1C1D0008000000FF1EFEFEFE0E004D0061006E0061006700650072001E005500
7000640061007400650073005200650067006900730074007200790012005400
610062006C0065004C006900730074000A005400610062006C00650008004E00
61006D006500140053006F0075007200630065004E0061006D0065000A005400
6100620049004400240045006E0066006F0072006300650043006F006E007300
74007200610069006E00740073001E004D0069006E0069006D0075006D004300
6100700061006300690074007900180043006800650063006B004E006F007400
4E0075006C006C00140043006F006C0075006D006E004C006900730074000C00
43006F006C0075006D006E00100053006F007500720063006500490044001800
6400740041006E007300690053007400720069006E0067001000440061007400
610054007900700065000800530069007A006500140053006500610072006300
6800610062006C006500120041006C006C006F0077004E0075006C006C000800
420061007300650014004F0041006C006C006F0077004E0075006C006C001200
4F0049006E0055007000640061007400650010004F0049006E00570068006500
720065001A004F0072006900670069006E0043006F006C004E0061006D006500
140053006F007500720063006500530069007A0065001C0043006F006E007300
74007200610069006E0074004C00690073007400100056006900650077004C00
6900730074000E0052006F0077004C006900730074001800520065006C006100
740069006F006E004C006900730074001C005500700064006100740065007300
4A006F00750072006E0061006C001200530061007600650050006F0069006E00
74000E004300680061006E00670065007300}
end
object BindSourceDB5: TBindSourceDB
DataSet = SuperChargeTable
ScopeMappings = <>
Left = 360
Top = 304
end
end