Changeset 460 for cprs/branches/foia-cprs/CPRS-Chart/fDeviceSelect.dfm
- Timestamp:
- Jul 6, 2008, 8:20:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/foia-cprs/CPRS-Chart/fDeviceSelect.dfm
r459 r460 1 1 object frmDeviceSelect: TfrmDeviceSelect 2 Left = 389 3 Top = 375 4 Width = 445 5 Height = 276 2 Left = 378 3 Top = 340 4 AutoScroll = False 6 5 Caption = 'Orders Print Device Selection' 6 ClientHeight = 235 7 ClientWidth = 415 7 8 Color = clBtnFace 8 9 Font.Charset = DEFAULT_CHARSET … … 13 14 OldCreateOrder = True 14 15 Position = poScreenCenter 16 OnClose = FormClose 17 OnShow = FormShow 15 18 PixelsPerInch = 96 16 19 TextHeight = 13 … … 22 25 end 23 26 object grpDevice: TGroupBox 24 Left = 10 25 Top = 8 26 Width = 411 27 Height = 192 27 Left = 0 28 Top = 0 29 Width = 415 30 Height = 194 31 Align = alClient 28 32 Caption = 'Device' 29 33 TabOrder = 0 30 object lblMargin: TLabel31 Left = 832 Top = 16633 Width = 6034 Height = 1335 Caption = 'Right Margin'36 end37 object lblLength: TLabel38 Left = 12039 Top = 16640 Width = 6141 Height = 1342 Caption = 'Page Length'43 end44 object txtRightMargin: TMaskEdit45 Left = 7246 Top = 16447 Width = 3448 Height = 1949 AutoSize = False50 EditMask = '99999;0; '51 MaxLength = 552 TabOrder = 153 end54 object txtPageLength: TMaskEdit55 Left = 18456 Top = 16457 Width = 3458 Height = 1959 AutoSize = False60 EditMask = '99999;0; '61 MaxLength = 562 TabOrder = 263 end64 34 object cboDevice: TORComboBox 65 Left = 735 Left = 2 66 36 Top = 15 67 Width = 39568 Height = 14 037 Width = 411 38 Height = 145 69 39 Style = orcsSimple 40 Align = alClient 70 41 AutoSelect = True 71 42 Caption = 'Device' … … 77 48 ListItemsOnly = False 78 49 LongList = True 50 LookupPiece = 0 79 51 MaxLength = 0 80 52 ParentShowHint = False … … 88 60 OnNeedData = cboDeviceNeedData 89 61 end 62 object pnlGBBottom: TPanel 63 Left = 2 64 Top = 160 65 Width = 411 66 Height = 32 67 Align = alBottom 68 BevelOuter = bvNone 69 TabOrder = 1 70 object lblMargin: TLabel 71 Left = 8 72 Top = 12 73 Width = 60 74 Height = 13 75 Caption = 'Right Margin' 76 end 77 object lblLength: TLabel 78 Left = 120 79 Top = 12 80 Width = 61 81 Height = 13 82 Caption = 'Page Length' 83 end 84 object txtRightMargin: TMaskEdit 85 Left = 72 86 Top = 6 87 Width = 33 88 Height = 19 89 AutoSize = False 90 EditMask = '99999;0; ' 91 MaxLength = 5 92 TabOrder = 0 93 end 94 object txtPageLength: TMaskEdit 95 Left = 184 96 Top = 6 97 Width = 34 98 Height = 19 99 AutoSize = False 100 EditMask = '99999;0; ' 101 MaxLength = 5 102 TabOrder = 1 103 end 104 end 90 105 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' 106 object pnlBottom: TPanel 107 Left = 0 108 Top = 194 109 Width = 415 110 Height = 41 111 Align = alBottom 112 BevelOuter = bvNone 117 113 TabOrder = 1 114 object cmdOK: TButton 115 Left = 257 116 Top = 11 117 Width = 72 118 Height = 22 119 Caption = 'OK' 120 Default = True 121 TabOrder = 0 122 OnClick = cmdOKClick 123 end 124 object cmdCancel: TButton 125 Left = 337 126 Top = 11 127 Width = 72 128 Height = 22 129 Cancel = True 130 Caption = 'Cancel' 131 TabOrder = 1 132 OnClick = cmdCancelClick 133 end 134 object chkDefault: TCheckBox 135 Left = 12 136 Top = 16 137 Width = 163 138 Height = 17 139 Caption = 'Save as user'#39's default printer' 140 TabOrder = 2 141 end 118 142 end 119 143 end
Note:
See TracChangeset
for help on using the changeset viewer.