Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fODMedFA.dfm

    r456 r829  
    22  Left = 333
    33  Top = 258
    4   Width = 316
    5   Height = 205
    64  Caption = 'Formulary Alternatives'
     5  ClientHeight = 178
     6  ClientWidth = 308
    77  FormStyle = fsStayOnTop
    88  OnCreate = FormCreate
     9  ExplicitWidth = 316
     10  ExplicitHeight = 205
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object Label1: TLabel
     13  object Label1: TLabel [0]
    1214    Left = 8
    1315    Top = 8
     
    1618    Caption = 'The selected drug is not in the formulary.  Alternatives are:'
    1719  end
    18   object Label2: TStaticText
     20  object Label2: TStaticText [1]
    1921    Left = 8
    2022    Top = 127
     
    2426    TabOrder = 3
    2527  end
    26   object lstFormAlt: TORListBox
     28  object lstFormAlt: TORListBox [2]
    2729    Left = 8
    2830    Top = 22
     
    3941    Pieces = '2'
    4042  end
    41   object cmdYes: TButton
     43  object cmdYes: TButton [3]
    4244    Left = 74
    4345    Top = 148
     
    5052    OnClick = cmdYesClick
    5153  end
    52   object cmdNo: TButton
     54  object cmdNo: TButton [4]
    5355    Left = 162
    5456    Top = 148
     
    6062    OnClick = cmdNoClick
    6163  end
     64  inherited amgrMain: TVA508AccessibilityManager
     65    Data = (
     66      (
     67        'Component = Label2'
     68        'Status = stsDefault')
     69      (
     70        'Component = lstFormAlt'
     71        'Status = stsDefault')
     72      (
     73        'Component = cmdYes'
     74        'Status = stsDefault')
     75      (
     76        'Component = cmdNo'
     77        'Status = stsDefault')
     78      (
     79        'Component = frmODMedFA'
     80        'Status = stsDefault'))
     81  end
    6282end
Note: See TracChangeset for help on using the changeset viewer.