-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlgSelectPrinter.dfm
142 lines (142 loc) · 2.82 KB
/
dlgSelectPrinter.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
object SelectPrinter: TSelectPrinter
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Batch Print'
ClientHeight = 576
ClientWidth = 516
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
StyleElements = [seFont, seClient]
PixelsPerInch = 96
TextHeight = 21
object Panel1: TPanel
Left = 0
Top = 519
Width = 516
Height = 57
Align = alBottom
TabOrder = 0
object btnCancel: TButton
Left = 163
Top = 16
Width = 81
Height = 30
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object btnOk: TButton
Left = 253
Top = 16
Width = 81
Height = 30
Caption = 'Ok'
TabOrder = 1
end
end
object GroupBox1: TGroupBox
AlignWithMargins = True
Left = 10
Top = 59
Width = 496
Height = 450
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alClient
Caption = 'Select output ...'
Padding.Left = 10
TabOrder = 1
object Label1: TLabel
Left = 22
Top = 382
Width = 99
Height = 21
Caption = 'Select folder ...'
end
object rbtnSendToPrinter: TRadioButton
AlignWithMargins = True
Left = 15
Top = 33
Width = 476
Height = 17
Margins.Top = 10
Align = alTop
Caption = 'Send to printer.'
Checked = True
TabOrder = 0
TabStop = True
end
object rbtnSendToPDF: TRadioButton
AlignWithMargins = True
Left = 15
Top = 214
Width = 476
Height = 17
Margins.Top = 10
Align = alTop
Caption = 'Send to PDF'
TabOrder = 2
end
object lboxPrinters: TListBox
AlignWithMargins = True
Left = 22
Top = 63
Width = 462
Height = 131
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alTop
ItemHeight = 21
TabOrder = 1
end
object rgrpCollation: TRadioGroup
Left = 49
Top = 248
Width = 248
Height = 89
Caption = 'Collation ...'
Enabled = False
ItemIndex = 0
Items.Strings = (
'PDF for each report'
'Single PDF')
TabOrder = 3
end
object edtFolder: TEdit
Left = 22
Top = 409
Width = 462
Height = 29
TabOrder = 5
Text = 'edtFolder'
end
object btnBrowseForFolder: TButton
Left = 384
Top = 378
Width = 100
Height = 25
Caption = 'Browse'
TabOrder = 4
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 516
Height = 49
Align = alTop
Caption = 'BATCH PRINT REPORTS'
TabOrder = 2
end
end