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

    r456 r829  
    1 object frmPCEEdit: TfrmPCEEdit
     1inherited frmPCEEdit: TfrmPCEEdit
    22  Left = 214
    33  Top = 107
     
    66  ClientHeight = 128
    77  ClientWidth = 543
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = False
    158  Position = poScreenCenter
    169  OnCreate = FormCreate
     
    2013  PixelsPerInch = 96
    2114  TextHeight = 13
    22   object Label1: TStaticText
     15  object Label1: TStaticText [0]
    2316    Left = 0
    2417    Top = 0
     
    3528    ParentFont = False
    3629    TabOrder = 5
     30    ExplicitWidth = 201
    3731  end
    38   object lblNew: TMemo
     32  object lblNew: TMemo [1]
    3933    Left = 136
    4034    Top = 32
     
    4842    TabOrder = 3
    4943  end
    50   object lblNote: TMemo
     44  object lblNote: TMemo [2]
    5145    Left = 136
    5246    Top = 73
     
    6054    TabOrder = 4
    6155  end
    62   object btnNew: TButton
     56  object btnNew: TButton [3]
    6357    Left = 8
    6458    Top = 28
     
    6963    TabOrder = 0
    7064  end
    71   object btnNote: TButton
     65  object btnNote: TButton [4]
    7266    Left = 8
    7367    Top = 69
     
    7872    TabOrder = 1
    7973  end
    80   object btnCancel: TButton
     74  object btnCancel: TButton [5]
    8175    Left = 465
    8276    Top = 104
     
    8983    TabOrder = 2
    9084  end
     85  inherited amgrMain: TVA508AccessibilityManager
     86    Data = (
     87      (
     88        'Component = Label1'
     89        'Status = stsDefault')
     90      (
     91        'Component = lblNew'
     92        'Status = stsDefault')
     93      (
     94        'Component = lblNote'
     95        'Status = stsDefault')
     96      (
     97        'Component = btnNew'
     98        'Status = stsDefault')
     99      (
     100        'Component = btnNote'
     101        'Status = stsDefault')
     102      (
     103        'Component = btnCancel'
     104        'Status = stsDefault')
     105      (
     106        'Component = frmPCEEdit'
     107        'Status = stsDefault'))
     108  end
    91109end
Note: See TracChangeset for help on using the changeset viewer.