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

    r456 r829  
    22  Left = 327
    33  Top = 169
    4   Height = 284
    54  Caption = 'Complete Orders'
     5  ClientHeight = 257
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 284
    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 marked as complete -'
    1618  end
    17   object lblESCode: TLabel
     19  object lblESCode: TLabel [1]
    1820    Left = 8
    1921    Top = 214
     
    2224    Caption = 'Electronic Signature Code'
    2325  end
    24   object lstOrders: TCaptionListBox
     26  object lstOrders: TCaptionListBox [2]
    2527    Left = 8
    2628    Top = 22
     
    3133    Caption = 'The following orders will be marked as complete -'
    3234  end
    33   object cmdOK: TButton
     35  object cmdOK: TButton [3]
    3436    Left = 267
    3537    Top = 228
     
    4143    OnClick = cmdOKClick
    4244  end
    43   object cmdCancel: TButton
     45  object cmdCancel: TButton [4]
    4446    Left = 347
    4547    Top = 228
     
    5153    OnClick = cmdCancelClick
    5254  end
    53   object txtESCode: TCaptionEdit
     55  object txtESCode: TCaptionEdit [5]
    5456    Left = 8
    5557    Top = 228
     
    6062    Caption = 'Electronic Signature Code'
    6163  end
     64  inherited amgrMain: TVA508AccessibilityManager
     65    Data = (
     66      (
     67        'Component = lstOrders'
     68        'Status = stsDefault')
     69      (
     70        'Component = cmdOK'
     71        'Status = stsDefault')
     72      (
     73        'Component = cmdCancel'
     74        'Status = stsDefault')
     75      (
     76        'Component = txtESCode'
     77        'Status = stsDefault')
     78      (
     79        'Component = frmCompleteOrders'
     80        'Status = stsDefault'))
     81  end
    6282end
Note: See TracChangeset for help on using the changeset viewer.