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

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

Upgrading to version 27

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