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/Orders/fOrderSaveQuick.dfm

    r456 r829  
    22  Left = 308
    33  Top = 171
    4   Width = 363
    5   Height = 362
    64  Caption = 'Add to Common List (Meds, Inpatient)'
     5  ClientHeight = 335
     6  ClientWidth = 355
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitLeft = 308
     10  ExplicitTop = 171
     11  ExplicitWidth = 363
     12  ExplicitHeight = 362
    913  PixelsPerInch = 96
    1014  TextHeight = 13
    11   object Panel1: TPanel
     15  object Panel1: TPanel [0]
    1216    Left = 0
    1317    Top = 0
     
    4953    end
    5054  end
    51   object Panel2: TPanel
     55  object Panel2: TPanel [1]
    5256    Left = 0
    5357    Top = 113
     
    162166    end
    163167  end
    164   object Panel3: TPanel
     168  object Panel3: TPanel [2]
    165169    Left = 0
    166170    Top = 294
     
    189193    end
    190194  end
     195  inherited amgrMain: TVA508AccessibilityManager
     196    Data = (
     197      (
     198        'Component = Panel1'
     199        'Status = stsDefault')
     200      (
     201        'Component = memOrder'
     202        'Status = stsDefault')
     203      (
     204        'Component = txtDisplayName'
     205        'Status = stsDefault')
     206      (
     207        'Component = Panel2'
     208        'Status = stsDefault')
     209      (
     210        'Component = lstQuickList'
     211        'Status = stsDefault')
     212      (
     213        'Component = pnlUpButton'
     214        'Status = stsDefault')
     215      (
     216        'Component = pnlDownButton'
     217        'Status = stsDefault')
     218      (
     219        'Component = cmdRename'
     220        'Status = stsDefault')
     221      (
     222        'Component = cmdDelete'
     223        'Status = stsDefault')
     224      (
     225        'Component = Panel3'
     226        'Status = stsDefault')
     227      (
     228        'Component = cmdOK'
     229        'Status = stsDefault')
     230      (
     231        'Component = cmdCancel'
     232        'Status = stsDefault')
     233      (
     234        'Component = frmSaveQuickOrder'
     235        'Status = stsDefault'))
     236  end
    191237end
Note: See TracChangeset for help on using the changeset viewer.