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

    r456 r830  
    99  Position = poScreenCenter
    1010  OnCreate = FormCreate
     11  ExplicitWidth = 320
     12  ExplicitHeight = 240
    1113  PixelsPerInch = 96
    1214  TextHeight = 13
    13   object Label2: TLabel
     15  object Label2: TLabel [0]
    1416    Left = 68
    1517    Top = 48
     
    1820    Caption = 'Effective Date'
    1921  end
    20   object Label3: TStaticText
     22  object Label3: TStaticText [1]
    2123    Left = 8
    2224    Top = 8
     
    2628    TabOrder = 3
    2729  end
    28   object Label4: TStaticText
     30  object Label4: TStaticText [2]
    2931    Left = 8
    3032    Top = 22
     
    3436    TabOrder = 4
    3537  end
    36   object calEffective: TORDateBox
     38  object calEffective: TORDateBox [3]
    3739    Left = 68
    3840    Top = 62
     
    4547    Caption = 'Effective Date'
    4648  end
    47   object cmdOK: TButton
     49  object cmdOK: TButton [4]
    4850    Left = 51
    4951    Top = 95
     
    5557    OnClick = cmdOKClick
    5658  end
    57   object cmdCancel: TButton
     59  object cmdCancel: TButton [5]
    5860    Left = 133
    5961    Top = 95
     
    6567    OnClick = cmdCancelClick
    6668  end
     69  inherited amgrMain: TVA508AccessibilityManager
     70    Data = (
     71      (
     72        'Component = Label3'
     73        'Status = stsDefault')
     74      (
     75        'Component = Label4'
     76        'Status = stsDefault')
     77      (
     78        'Component = calEffective'
     79        'Status = stsDefault')
     80      (
     81        'Component = cmdOK'
     82        'Status = stsDefault')
     83      (
     84        'Component = cmdCancel'
     85        'Status = stsDefault')
     86      (
     87        'Component = frmEffectDate'
     88        'Status = stsDefault'))
     89  end
    6790end
Note: See TracChangeset for help on using the changeset viewer.