This repository was archived by the owner on Dec 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathuDraftProposal.dfm
More file actions
720 lines (720 loc) · 19.1 KB
/
Copy pathuDraftProposal.dfm
File metadata and controls
720 lines (720 loc) · 19.1 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
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
object DraftProposalForm: TDraftProposalForm
Left = 0
Top = 0
Caption = 'Draft Proposal'
ClientHeight = 631
ClientWidth = 836
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DraftCardPanel: TCardPanel
Left = 0
Top = 0
Width = 836
Height = 631
Align = alClient
ActiveCard = DraftCard
BevelOuter = bvNone
TabOrder = 0
object DraftCard: TCard
Left = 0
Top = 0
Width = 836
Height = 631
Caption = 'DraftCard'
CardIndex = 0
TabOrder = 0
object DraftHeaderPanel: TPanel
AlignWithMargins = True
Left = 25
Top = 3
Width = 808
Height = 67
Margins.Left = 25
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
object Label11: TLabel
AlignWithMargins = True
Left = 108
Top = 10
Width = 210
Height = 47
Margins.Top = 10
Margins.Bottom = 10
Align = alLeft
Caption = 'New Proposal'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
ExplicitHeight = 45
end
object VirtualImage1: TVirtualImage
Left = 0
Top = 0
Width = 105
Height = 67
Align = alLeft
ImageCollection = MainForm.ImageCollection1
ImageWidth = 0
ImageHeight = 0
ImageIndex = 16
ImageName = 'baseline_whatshot_white'
ExplicitLeft = 40
end
end
object RelativePanel1: TRelativePanel
AlignWithMargins = True
Left = 25
Top = 282
Width = 786
Height = 223
Margins.Left = 25
Margins.Right = 25
ControlCollection = <
item
Control = LineItemsStringGrid
AlignBottomWithPanel = False
AlignHorizontalCenterWithPanel = False
AlignLeftWithPanel = True
AlignRightWithPanel = True
AlignTopWithPanel = True
AlignVerticalCenterWithPanel = False
end
item
Control = BindNavigator1
AlignBottomWithPanel = True
AlignHorizontalCenterWithPanel = False
AlignLeftWithPanel = True
AlignRightWithPanel = True
AlignTopWithPanel = False
AlignVerticalCenterWithPanel = False
end>
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object LineItemsStringGrid: TStringGrid
AlignWithMargins = True
Left = 3
Top = 3
Width = 780
Height = 184
ColCount = 1
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
TabOrder = 0
ColWidths = (
64)
ColAligments = (
1)
end
object BindNavigator1: TBindNavigator
AlignWithMargins = True
Left = 3
Top = 195
Width = 780
Height = 25
DataSource = BindSourceDBLineItems
Orientation = orHorizontal
TabOrder = 1
end
end
object RelativePanel2: TRelativePanel
AlignWithMargins = True
Left = 25
Top = 511
Width = 786
Height = 117
Margins.Left = 25
Margins.Right = 25
ControlCollection = <
item
Control = Panel1
AlignBottomWithPanel = False
AlignHorizontalCenterWithPanel = False
AlignLeftWithPanel = True
AlignRightWithPanel = True
AlignTopWithPanel = True
AlignVerticalCenterWithPanel = False
end
item
Control = Panel6
AlignBottomWithPanel = True
AlignHorizontalCenterWithPanel = False
AlignLeftWithPanel = True
AlignRightWithPanel = True
AlignTopWithPanel = False
AlignVerticalCenterWithPanel = False
end>
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object Panel1: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 780
Height = 37
BevelOuter = bvNone
TabOrder = 0
object Total: TLabel
Left = 611
Top = 0
Width = 42
Height = 37
Margins.Right = 6
Align = alRight
Alignment = taRightJustify
Caption = 'Total:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
ExplicitHeight = 19
end
object TotalEdit: TEdit
AlignWithMargins = True
Left = 656
Top = 3
Width = 121
Height = 31
Align = alRight
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'Total'
ExplicitHeight = 27
end
end
object Panel6: TPanel
Left = 0
Top = 76
Width = 786
Height = 41
BevelOuter = bvNone
TabOrder = 1
object PreviewButton: TButton
AlignWithMargins = True
Left = 656
Top = 3
Width = 127
Height = 35
Align = alRight
Caption = 'Preview'
TabOrder = 0
OnClick = PreviewButtonClick
end
object CancelButton: TButton
AlignWithMargins = True
Left = 3
Top = 3
Width = 133
Height = 35
Align = alLeft
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = CancelButtonClick
end
end
end
object StackPanel1: TStackPanel
AlignWithMargins = True
Left = 25
Top = 76
Width = 786
Margins.Left = 25
Margins.Right = 25
Align = alTop
BevelOuter = bvNone
ControlCollection = <
item
Control = Panel5
HorizontalPositioning = sphpFill
VerticalPositioning = spvpTop
end
item
Control = Panel4
HorizontalPositioning = sphpFill
VerticalPositioning = spvpTop
end
item
Control = Panel3
HorizontalPositioning = sphpFill
VerticalPositioning = spvpTop
end
item
Control = Panel2
HorizontalPositioning = sphpFill
VerticalPositioning = spvpTop
end>
TabOrder = 3
object Panel5: TPanel
Left = 0
Top = 0
Width = 786
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 3
object Label1: TLabel
AlignWithMargins = True
Left = 676
Top = 0
Width = 107
Height = 41
Margins.Top = 0
Margins.Bottom = 0
Align = alRight
Caption = 'Invoice'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
ExplicitHeight = 45
end
object CompanyEdit: TEdit
AlignWithMargins = True
Left = 3
Top = 8
Width = 282
Height = 25
Margins.Top = 8
Margins.Bottom = 8
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'Company Name'
ExplicitHeight = 27
end
end
object Panel4: TPanel
Left = 0
Top = 43
Width = 786
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Address1Edit: TEdit
AlignWithMargins = True
Left = 3
Top = 8
Width = 282
Height = 25
Margins.Top = 8
Margins.Bottom = 8
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'Street Address'
ExplicitHeight = 27
end
object DateEdit: TEdit
AlignWithMargins = True
Left = 660
Top = 8
Width = 123
Height = 25
Margins.Top = 8
Margins.Bottom = 8
Align = alRight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
TextHint = 'Date'
ExplicitHeight = 27
end
end
object Panel3: TPanel
Left = 0
Top = 86
Width = 786
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Address2Edit: TEdit
AlignWithMargins = True
Left = 3
Top = 8
Width = 282
Height = 25
Margins.Top = 8
Margins.Bottom = 8
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'City, State, Zip'
ExplicitHeight = 27
end
end
object Panel2: TPanel
Left = 0
Top = 129
Width = 786
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object PhoneEdit: TEdit
AlignWithMargins = True
Left = 3
Top = 8
Width = 282
Height = 25
Margins.Top = 8
Margins.Bottom = 8
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = 'Phone'
ExplicitHeight = 27
end
end
end
object ProposalCSSMemo: TMemo
Left = 344
Top = 37
Width = 393
Height = 23
Lines.Strings = (
'<style type="text/css">'
'body {'
' font-family: "Helvetica Neue", '
'Helvetica, Arial;'
' font-size: 14px;'
' line-height: 20px;'
' font-weight: 400;'
' color: #3b3b3b;'
' -webkit-font-smoothing: '
'antialiased;'
' font-smoothing: antialiased;'
' background: #2b2b2b;'
'}'
''
'.container-fluid {'
' margin: 0 auto;'
' padding: 40px;'
' max-width: 100%;'
'}'
''
'.table {'
' margin: 0 0 40px 0;'
' width: 100%;'
' box-shadow: 0 1px 3px rgba(0, 0, '
'0, 0.2);'
' display: table;'
'}'
'@media screen and (max-width: '
'100%) {'
' .table {'
' display: block;'
' }'
'}'
''
'.row {'
' display: table-row;'
' background: #f6f6f6;'
'}'
'.row:nth-of-type(odd) {'
' background: #e9e9e9;'
'}'
'.row.header {'
' font-weight: 900;'
' color: #ffffff;'
' background: #ea6153;'
'}'
'.row.green {'
' background: #27ae60;'
'}'
'.row.blue {'
' background: #2980b9;'
'}'
'.row.ltblue {'
' background: #3792D1;'
'}'
'@media screen and (max-width: '
'100%) {'
' .row {'
' padding: 8px 0;'
' display: block;'
' }'
'}'
''
'.col-xs-6 {'
' padding: 6px 12px;'
' display: table-cell;'
'}'
'@media screen and (max-width: '
'100%) {'
' .col-xs-6 {'
' padding: 2px 12px;'
' display: block;'
' }'
'}'
''
'.col-xs-12 {'
' padding: 6px 12px;'
' display: table-cell;'
'}'
'@media screen and (max-width: '
'100%) {'
' .col-xs-12 {'
' padding: 2px 12px;'
' display: block;'
' }'
'}'
'</style>')
TabOrder = 4
Visible = False
WordWrap = False
end
end
object PreviewCard: TCard
Left = 0
Top = 0
Width = 836
Height = 631
Caption = 'PreviewCard'
CardIndex = 1
TabOrder = 1
OnClick = PreviewCardClick
object WebBrowser1: TWebBrowser
AlignWithMargins = True
Left = 25
Top = 76
Width = 786
Height = 505
Margins.Left = 25
Margins.Right = 25
Align = alClient
TabOrder = 0
ExplicitLeft = 344
ExplicitTop = 160
ExplicitWidth = 300
ExplicitHeight = 150
ControlData = {
4C000000A6510000E13600000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126208000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
object PreviewHeaderPanel: TPanel
AlignWithMargins = True
Left = 25
Top = 3
Width = 808
Height = 67
Margins.Left = 25
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 1
object Label2: TLabel
AlignWithMargins = True
Left = 108
Top = 15
Width = 261
Height = 37
Margins.Top = 15
Margins.Bottom = 15
Align = alLeft
Caption = 'Proposal Preview'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
ExplicitHeight = 45
end
object VirtualImage2: TVirtualImage
Left = 0
Top = 0
Width = 105
Height = 67
Align = alLeft
ImageCollection = MainForm.ImageCollection1
ImageWidth = 0
ImageHeight = 0
ImageIndex = 16
ImageName = 'baseline_whatshot_white'
ExplicitLeft = 8
end
object ReportMemo: TMemo
Left = 712
Top = 24
Width = 25
Height = 22
Lines.Strings = (
'')
TabOrder = 0
Visible = False
WordWrap = False
end
end
object NavPanel: TPanel
AlignWithMargins = True
Left = 25
Top = 587
Width = 786
Height = 41
Margins.Left = 25
Margins.Right = 25
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 613
ExplicitWidth = 790
object SaveProposalButton: TButton
AlignWithMargins = True
Left = 660
Top = 3
Width = 127
Height = 35
Align = alRight
Caption = 'Save Proposal'
TabOrder = 0
OnClick = SaveProposalButtonClick
end
object BackButton: TButton
AlignWithMargins = True
Left = 3
Top = 3
Width = 133
Height = 35
Align = alLeft
Caption = 'Back'
TabOrder = 1
OnClick = BackButtonClick
end
end
end
end
object BindSourceDBProposal: TBindSourceDB
ScopeMappings = <>
Left = 560
Top = 384
end
object BindSourceDBLineItems: TBindSourceDB
DataSource.OnDataChange = BindSourceDBLineItemsSubDataSourceDataChange
ScopeMappings = <>
Left = 400
Top = 408
end
object BindingsList1: TBindingsList
Methods = <>
OutputConverters = <>
Left = 788
Top = 29
object LinkGridToDataSourceBindSourceDB2: TLinkGridToDataSource
Category = 'Quick Bindings'
DataSource = BindSourceDBLineItems
GridControl = LineItemsStringGrid
Columns = <>
end
object LinkControlToField1: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'CompanyName'
Control = CompanyEdit
Track = True
end
object LinkControlToField2: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'Address1'
Control = Address1Edit
Track = True
end
object LinkControlToField3: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'Address2'
Control = Address2Edit
Track = True
end
object LinkControlToField4: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'Date'
Control = DateEdit
Track = True
end
object LinkControlToField5: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'Phone'
Control = PhoneEdit
Track = True
end
object LinkControlToField6: TLinkControlToField
Category = 'Quick Bindings'
DataSource = BindSourceDBDraftProposal
FieldName = 'Total'
Control = TotalEdit
Track = True
end
end
object BindSourceDBDraftProposal: TBindSourceDB
ScopeMappings = <>
Left = 416
Top = 336
end
object BindSourceDBProposalQuery: TBindSourceDB
ScopeMappings = <>
Left = 584
Top = 440
end
end