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

    r456 r829  
    1 object frmODActive: TfrmODActive
     1inherited frmODActive: TfrmODActive
    22  Left = 267
    33  Top = 216
    4   Width = 547
    5   Height = 350
    64  Caption = 'Copy active orders for selected event'
    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 = 316
     6  ClientWidth = 539
    137  OldCreateOrder = False
    148  Position = poScreenCenter
    159  OnCreate = FormCreate
    16   OnDestroy = FormDestroy
     10  ExplicitWidth = 320
     11  ExplicitHeight = 240
    1712  PixelsPerInch = 96
    1813  TextHeight = 13
    19   object lblCaption: TLabel
     14  object lblCaption: TLabel [0]
    2015    Left = 0
    2116    Top = 0
     
    2823    WordWrap = True
    2924  end
    30   object pnlClient: TPanel
     25  object pnlClient: TPanel [1]
    3126    Left = 0
    3227    Top = 29
    3328    Width = 539
    34     Height = 293
     29    Height = 287
    3530    Align = alClient
    3631    BevelOuter = bvNone
    3732    Locked = True
    3833    TabOrder = 0
     34    ExplicitHeight = 294
    3935    DesignSize = (
    4036      539
    41       293)
     37      287)
    4238    object btnOK: TButton
    4339      Left = 386
     
    8177      Width = 539
    8278      Height = 21
    83       DragReorder = False
    8479      Sections = <
    8580        item
     
    110105    end
    111106  end
     107  inherited amgrMain: TVA508AccessibilityManager
     108    Data = (
     109      (
     110        'Component = pnlClient'
     111        'Status = stsDefault')
     112      (
     113        'Component = btnOK'
     114        'Status = stsDefault')
     115      (
     116        'Component = btnCancel'
     117        'Status = stsDefault')
     118      (
     119        'Component = lstActiveOrders'
     120        'Status = stsDefault')
     121      (
     122        'Component = hdControl'
     123        'Status = stsDefault')
     124      (
     125        'Component = frmODActive'
     126        'Status = stsDefault'))
     127  end
    112128end
Note: See TracChangeset for help on using the changeset viewer.