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/Encounter/fPCEProvider.dfm

    r456 r829  
    1 object frmPCEProvider: TfrmPCEProvider
     1inherited frmPCEProvider: TfrmPCEProvider
    22  Left = 192
    33  Top = 104
     
    77  ClientHeight = 254
    88  ClientWidth = 317
    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 = []
    15   OldCreateOrder = False
    169  Position = poScreenCenter
    1710  OnCreate = FormCreate
    1811  PixelsPerInch = 96
    1912  TextHeight = 13
    20   object Spacer1: TLabel
     13  object Spacer1: TLabel [0]
    2114    Left = 0
    2215    Top = 0
     
    2417    Height = 13
    2518    Align = alTop
     19    ExplicitWidth = 3
    2620  end
    27   object lblMsg: TMemo
     21  object lblMsg: TMemo [1]
    2822    Left = 0
    2923    Top = 13
     
    4640    TabOrder = 4
    4741  end
    48   object cboPrimary: TORComboBox
     42  object cboPrimary: TORComboBox [2]
    4943    Left = 6
    5044    Top = 69
     
    7367    CharsNeedMatch = 1
    7468  end
    75   object btnYes: TButton
     69  object btnYes: TButton [3]
    7670    Left = 158
    7771    Top = 40
     
    8377    TabOrder = 1
    8478  end
    85   object btnNo: TButton
     79  object btnNo: TButton [4]
    8680    Left = 238
    8781    Top = 40
     
    9387    TabOrder = 2
    9488  end
    95   object btnSelect: TButton
     89  object btnSelect: TButton [5]
    9690    Left = 6
    9791    Top = 40
     
    10296    OnClick = btnSelectClick
    10397  end
     98  inherited amgrMain: TVA508AccessibilityManager
     99    Data = (
     100      (
     101        'Component = lblMsg'
     102        'Status = stsDefault')
     103      (
     104        'Component = cboPrimary'
     105        'Status = stsDefault')
     106      (
     107        'Component = btnYes'
     108        'Status = stsDefault')
     109      (
     110        'Component = btnNo'
     111        'Status = stsDefault')
     112      (
     113        'Component = btnSelect'
     114        'Status = stsDefault')
     115      (
     116        'Component = frmPCEProvider'
     117        'Status = stsDefault'))
     118  end
    104119end
Note: See TracChangeset for help on using the changeset viewer.