Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fOMVerify.dfm

    r829 r1679  
    88  OnClose = FormClose
    99  OnCreate = FormCreate
     10  OnShow = FormShow
    1011  ExplicitWidth = 587
    1112  ExplicitHeight = 208
     
    4647    Width = 567
    4748    Height = 132
     49    TabStop = False
    4850    Font.Charset = ANSI_CHARSET
    4951    Font.Color = clWindowText
     
    6567      '10')
    6668    ParentFont = False
     69    ReadOnly = True
    6770    ScrollBars = ssBoth
    6871    TabOrder = 3
    6972    WantTabs = True
    7073    WordWrap = False
    71     OnKeyUp = memTextKeyUp
     74    OnKeyDown = memTextKeyDown
    7275  end
    7376  inherited amgrMain: TVA508AccessibilityManager
     
    8487      (
    8588        'Component = memText'
    86         'Status = stsDefault')
     89        'Text = Order information.'
     90        'Status = stsOK')
    8791      (
    8892        'Component = frmOMVerify'
    8993        'Status = stsDefault'))
    9094  end
     95  object VA508ComponentAccessibility1: TVA508ComponentAccessibility
     96    Component = memText
     97    OnStateQuery = VA508ComponentAccessibility1StateQuery
     98    Left = 48
     99    Top = 32
     100  end
    91101end
Note: See TracChangeset for help on using the changeset viewer.