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

    r456 r830  
    1 object frmLabTests: TfrmLabTests
     1inherited frmLabTests: TfrmLabTests
    22  Left = 288
    33  Top = 115
    4   Width = 460
    5   Height = 308
    64  Caption = 'Select Lab Tests'
    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 = 281
     6  ClientWidth = 452
    137  OldCreateOrder = True
    148  Position = poScreenCenter
    159  OnClose = FormClose
    1610  OnCreate = FormCreate
    17   OnShow = FormShow
    1811  PixelsPerInch = 96
    1912  TextHeight = 13
    20   object pnlLabTests: TORAutoPanel
     13  object pnlLabTests: TORAutoPanel [0]
    2114    Left = 0
    2215    Top = 0
     
    134127    end
    135128  end
     129  inherited amgrMain: TVA508AccessibilityManager
     130    Data = (
     131      (
     132        'Component = pnlLabTests'
     133        'Status = stsDefault')
     134      (
     135        'Component = cmdOK'
     136        'Status = stsDefault')
     137      (
     138        'Component = cmdCancel'
     139        'Status = stsDefault')
     140      (
     141        'Component = lstList'
     142        'Status = stsDefault')
     143      (
     144        'Component = cboTests'
     145        'Status = stsDefault')
     146      (
     147        'Component = cmdRemove'
     148        'Status = stsDefault')
     149      (
     150        'Component = cmdClear'
     151        'Status = stsDefault')
     152      (
     153        'Component = cmdAdd'
     154        'Status = stsDefault')
     155      (
     156        'Component = frmLabTests'
     157        'Status = stsDefault'))
     158  end
    136159end
Note: See TracChangeset for help on using the changeset viewer.