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

    r456 r830  
    1 object frmVisit: TfrmVisit
     1inherited frmVisit: TfrmVisit
    22  Left = 426
    33  Top = 332
     
    77  ClientHeight = 273
    88  ClientWidth = 438
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    159  OldCreateOrder = True
    1610  Position = poScreenCenter
     
    1812  PixelsPerInch = 96
    1913  TextHeight = 13
    20   object pnlBase: TORAutoPanel
     14  object pnlBase: TORAutoPanel [0]
    2115    Left = 0
    2216    Top = 0
     
    9791        TabOrder = 0
    9892        OnNeedData = cboLocationNeedData
     93        CharsNeedMatch = 1
    9994      end
    10095      object grpCategory: TGroupBox
     
    183178    end
    184179  end
     180  inherited amgrMain: TVA508AccessibilityManager
     181    Data = (
     182      (
     183        'Component = pnlBase'
     184        'Status = stsDefault')
     185      (
     186        'Component = lblInstruct'
     187        'Status = stsDefault')
     188      (
     189        'Component = pnlVisit'
     190        'Status = stsDefault')
     191      (
     192        'Component = timVisitDate'
     193        'Status = stsDefault')
     194      (
     195        'Component = cboLocation'
     196        'Status = stsDefault')
     197      (
     198        'Component = grpCategory'
     199        'Status = stsDefault')
     200      (
     201        'Component = ckbHistorical'
     202        'Status = stsDefault')
     203      (
     204        'Component = lstVisit'
     205        'Status = stsDefault')
     206      (
     207        'Component = radAppt'
     208        'Status = stsDefault')
     209      (
     210        'Component = radAdmit'
     211        'Status = stsDefault')
     212      (
     213        'Component = radNewVisit'
     214        'Status = stsDefault')
     215      (
     216        'Component = cmdOK'
     217        'Status = stsDefault')
     218      (
     219        'Component = cmdCancel'
     220        'Status = stsDefault')
     221      (
     222        'Component = frmVisit'
     223        'Status = stsDefault'))
     224  end
    185225end
Note: See TracChangeset for help on using the changeset viewer.