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

    r456 r829  
    22  Left = 365
    33  Top = 389
    4   Height = 230
    54  Caption = 'Unflag Order'
     5  ClientHeight = 203
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 230
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object Label1: TLabel
     12  object Label1: TLabel [0]
    1113    Left = 8
    1214    Top = 123
     
    1517    Caption = 'Comment (optional)'
    1618  end
    17   object txtComment: TCaptionEdit
     19  object txtComment: TCaptionEdit [1]
    1820    Left = 8
    1921    Top = 137
     
    2426    Caption = 'Comment (optional)'
    2527  end
    26   object cmdOK: TButton
     28  object cmdOK: TButton [2]
    2729    Left = 267
    2830    Top = 174
     
    3436    OnClick = cmdOKClick
    3537  end
    36   object cmdCancel: TButton
     38  object cmdCancel: TButton [3]
    3739    Left = 347
    3840    Top = 174
     
    4446    OnClick = cmdCancelClick
    4547  end
    46   object memReason: TMemo
     48  object memReason: TMemo [4]
    4749    Left = 8
    4850    Top = 80
     
    5456    WantReturns = False
    5557  end
    56   object memOrder: TMemo
     58  object memOrder: TMemo [5]
    5759    Left = 8
    5860    Top = 8
     
    6466    WantReturns = False
    6567  end
     68  inherited amgrMain: TVA508AccessibilityManager
     69    Data = (
     70      (
     71        'Component = txtComment'
     72        'Status = stsDefault')
     73      (
     74        'Component = cmdOK'
     75        'Status = stsDefault')
     76      (
     77        'Component = cmdCancel'
     78        'Status = stsDefault')
     79      (
     80        'Component = memReason'
     81        'Status = stsDefault')
     82      (
     83        'Component = memOrder'
     84        'Status = stsDefault')
     85      (
     86        'Component = frmUnflagOrder'
     87        'Status = stsDefault'))
     88  end
    6689end
Note: See TracChangeset for help on using the changeset viewer.