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

    r456 r830  
    88  ClientWidth = 246
    99  OnCreate = FormCreate
     10  ExplicitWidth = 320
     11  ExplicitHeight = 240
    1012  PixelsPerInch = 96
    1113  TextHeight = 13
    12   object lblInstruction: TStaticText
     14  object lblInstruction: TStaticText [0]
    1315    Left = 12
    1416    Top = 12
     
    1820    TabOrder = 4
    1921  end
    20   object cmdOK: TButton
     22  object cmdOK: TButton [1]
    2123    Left = 42
    2224    Top = 89
     
    2830    OnClick = cmdOKClick
    2931  end
    30   object cmdCancel: TButton
     32  object cmdCancel: TButton [2]
    3133    Left = 132
    3234    Top = 89
     
    3840    OnClick = cmdCancelClick
    3941  end
    40   object radPrivacy: TRadioButton
     42  object radPrivacy: TRadioButton [3]
    4143    Left = 20
    4244    Top = 37
     
    4749    TabStop = True
    4850  end
    49   object radAdmin: TRadioButton
     51  object radAdmin: TRadioButton [4]
    5052    Left = 20
    5153    Top = 60
     
    5557    TabOrder = 2
    5658  end
     59  inherited amgrMain: TVA508AccessibilityManager
     60    Data = (
     61      (
     62        'Component = lblInstruction'
     63        'Status = stsDefault')
     64      (
     65        'Component = cmdOK'
     66        'Status = stsDefault')
     67      (
     68        'Component = cmdCancel'
     69        'Status = stsDefault')
     70      (
     71        'Component = radPrivacy'
     72        'Status = stsDefault')
     73      (
     74        'Component = radAdmin'
     75        'Status = stsDefault')
     76      (
     77        'Component = frmNoteDelReason'
     78        'Status = stsDefault'))
     79  end
    5780end
Note: See TracChangeset for help on using the changeset viewer.