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

    r456 r830  
    22  Left = 516
    33  Top = 189
    4   AutoScroll = False
    54  Caption = 'frmNotePrint'
    6   ClientHeight = 308
     5  ClientHeight = 306
    76  Position = poScreenCenter
    8   OnCreate = FormCreate
     7  ExplicitHeight = 340
    98  PixelsPerInch = 96
    109  TextHeight = 13
    11   object lblPrintTo: TLabel
     10  object lblPrintTo: TLabel [0]
    1211    Left = 8
    1312    Top = 269
     
    1514    Height = 13
    1615  end
    17   object lblNoteTitle: TMemo
     16  object lblNoteTitle: TMemo [1]
    1817    Left = 8
    1918    Top = 8
     
    2827    TabOrder = 4
    2928  end
    30   object grpChooseCopy: TGroupBox
     29  object grpChooseCopy: TGroupBox [2]
    3130    Left = 321
    3231    Top = 4
     
    5756    end
    5857  end
    59   object grpDevice: TGroupBox
     58  object grpDevice: TGroupBox [3]
    6059    Left = 8
    6160    Top = 69
     
    127126    end
    128127  end
    129   object cmdOK: TButton
     128  object cmdOK: TButton [4]
    130129    Left = 266
    131130    Top = 276
     
    137136    OnClick = cmdOKClick
    138137  end
    139   object cmdCancel: TButton
     138  object cmdCancel: TButton [5]
    140139    Left = 346
    141140    Top = 276
     
    147146    OnClick = cmdCancelClick
    148147  end
    149   object chkDefault: TCheckBox
     148  object chkDefault: TCheckBox [6]
    150149    Left = 8
    151150    Top = 287
     
    155154    TabOrder = 1
    156155  end
     156  inherited amgrMain: TVA508AccessibilityManager
     157    Data = (
     158      (
     159        'Component = lblNoteTitle'
     160        'Status = stsDefault')
     161      (
     162        'Component = grpChooseCopy'
     163        'Status = stsDefault')
     164      (
     165        'Component = radChartCopy'
     166        'Status = stsDefault')
     167      (
     168        'Component = radWorkCopy'
     169        'Status = stsDefault')
     170      (
     171        'Component = grpDevice'
     172        'Status = stsDefault')
     173      (
     174        'Component = txtRightMargin'
     175        'Status = stsDefault')
     176      (
     177        'Component = txtPageLength'
     178        'Status = stsDefault')
     179      (
     180        'Component = cboDevice'
     181        'Status = stsDefault')
     182      (
     183        'Component = cmdOK'
     184        'Status = stsDefault')
     185      (
     186        'Component = cmdCancel'
     187        'Status = stsDefault')
     188      (
     189        'Component = chkDefault'
     190        'Status = stsDefault')
     191      (
     192        'Component = frmNotePrint'
     193        'Status = stsDefault'))
     194  end
    157195  object dlgWinPrinter: TPrintDialog
    158196    Left = 287
Note: See TracChangeset for help on using the changeset viewer.