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

    r456 r829  
    22  Left = 318
    33  Top = 186
    4   Height = 370
    54  Caption = 'Release Orders to Service(s)'
     5  ClientHeight = 343
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitLeft = 318
     9  ExplicitTop = 186
     10  ExplicitHeight = 377
    811  PixelsPerInch = 96
    912  TextHeight = 13
    10   object Panel1: TPanel
     13  object Panel1: TPanel [0]
    1114    Left = 0
    1215    Top = 0
     
    2932      Align = alTop
    3033      Caption = 'The following orders will be released -'
     34      ExplicitWidth = 176
    3135    end
    3236    object lstOrders: TCaptionListBox
     
    4549    end
    4650  end
    47   object Panel2: TPanel
     51  object Panel2: TPanel [1]
    4852    Left = 0
    4953    Top = 296
     
    5155    Height = 47
    5256    Align = alBottom
    53     BiDiMode = bdRightToLeft
    54     ParentBiDiMode = False
    5557    TabOrder = 1
    5658    object grpRelease: TGroupBox
     
    109111    end
    110112  end
     113  inherited amgrMain: TVA508AccessibilityManager
     114    Data = (
     115      (
     116        'Component = Panel1'
     117        'Status = stsDefault')
     118      (
     119        'Component = lstOrders'
     120        'Status = stsDefault')
     121      (
     122        'Component = Panel2'
     123        'Status = stsDefault')
     124      (
     125        'Component = grpRelease'
     126        'Status = stsDefault')
     127      (
     128        'Component = radVerbal'
     129        'Status = stsDefault')
     130      (
     131        'Component = radPhone'
     132        'Status = stsDefault')
     133      (
     134        'Component = radPolicy'
     135        'Status = stsDefault')
     136      (
     137        'Component = cmdOK'
     138        'Status = stsDefault')
     139      (
     140        'Component = cmdCancel'
     141        'Status = stsDefault')
     142      (
     143        'Component = frmReleaseOrders'
     144        'Status = stsDefault'))
     145  end
    111146end
Note: See TracChangeset for help on using the changeset viewer.