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

    r456 r829  
    1 object frmODRadApproval: TfrmODRadApproval
     1inherited frmODRadApproval: TfrmODRadApproval
    22  Left = 295
    33  Top = 167
     
    66  ClientHeight = 262
    77  ClientWidth = 259
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    148  OldCreateOrder = True
    159  Position = poScreenCenter
    1610  PixelsPerInch = 96
    1711  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     12  object pnlBase: TORAutoPanel [0]
    1913    Left = 0
    2014    Top = 0
     
    6862      ListItemsOnly = True
    6963      LongList = False
     64      LookupPiece = 0
    7065      MaxLength = 0
    7166      Pieces = '2'
     
    7368      SynonymChars = '<>'
    7469      TabOrder = 0
     70      CharsNeedMatch = 1
    7571    end
    7672  end
     73  inherited amgrMain: TVA508AccessibilityManager
     74    Data = (
     75      (
     76        'Component = pnlBase'
     77        'Status = stsDefault')
     78      (
     79        'Component = cmdOK'
     80        'Status = stsDefault')
     81      (
     82        'Component = cmdCancel'
     83        'Status = stsDefault')
     84      (
     85        'Component = cboRadiologist'
     86        'Status = stsDefault')
     87      (
     88        'Component = frmODRadApproval'
     89        'Status = stsDefault'))
     90  end
    7791end
Note: See TracChangeset for help on using the changeset viewer.