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

    r456 r829  
    1 object frmODMedOIFA: TfrmODMedOIFA
     1inherited frmODMedOIFA: TfrmODMedOIFA
    22  Left = 0
    33  Top = 0
    4   Width = 313
    5   Height = 205
    64  Caption = 'Formulary Alternatives'
    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 = []
     5  ClientHeight = 178
     6  ClientWidth = 305
    137  FormStyle = fsStayOnTop
    148  OldCreateOrder = True
     
    1913  PixelsPerInch = 96
    2014  TextHeight = 13
    21   object Label1: TLabel
     15  object Label1: TLabel [0]
    2216    Left = 0
    2317    Top = 0
     
    2620    Align = alTop
    2721    Caption = 'The selected drug is not in the formulary.  Alternatives are:'
     22    ExplicitWidth = 273
    2823  end
    29   object Label2: TStaticText
     24  object Label2: TStaticText [1]
    3025    Left = 0
    3126    Top = 134
     
    3530    Caption = 'Do you wish to use the selected alternative instead?'
    3631    TabOrder = 1
     32    ExplicitWidth = 250
    3733  end
    38   object lstFormAlt: TORListBox
     34  object lstFormAlt: TORListBox [2]
    3935    Left = 0
    4036    Top = 13
     
    5248    Pieces = '2'
    5349  end
    54   object btnPanel: TPanel
     50  object btnPanel: TPanel [3]
    5551    Left = 0
    5652    Top = 151
     
    8278    end
    8379  end
     80  inherited amgrMain: TVA508AccessibilityManager
     81    Data = (
     82      (
     83        'Component = Label2'
     84        'Status = stsDefault')
     85      (
     86        'Component = lstFormAlt'
     87        'Status = stsDefault')
     88      (
     89        'Component = btnPanel'
     90        'Status = stsDefault')
     91      (
     92        'Component = cmdYes'
     93        'Status = stsDefault')
     94      (
     95        'Component = cmdNo'
     96        'Status = stsDefault')
     97      (
     98        'Component = frmODMedOIFA'
     99        'Status = stsDefault'))
     100  end
    84101end
Note: See TracChangeset for help on using the changeset viewer.