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

    r456 r829  
    1 object frmInvalidActionList: TfrmInvalidActionList
     1inherited frmInvalidActionList: TfrmInvalidActionList
    22  Left = 445
    33  Top = 142
    4   Width = 534
    5   Height = 553
    64  Caption = 'Invalidated action orders'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
    13   OldCreateOrder = False
     5  ClientHeight = 519
     6  ClientWidth = 526
    147  Position = poScreenCenter
    158  OnCreate = FormCreate
     
    1710  PixelsPerInch = 96
    1811  TextHeight = 13
    19   object pnlTop: TPanel
     12  object pnlTop: TPanel [0]
    2013    Left = 0
    2114    Top = 0
     
    3831      Width = 524
    3932      Height = 176
     33      Style = lbOwnerDrawVariable
    4034      Align = alClient
    4135      ItemHeight = 16
    42       Style = lbOwnerDrawVariable
    4336      TabOrder = 0
    4437      OnDrawItem = lstActDeniedOrdersDrawItem
     
    5144      Width = 524
    5245      Height = 27
    53       DragReorder = False
    5446      Sections = <
    5547        item
     
    6860    end
    6961  end
    70   object pnlBottom: TPanel
     62  object pnlBottom: TPanel [1]
    7163    Left = 0
    7264    Top = 229
    7365    Width = 526
    74     Height = 256
     66    Height = 249
    7567    Align = alClient
    7668    TabOrder = 1
     69    ExplicitHeight = 256
    7770    object Label2: TLabel
    7871      Left = 1
     
    9588      Top = 41
    9689      Width = 524
    97       Height = 214
     90      Height = 207
     91      Style = lbOwnerDrawVariable
    9892      Align = alClient
    9993      ItemHeight = 16
    100       Style = lbOwnerDrawVariable
    10194      TabOrder = 0
    10295      OnDrawItem = lstValidOrdersDrawItem
     
    10598    end
    10699  end
    107   object Panel1: TPanel
     100  object Panel1: TPanel [2]
    108101    Left = 0
    109     Top = 485
     102    Top = 478
    110103    Width = 526
    111104    Height = 41
    112105    Align = alBottom
    113106    TabOrder = 2
     107    ExplicitTop = 485
     108    DesignSize = (
     109      526
     110      41)
    114111    object btnOK: TButton
    115112      Left = 440
     
    123120    end
    124121  end
     122  inherited amgrMain: TVA508AccessibilityManager
     123    Data = (
     124      (
     125        'Component = pnlTop'
     126        'Status = stsDefault')
     127      (
     128        'Component = lstActDeniedOrders'
     129        'Status = stsDefault')
     130      (
     131        'Component = hdrAction'
     132        'Status = stsDefault')
     133      (
     134        'Component = pnlBottom'
     135        'Status = stsDefault')
     136      (
     137        'Component = lstValidOrders'
     138        'Status = stsDefault')
     139      (
     140        'Component = Panel1'
     141        'Status = stsDefault')
     142      (
     143        'Component = btnOK'
     144        'Status = stsDefault')
     145      (
     146        'Component = frmInvalidActionList'
     147        'Status = stsDefault'))
     148  end
    125149end
Note: See TracChangeset for help on using the changeset viewer.