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/fLabPrint.dfm

    r456 r830  
    1 object frmLabPrint: TfrmLabPrint
     1inherited frmLabPrint: TfrmLabPrint
    22  Left = 294
    33  Top = 216
    4   Width = 445
    5   Height = 336
    64  Caption = 'Lab 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 = []
     5  ClientHeight = 307
     6  ClientWidth = 435
    137  OldCreateOrder = True
    14   OnCreate = FormCreate
    15   OnDestroy = FormDestroy
     8  ExplicitWidth = 443
     9  ExplicitHeight = 341
    1610  PixelsPerInch = 96
    1711  TextHeight = 13
    18   object lblPrintTo: TLabel
     12  object lblPrintTo: TLabel [0]
    1913    Left = 7
    2014    Top = 270
     
    2216    Height = 13
    2317  end
    24   object lblLabTitle: TMemo
     18  object lblLabTitle: TMemo [1]
    2519    Left = 8
    2620    Top = 8
     
    3529    TabOrder = 4
    3630  end
    37   object grpDevice: TGroupBox
     31  object grpDevice: TGroupBox [2]
    3832    Left = 8
    3933    Top = 69
     
    9387      ListItemsOnly = False
    9488      LongList = True
     89      LookupPiece = 0
    9590      MaxLength = 0
    9691      ParentShowHint = False
     
    10398      OnChange = cboDeviceChange
    10499      OnNeedData = cboDeviceNeedData
     100      CharsNeedMatch = 1
    105101    end
    106102  end
    107   object cmdOK: TButton
     103  object cmdOK: TButton [3]
    108104    Left = 267
    109105    Top = 272
     
    115111    OnClick = cmdOKClick
    116112  end
    117   object cmdCancel: TButton
     113  object cmdCancel: TButton [4]
    118114    Left = 347
    119115    Top = 272
     
    125121    OnClick = cmdCancelClick
    126122  end
    127   object chkDefault: TCheckBox
     123  object chkDefault: TCheckBox [5]
    128124    Left = 7
    129125    Top = 288
     
    133129    TabOrder = 3
    134130  end
     131  inherited amgrMain: TVA508AccessibilityManager
     132    Data = (
     133      (
     134        'Component = lblLabTitle'
     135        'Status = stsDefault')
     136      (
     137        'Component = grpDevice'
     138        'Status = stsDefault')
     139      (
     140        'Component = txtRightMargin'
     141        'Status = stsDefault')
     142      (
     143        'Component = txtPageLength'
     144        'Status = stsDefault')
     145      (
     146        'Component = cboDevice'
     147        'Status = stsDefault')
     148      (
     149        'Component = cmdOK'
     150        'Status = stsDefault')
     151      (
     152        'Component = cmdCancel'
     153        'Status = stsDefault')
     154      (
     155        'Component = chkDefault'
     156        'Status = stsDefault')
     157      (
     158        'Component = frmLabPrint'
     159        'Status = stsDefault'))
     160  end
    135161  object dlgWinPrinter: TPrintDialog
    136162    Left = 352
Note: See TracChangeset for help on using the changeset viewer.