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

    r456 r829  
    22  Left = 386
    33  Top = 413
    4   Height = 270
    54  Caption = 'Hold Orders'
     5  ClientHeight = 243
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 270
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object Label1: TLabel
     12  object Label1: TLabel [0]
    1113    Left = 8
    1214    Top = 8
     
    1517    Caption = 'The following orders will be placed on hold -'
    1618  end
    17   object lstOrders: TCaptionListBox
     19  object lstOrders: TCaptionListBox [1]
    1820    Left = 8
    1921    Top = 22
     
    2426    Caption = 'The following orders will be placed on hold -'
    2527  end
    26   object cmdOK: TButton
     28  object cmdOK: TButton [2]
    2729    Left = 267
    2830    Top = 214
     
    3436    OnClick = cmdOKClick
    3537  end
    36   object cmdCancel: TButton
     38  object cmdCancel: TButton [3]
    3739    Left = 347
    3840    Top = 214
     
    4446    OnClick = cmdCancelClick
    4547  end
     48  inherited amgrMain: TVA508AccessibilityManager
     49    Data = (
     50      (
     51        'Component = lstOrders'
     52        'Status = stsDefault')
     53      (
     54        'Component = cmdOK'
     55        'Status = stsDefault')
     56      (
     57        'Component = cmdCancel'
     58        'Status = stsDefault')
     59      (
     60        'Component = frmHoldOrders'
     61        'Status = stsDefault'))
     62  end
    4663end
Note: See TracChangeset for help on using the changeset viewer.