source: cprs/trunk/CPRS-Chart/Orders/fOrdersPrint.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 6.4 KB
Line 
1inherited frmOrdersPrint: TfrmOrdersPrint
2 Left = 353
3 Top = 194
4 Caption = 'Print orders'
5 ClientHeight = 288
6 ClientWidth = 356
7 OldCreateOrder = True
8 Position = poScreenCenter
9 OnKeyUp = FormKeyUp
10 PixelsPerInch = 96
11 TextHeight = 13
12 object pnlBase: TORAutoPanel [0]
13 Left = 0
14 Top = 0
15 Width = 356
16 Height = 288
17 Align = alClient
18 BevelOuter = bvNone
19 TabOrder = 0
20 object lblDevice: TLabel
21 Left = 127
22 Top = 74
23 Width = 71
24 Height = 13
25 Caption = 'Print to device:'
26 end
27 object lblPartOne: TMemo
28 Left = 16
29 Top = 7
30 Width = 327
31 Height = 26
32 TabStop = False
33 BorderStyle = bsNone
34 Color = clBtnFace
35 Lines.Strings = (
36
37 'One or more of the following prints are available for this set o' +
38 'f orders. '
39 'Check those you desire and select a device, if necessary. ')
40 ReadOnly = True
41 TabOrder = 14
42 end
43 object lblPart2: TMemo
44 Left = 17
45 Top = 40
46 Width = 323
47 Height = 26
48 TabStop = False
49 BorderStyle = bsNone
50 Color = clBtnFace
51 Lines.Strings = (
52
53 'Highlighted items are configured to print automatically in all c' +
54 'ases for '
55 'this location. Greyed out items are not available.')
56 ReadOnly = True
57 TabOrder = 15
58 end
59 object ckChartCopy: TCheckBox
60 Left = 17
61 Top = 95
62 Width = 97
63 Height = 17
64 Caption = 'Chart Copies'
65 TabOrder = 0
66 OnClick = ckChartCopyClick
67 end
68 object ckLabels: TCheckBox
69 Left = 17
70 Top = 131
71 Width = 97
72 Height = 17
73 Caption = 'Labels'
74 TabOrder = 3
75 OnClick = ckLabelsClick
76 end
77 object ckRequisitions: TCheckBox
78 Left = 17
79 Top = 170
80 Width = 97
81 Height = 17
82 Caption = 'Requisitions'
83 TabOrder = 6
84 OnClick = ckRequisitionsClick
85 end
86 object ckWorkCopy: TCheckBox
87 Left = 17
88 Top = 208
89 Width = 97
90 Height = 17
91 Caption = 'Work Copies'
92 TabOrder = 9
93 OnClick = ckWorkCopyClick
94 end
95 object lstChartDevice: TORListBox
96 Left = 127
97 Top = 93
98 Width = 121
99 Height = 21
100 ExtendedSelect = False
101 Font.Charset = DEFAULT_CHARSET
102 Font.Color = clWindowText
103 Font.Height = -11
104 Font.Name = 'MS Sans Serif'
105 Font.Style = []
106 ItemHeight = 13
107 ParentFont = False
108 ParentShowHint = False
109 ShowHint = True
110 TabOrder = 1
111 OnClick = DeviceListClick
112 Caption = 'Print to device:'
113 ItemTipColor = clWindow
114 LongList = False
115 Pieces = '2'
116 end
117 object lstLabelDevice: TORListBox
118 Left = 127
119 Top = 129
120 Width = 121
121 Height = 21
122 ItemHeight = 13
123 ParentShowHint = False
124 ShowHint = True
125 TabOrder = 4
126 OnClick = DeviceListClick
127 Caption = 'Print to device:'
128 ItemTipColor = clWindow
129 LongList = False
130 Pieces = '2'
131 end
132 object lstReqDevice: TORListBox
133 Left = 127
134 Top = 168
135 Width = 121
136 Height = 21
137 ItemHeight = 13
138 ParentShowHint = False
139 ShowHint = True
140 TabOrder = 7
141 OnClick = DeviceListClick
142 Caption = 'Print to device:'
143 ItemTipColor = clWindow
144 LongList = False
145 Pieces = '2'
146 end
147 object lstWorkDevice: TORListBox
148 Left = 127
149 Top = 206
150 Width = 121
151 Height = 21
152 ItemHeight = 13
153 ParentShowHint = False
154 ShowHint = True
155 TabOrder = 10
156 OnClick = DeviceListClick
157 Caption = 'Print to device:'
158 ItemTipColor = clWindow
159 LongList = False
160 Pieces = '2'
161 end
162 object cmdChart: TORAlignButton
163 Left = 266
164 Top = 93
165 Width = 75
166 Height = 21
167 Caption = 'Change'
168 TabOrder = 2
169 OnClick = cmdChartClick
170 end
171 object cmdLabels: TORAlignButton
172 Left = 266
173 Top = 129
174 Width = 75
175 Height = 21
176 Caption = 'Change'
177 TabOrder = 5
178 OnClick = cmdLabelsClick
179 end
180 object cmdReqs: TORAlignButton
181 Left = 266
182 Top = 168
183 Width = 75
184 Height = 21
185 Caption = 'Change'
186 TabOrder = 8
187 OnClick = cmdReqsClick
188 end
189 object cmdWork: TORAlignButton
190 Left = 266
191 Top = 206
192 Width = 75
193 Height = 21
194 Caption = 'Change'
195 TabOrder = 11
196 OnClick = cmdWorkClick
197 end
198 object cmdOK: TORAlignButton
199 Left = 7
200 Top = 253
201 Width = 160
202 Height = 21
203 Caption = 'Print All Checked Items'
204 TabOrder = 12
205 OnClick = cmdOKClick
206 end
207 object cmdCancel: TORAlignButton
208 Left = 188
209 Top = 253
210 Width = 160
211 Height = 21
212 Caption = 'Print Highlighted Items Only'
213 TabOrder = 13
214 OnClick = cmdCancelClick
215 end
216 end
217 inherited amgrMain: TVA508AccessibilityManager
218 Data = (
219 (
220 'Component = pnlBase'
221 'Status = stsDefault')
222 (
223 'Component = lblPartOne'
224 'Status = stsDefault')
225 (
226 'Component = lblPart2'
227 'Status = stsDefault')
228 (
229 'Component = ckChartCopy'
230 'Status = stsDefault')
231 (
232 'Component = ckLabels'
233 'Status = stsDefault')
234 (
235 'Component = ckRequisitions'
236 'Status = stsDefault')
237 (
238 'Component = ckWorkCopy'
239 'Status = stsDefault')
240 (
241 'Component = lstChartDevice'
242 'Status = stsDefault')
243 (
244 'Component = lstLabelDevice'
245 'Status = stsDefault')
246 (
247 'Component = lstReqDevice'
248 'Status = stsDefault')
249 (
250 'Component = lstWorkDevice'
251 'Status = stsDefault')
252 (
253 'Component = cmdChart'
254 'Status = stsDefault')
255 (
256 'Component = cmdLabels'
257 'Status = stsDefault')
258 (
259 'Component = cmdReqs'
260 'Status = stsDefault')
261 (
262 'Component = cmdWork'
263 'Status = stsDefault')
264 (
265 'Component = cmdOK'
266 'Status = stsDefault')
267 (
268 'Component = cmdCancel'
269 'Status = stsDefault')
270 (
271 'Component = frmOrdersPrint'
272 'Status = stsDefault'))
273 end
274end
Note: See TracBrowser for help on using the repository browser.