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

    r456 r830  
    1 object frmLabInfo: TfrmLabInfo
     1inherited frmLabInfo: TfrmLabInfo
    22  Left = 276
    33  Top = 256
    4   Width = 591
    5   Height = 304
    64  Caption = 'Lab Test Description'
    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 = 277
     6  ClientWidth = 583
    137  OldCreateOrder = False
    148  Position = poScreenCenter
    159  OnCreate = FormCreate
     10  ExplicitWidth = 320
     11  ExplicitHeight = 240
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object Panel1: TPanel
     14  object Panel1: TPanel [0]
    1915    Left = 0
    2016    Top = 244
     
    3935    end
    4036  end
    41   object memInfo: TCaptionMemo
     37  object memInfo: TCaptionMemo [1]
    4238    Left = 160
    4339    Top = 0
     
    5046    TabOrder = 1
    5147    Caption = 'Laboratory Test Descriptions'
     48    ExplicitTop = -1
    5249  end
    53   object cboTests: TORComboBox
     50  object cboTests: TORComboBox [2]
    5451    Left = 0
    5552    Top = 0
     
    6865    ListItemsOnly = False
    6966    LongList = True
     67    LookupPiece = 0
    7068    MaxLength = 0
    7169    ParentShowHint = False
     
    7775    OnClick = cboTestsClick
    7876    OnNeedData = cboTestsNeedData
     77    CharsNeedMatch = 1
     78  end
     79  inherited amgrMain: TVA508AccessibilityManager
     80    Data = (
     81      (
     82        'Component = Panel1'
     83        'Status = stsDefault')
     84      (
     85        'Component = btnOK'
     86        'Status = stsDefault')
     87      (
     88        'Component = memInfo'
     89        'Status = stsDefault')
     90      (
     91        'Component = cboTests'
     92        'Status = stsDefault')
     93      (
     94        'Component = frmLabInfo'
     95        'Status = stsDefault'))
    7996  end
    8097end
Note: See TracChangeset for help on using the changeset viewer.