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

    r456 r829  
    22  Left = 341
    33  Top = 182
    4   Height = 367
    54  Caption = 'Verify Orders'
     5  ClientHeight = 340
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 367
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object Panel1: TPanel
     12  object Panel1: TPanel [0]
    1113    Left = 0
    1214    Top = 0
     
    2729      Align = alTop
    2830      Caption = 'The following orders will be marked as verified -'
     31      ExplicitWidth = 222
    2932    end
    3033    object lstOrders: TCaptionListBox
     
    4346    end
    4447  end
    45   object Panel2: TPanel
     48  object Panel2: TPanel [1]
    4649    Left = 0
    4750    Top = 293
     
    8790    end
    8891  end
     92  inherited amgrMain: TVA508AccessibilityManager
     93    Data = (
     94      (
     95        'Component = Panel1'
     96        'Status = stsDefault')
     97      (
     98        'Component = lstOrders'
     99        'Status = stsDefault')
     100      (
     101        'Component = Panel2'
     102        'Status = stsDefault')
     103      (
     104        'Component = txtESCode'
     105        'Status = stsDefault')
     106      (
     107        'Component = cmdOK'
     108        'Status = stsDefault')
     109      (
     110        'Component = cmdCancel'
     111        'Status = stsDefault')
     112      (
     113        'Component = frmVerifyOrders'
     114        'Status = stsDefault'))
     115  end
    89116end
Note: See TracChangeset for help on using the changeset viewer.