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

    r456 r829  
    1 object frmODChild: TfrmODChild
     1inherited frmODChild: TfrmODChild
    22  Left = 433
    33  Top = 271
    4   Width = 512
    5   Height = 453
    64  Caption = 'Associated Complex 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 = []
     5  ClientHeight = 426
     6  ClientWidth = 504
    137  OldCreateOrder = False
    148  Position = poMainFormCenter
    159  OnCreate = FormCreate
     10  ExplicitWidth = 512
     11  ExplicitHeight = 453
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object lblWarning: TLabel
     14  object lblWarning: TLabel [0]
    1915    Left = 0
    2016    Top = 0
     
    3026    WordWrap = True
    3127  end
    32   object Panel1: TPanel
     28  object Panel1: TPanel [1]
    3329    Left = 0
    3430    Top = 59
    3531    Width = 504
    36     Height = 325
     32    Height = 326
    3733    Align = alClient
    3834    BevelOuter = bvNone
     
    4440      Top = 3
    4541      Width = 494
    46       Height = 315
     42      Height = 316
    4743      Style = lbOwnerDrawVariable
    4844      Align = alClient
     
    5349    end
    5450  end
    55   object Panel2: TPanel
     51  object Panel2: TPanel [2]
    5652    Left = 0
    57     Top = 384
     53    Top = 385
    5854    Width = 504
    5955    Height = 41
     
    8480    end
    8581  end
     82  inherited amgrMain: TVA508AccessibilityManager
     83    Data = (
     84      (
     85        'Component = Panel1'
     86        'Status = stsDefault')
     87      (
     88        'Component = lstODComplex'
     89        'Status = stsDefault')
     90      (
     91        'Component = Panel2'
     92        'Status = stsDefault')
     93      (
     94        'Component = btnOK'
     95        'Status = stsDefault')
     96      (
     97        'Component = btnCancel'
     98        'Status = stsDefault')
     99      (
     100        'Component = frmODChild'
     101        'Status = stsDefault'))
     102  end
    86103end
Note: See TracChangeset for help on using the changeset viewer.