source: cprs/branches/foia-cprs/CPRS-Chart/fDeviceSelect.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 2.5 KB
Line 
1object frmDeviceSelect: TfrmDeviceSelect
2 Left = 389
3 Top = 375
4 Width = 445
5 Height = 276
6 Caption = 'Orders Print Device Selection'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = True
14 Position = poScreenCenter
15 PixelsPerInch = 96
16 TextHeight = 13
17 object lblPrintTo: TLabel
18 Left = 8
19 Top = 276
20 Width = 3
21 Height = 13
22 end
23 object grpDevice: TGroupBox
24 Left = 10
25 Top = 8
26 Width = 411
27 Height = 192
28 Caption = 'Device'
29 TabOrder = 0
30 object lblMargin: TLabel
31 Left = 8
32 Top = 166
33 Width = 60
34 Height = 13
35 Caption = 'Right Margin'
36 end
37 object lblLength: TLabel
38 Left = 120
39 Top = 166
40 Width = 61
41 Height = 13
42 Caption = 'Page Length'
43 end
44 object txtRightMargin: TMaskEdit
45 Left = 72
46 Top = 164
47 Width = 34
48 Height = 19
49 AutoSize = False
50 EditMask = '99999;0; '
51 MaxLength = 5
52 TabOrder = 1
53 end
54 object txtPageLength: TMaskEdit
55 Left = 184
56 Top = 164
57 Width = 34
58 Height = 19
59 AutoSize = False
60 EditMask = '99999;0; '
61 MaxLength = 5
62 TabOrder = 2
63 end
64 object cboDevice: TORComboBox
65 Left = 7
66 Top = 15
67 Width = 395
68 Height = 140
69 Style = orcsSimple
70 AutoSelect = True
71 Caption = 'Device'
72 Color = clWindow
73 DropDownCount = 8
74 ItemHeight = 13
75 ItemTipColor = clWindow
76 ItemTipEnable = True
77 ListItemsOnly = False
78 LongList = True
79 MaxLength = 0
80 ParentShowHint = False
81 Pieces = '2,4'
82 ShowHint = True
83 Sorted = False
84 SynonymChars = '<>'
85 TabPositions = '30'
86 TabOrder = 0
87 OnChange = cboDeviceChange
88 OnNeedData = cboDeviceNeedData
89 end
90 end
91 object cmdOK: TButton
92 Left = 269
93 Top = 211
94 Width = 72
95 Height = 22
96 Caption = 'OK'
97 Default = True
98 TabOrder = 2
99 OnClick = cmdOKClick
100 end
101 object cmdCancel: TButton
102 Left = 349
103 Top = 211
104 Width = 72
105 Height = 22
106 Cancel = True
107 Caption = 'Cancel'
108 TabOrder = 3
109 OnClick = cmdCancelClick
110 end
111 object chkDefault: TCheckBox
112 Left = 12
113 Top = 218
114 Width = 163
115 Height = 17
116 Caption = 'Save as user'#39's default printer'
117 TabOrder = 1
118 end
119end
Note: See TracBrowser for help on using the repository browser.