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

    r456 r830  
    22  Left = 334
    33  Top = 436
    4   Width = 364
    5   Height = 227
    64  Caption = 'Change Refills for Outpatient Medication'
     5  ClientHeight = 200
     6  ClientWidth = 356
     7  OldCreateOrder = True
    78  Position = poScreenCenter
    89  OnCreate = FormCreate
     10  ExplicitWidth = 364
     11  ExplicitHeight = 227
    912  PixelsPerInch = 96
    1013  TextHeight = 13
    11   object memOrder: TCaptionMemo
     14  object memOrder: TCaptionMemo [0]
    1215    Left = 0
    1316    Top = 0
    1417    Width = 356
    15     Height = 88
     18    Height = 95
    1619    Align = alClient
    1720    Color = clBtnFace
     
    2124    Caption = 'Order'
    2225  end
    23   object pnlButtons: TPanel
     26  object pnlButtons: TPanel [1]
    2427    Left = 0
    25     Top = 152
     28    Top = 159
    2629    Width = 356
    2730    Height = 41
     
    5558    end
    5659  end
    57   object pnlMiddle: TPanel
     60  object pnlMiddle: TPanel [2]
    5861    Left = 0
    59     Top = 88
     62    Top = 95
    6063    Width = 356
    6164    Height = 64
     
    109112    end
    110113  end
     114  inherited amgrMain: TVA508AccessibilityManager
     115    Data = (
     116      (
     117        'Component = memOrder'
     118        'Status = stsDefault')
     119      (
     120        'Component = pnlButtons'
     121        'Status = stsDefault')
     122      (
     123        'Component = cmdOK'
     124        'Status = stsDefault')
     125      (
     126        'Component = cmdCancel'
     127        'Status = stsDefault')
     128      (
     129        'Component = pnlMiddle'
     130        'Status = stsDefault')
     131      (
     132        'Component = cboPickup'
     133        'Status = stsDefault')
     134      (
     135        'Component = txtRefills'
     136        'Status = stsDefault')
     137      (
     138        'Component = frmRenewOutMed'
     139        'Status = stsDefault'))
     140  end
    111141end
Note: See TracChangeset for help on using the changeset viewer.