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

    r456 r830  
    22  Left = 523
    33  Top = 389
    4   Width = 306
    5   Height = 122
    64  BorderIcons = []
    75  Caption = 'Patient Location'
     6  ClientHeight = 95
     7  ClientWidth = 298
     8  ExplicitWidth = 306
     9  ExplicitHeight = 122
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object stxtLine3: TStaticText
     12  object stxtLine3: TStaticText [0]
    1113    Left = 16
    1214    Top = 35
     
    1618    TabOrder = 0
    1719  end
    18   object stxtLine2: TStaticText
     20  object stxtLine2: TStaticText [1]
    1921    Left = 16
    2022    Top = 20
     
    2426    TabOrder = 1
    2527  end
    26   object stxtLine1: TStaticText
     28  object stxtLine1: TStaticText [2]
    2729    Left = 16
    2830    Top = 5
     
    3234    TabOrder = 2
    3335  end
    34   object btnClinic: TButton
     36  object btnClinic: TButton [3]
    3537    Left = 31
    3638    Top = 62
     
    4345    OnClick = btnClinicClick
    4446  end
    45   object btnWard: TButton
     47  object btnWard: TButton [4]
    4648    Left = 159
    4749    Top = 62
     
    5254    OnClick = btnWardClick
    5355  end
     56  inherited amgrMain: TVA508AccessibilityManager
     57    Data = (
     58      (
     59        'Component = stxtLine3'
     60        'Status = stsDefault')
     61      (
     62        'Component = stxtLine2'
     63        'Status = stsDefault')
     64      (
     65        'Component = stxtLine1'
     66        'Status = stsDefault')
     67      (
     68        'Component = btnClinic'
     69        'Status = stsDefault')
     70      (
     71        'Component = btnWard'
     72        'Status = stsDefault')
     73      (
     74        'Component = frmClinicWardMeds'
     75        'Status = stsDefault'))
     76  end
    5477end
Note: See TracChangeset for help on using the changeset viewer.