Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/fDeviceSelect.dfm

    r459 r460  
    11object frmDeviceSelect: TfrmDeviceSelect
    2   Left = 389
    3   Top = 375
    4   Width = 445
    5   Height = 276
     2  Left = 378
     3  Top = 340
     4  AutoScroll = False
    65  Caption = 'Orders Print Device Selection'
     6  ClientHeight = 235
     7  ClientWidth = 415
    78  Color = clBtnFace
    89  Font.Charset = DEFAULT_CHARSET
     
    1314  OldCreateOrder = True
    1415  Position = poScreenCenter
     16  OnClose = FormClose
     17  OnShow = FormShow
    1518  PixelsPerInch = 96
    1619  TextHeight = 13
     
    2225  end
    2326  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
    2832    Caption = 'Device'
    2933    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
    6434    object cboDevice: TORComboBox
    65       Left = 7
     35      Left = 2
    6636      Top = 15
    67       Width = 395
    68       Height = 140
     37      Width = 411
     38      Height = 145
    6939      Style = orcsSimple
     40      Align = alClient
    7041      AutoSelect = True
    7142      Caption = 'Device'
     
    7748      ListItemsOnly = False
    7849      LongList = True
     50      LookupPiece = 0
    7951      MaxLength = 0
    8052      ParentShowHint = False
     
    8860      OnNeedData = cboDeviceNeedData
    8961    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
    90105  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
    117113    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
    118142  end
    119143end
Note: See TracChangeset for help on using the changeset viewer.