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

    r456 r830  
    1 object frmReportPrt: TfrmReportPrt
     1inherited frmReportPrt: TfrmReportPrt
    22  Left = 507
    33  Top = 114
    4   Width = 434
    5   Height = 343
    64  Caption = 'Report 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
     5  ClientHeight = 314
     6  ClientWidth = 424
    147  Position = poScreenCenter
    15   OnCreate = FormCreate
    16   OnDestroy = FormDestroy
     8  ExplicitWidth = 432
     9  ExplicitHeight = 348
    1710  PixelsPerInch = 96
    1811  TextHeight = 13
    19   object lblPrintTo: TLabel
     12  object lblPrintTo: TLabel [0]
    2013    Left = 8
    2114    Top = 271
     
    2316    Height = 13
    2417  end
    25   object lblReportsTitle: TMemo
     18  object lblReportsTitle: TMemo [1]
    2619    Left = 8
    2720    Top = 8
     
    3629    TabOrder = 4
    3730  end
    38   object grpDevice: TGroupBox
     31  object grpDevice: TGroupBox [2]
    3932    Left = 8
    4033    Top = 69
     
    10497      OnChange = cboDeviceChange
    10598      OnNeedData = cboDeviceNeedData
     99      CharsNeedMatch = 1
    106100    end
    107101  end
    108   object cmdOK: TButton
     102  object cmdOK: TButton [3]
    109103    Left = 267
    110104    Top = 272
     
    116110    OnClick = cmdOKClick
    117111  end
    118   object cmdCancel: TButton
     112  object cmdCancel: TButton [4]
    119113    Left = 347
    120114    Top = 272
     
    126120    OnClick = cmdCancelClick
    127121  end
    128   object chkDefault: TCheckBox
     122  object chkDefault: TCheckBox [5]
    129123    Left = 8
    130124    Top = 294
     
    134128    TabOrder = 1
    135129  end
     130  inherited amgrMain: TVA508AccessibilityManager
     131    Data = (
     132      (
     133        'Component = lblReportsTitle'
     134        'Status = stsDefault')
     135      (
     136        'Component = grpDevice'
     137        'Status = stsDefault')
     138      (
     139        'Component = txtRightMargin'
     140        'Status = stsDefault')
     141      (
     142        'Component = txtPageLength'
     143        'Status = stsDefault')
     144      (
     145        'Component = cboDevice'
     146        'Status = stsDefault')
     147      (
     148        'Component = cmdOK'
     149        'Status = stsDefault')
     150      (
     151        'Component = cmdCancel'
     152        'Status = stsDefault')
     153      (
     154        'Component = chkDefault'
     155        'Status = stsDefault')
     156      (
     157        'Component = frmReportPrt'
     158        'Status = stsDefault'))
     159  end
    136160  object dlgWinPrinter: TPrintDialog
    137161    Left = 334
Note: See TracChangeset for help on using the changeset viewer.