source: cprs/trunk/CPRS-Chart/fReportsPrint.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 frmReportPrt: TfrmReportPrt
2 Left = 507
3 Top = 114
4 Caption = 'Report Print Device Selection'
5 ClientHeight = 314
6 ClientWidth = 424
7 Position = poScreenCenter
8 ExplicitWidth = 432
9 ExplicitHeight = 348
10 PixelsPerInch = 96
11 TextHeight = 13
12 object lblPrintTo: TLabel [0]
13 Left = 8
14 Top = 271
15 Width = 3
16 Height = 13
17 end
18 object lblReportsTitle: 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 Color = clWindow
82 DropDownCount = 8
83 ItemHeight = 13
84 ItemTipColor = clWindow
85 ItemTipEnable = True
86 ListItemsOnly = False
87 LongList = True
88 LookupPiece = 0
89 MaxLength = 0
90 ParentShowHint = False
91 Pieces = '2,4'
92 ShowHint = True
93 Sorted = False
94 SynonymChars = '<>'
95 TabPositions = '30'
96 TabOrder = 0
97 OnChange = cboDeviceChange
98 OnNeedData = cboDeviceNeedData
99 CharsNeedMatch = 1
100 end
101 end
102 object cmdOK: TButton [3]
103 Left = 267
104 Top = 272
105 Width = 72
106 Height = 22
107 Caption = 'OK'
108 Default = True
109 TabOrder = 2
110 OnClick = cmdOKClick
111 end
112 object cmdCancel: TButton [4]
113 Left = 347
114 Top = 272
115 Width = 72
116 Height = 22
117 Cancel = True
118 Caption = 'Cancel'
119 TabOrder = 3
120 OnClick = cmdCancelClick
121 end
122 object chkDefault: TCheckBox [5]
123 Left = 8
124 Top = 294
125 Width = 171
126 Height = 17
127 Caption = 'Save as user'#39's default printer'
128 TabOrder = 1
129 end
130 inherited amgrMain: TVA508AccessibilityManager
131 Data = (
132 (
133 'Component = lblReportsTitle'
134 'Status = stsDefault')
135 (
136 'Component = grpDevice'
137 'Status = stsDefault')
138 (
139 'Component = txtRightMargin'
140 'Status = stsDefault')
141 (
142 'Component = txtPageLength'
143 'Status = stsDefault')
144 (
145 'Component = cboDevice'
146 'Status = stsDefault')
147 (
148 'Component = cmdOK'
149 'Status = stsDefault')
150 (
151 'Component = cmdCancel'
152 'Status = stsDefault')
153 (
154 'Component = chkDefault'
155 'Status = stsDefault')
156 (
157 'Component = frmReportPrt'
158 'Status = stsDefault'))
159 end
160 object dlgWinPrinter: TPrintDialog
161 Left = 334
162 Top = 18
163 end
164end
Note: See TracBrowser for help on using the repository browser.