source: cprs/trunk/CPRS-Chart/fLabPrint.dfm

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

Upgrading to version 27

File size: 3.5 KB
Line 
1inherited frmLabPrint: TfrmLabPrint
2 Left = 294
3 Top = 216
4 Caption = 'Lab Print Device Selection'
5 ClientHeight = 307
6 ClientWidth = 435
7 OldCreateOrder = True
8 ExplicitWidth = 443
9 ExplicitHeight = 341
10 PixelsPerInch = 96
11 TextHeight = 13
12 object lblPrintTo: TLabel [0]
13 Left = 7
14 Top = 270
15 Width = 3
16 Height = 13
17 end
18 object lblLabTitle: TMemo [1]
19 Left = 8
20 Top = 8
21 Width = 301
22 Height = 53
23 TabStop = False
24 BorderStyle = bsNone
25 Color = clBtnFace
26 Lines.Strings = (
27 'Report Title, Date/Time, Location')
28 ReadOnly = True
29 TabOrder = 4
30 end
31 object grpDevice: TGroupBox [2]
32 Left = 8
33 Top = 69
34 Width = 411
35 Height = 192
36 Caption = 'Device'
37 TabOrder = 0
38 object lblMargin: TLabel
39 Left = 8
40 Top = 166
41 Width = 60
42 Height = 13
43 AutoSize = False
44 Caption = 'Right Margin'
45 end
46 object lblLength: TLabel
47 Left = 120
48 Top = 166
49 Width = 61
50 Height = 13
51 AutoSize = False
52 Caption = 'Page Length'
53 end
54 object txtRightMargin: TMaskEdit
55 Left = 72
56 Top = 164
57 Width = 34
58 Height = 19
59 AutoSize = False
60 EditMask = '99999;0; '
61 MaxLength = 5
62 TabOrder = 1
63 end
64 object txtPageLength: TMaskEdit
65 Left = 184
66 Top = 164
67 Width = 34
68 Height = 19
69 AutoSize = False
70 EditMask = '99999;0; '
71 MaxLength = 5
72 TabOrder = 2
73 end
74 object cboDevice: TORComboBox
75 Left = 8
76 Top = 16
77 Width = 395
78 Height = 140
79 Style = orcsSimple
80 AutoSelect = True
81 Caption = 'Device'
82 Color = clWindow
83 DropDownCount = 8
84 ItemHeight = 13
85 ItemTipColor = clWindow
86 ItemTipEnable = True
87 ListItemsOnly = False
88 LongList = True
89 LookupPiece = 0
90 MaxLength = 0
91 ParentShowHint = False
92 Pieces = '2,4'
93 ShowHint = True
94 Sorted = False
95 SynonymChars = '<>'
96 TabPositions = '30'
97 TabOrder = 0
98 OnChange = cboDeviceChange
99 OnNeedData = cboDeviceNeedData
100 CharsNeedMatch = 1
101 end
102 end
103 object cmdOK: TButton [3]
104 Left = 267
105 Top = 272
106 Width = 72
107 Height = 22
108 Caption = 'OK'
109 Default = True
110 TabOrder = 1
111 OnClick = cmdOKClick
112 end
113 object cmdCancel: TButton [4]
114 Left = 347
115 Top = 272
116 Width = 72
117 Height = 22
118 Cancel = True
119 Caption = 'Cancel'
120 TabOrder = 2
121 OnClick = cmdCancelClick
122 end
123 object chkDefault: TCheckBox [5]
124 Left = 7
125 Top = 288
126 Width = 173
127 Height = 17
128 Caption = 'Save as user'#39's default printer'
129 TabOrder = 3
130 end
131 inherited amgrMain: TVA508AccessibilityManager
132 Data = (
133 (
134 'Component = lblLabTitle'
135 'Status = stsDefault')
136 (
137 'Component = grpDevice'
138 'Status = stsDefault')
139 (
140 'Component = txtRightMargin'
141 'Status = stsDefault')
142 (
143 'Component = txtPageLength'
144 'Status = stsDefault')
145 (
146 'Component = cboDevice'
147 'Status = stsDefault')
148 (
149 'Component = cmdOK'
150 'Status = stsDefault')
151 (
152 'Component = cmdCancel'
153 'Status = stsDefault')
154 (
155 'Component = chkDefault'
156 'Status = stsDefault')
157 (
158 'Component = frmLabPrint'
159 'Status = stsDefault'))
160 end
161 object dlgWinPrinter: TPrintDialog
162 Left = 352
163 Top = 22
164 end
165end
Note: See TracBrowser for help on using the repository browser.