Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

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

    r456 r830  
    1 object frmDeviceSelect: TfrmDeviceSelect
     1inherited frmDeviceSelect: TfrmDeviceSelect
    22  Left = 378
    33  Top = 340
    4   AutoScroll = False
    54  Caption = 'Orders Print Device Selection'
    65  ClientHeight = 235
    76  ClientWidth = 415
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = True
    157  Position = poScreenCenter
    168  OnClose = FormClose
    17   OnShow = FormShow
     9  OnCreate = FormCreate
     10  ExplicitWidth = 423
     11  ExplicitHeight = 262
    1812  PixelsPerInch = 96
    1913  TextHeight = 13
    20   object lblPrintTo: TLabel
    21     Left = 8
    22     Top = 276
    23     Width = 3
    24     Height = 13
    25   end
    26   object grpDevice: TGroupBox
     14  object grpDevice: TGroupBox [0]
    2715    Left = 0
    2816    Top = 0
     
    5947      OnChange = cboDeviceChange
    6048      OnNeedData = cboDeviceNeedData
     49      CharsNeedMatch = 1
    6150    end
    6251    object pnlGBBottom: TPanel
     
    10493    end
    10594  end
    106   object pnlBottom: TPanel
     95  object pnlBottom: TPanel [1]
    10796    Left = 0
    10897    Top = 194
     
    141130    end
    142131  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
    143165end
Note: See TracChangeset for help on using the changeset viewer.