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

    r456 r829  
    1 object frmOrdersReleaseEvent: TfrmOrdersReleaseEvent
     1inherited frmOrdersReleaseEvent: TfrmOrdersReleaseEvent
    22  Left = 410
    33  Top = 145
    4   Width = 494
    5   Height = 488
    64  Caption = 'Release to Service'
    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 = 461
     6  ClientWidth = 486
    147  Position = poScreenCenter
    158  OnCreate = FormCreate
    169  OnDestroy = FormDestroy
     10  ExplicitWidth = 494
     11  ExplicitHeight = 488
    1712  PixelsPerInch = 96
    1813  TextHeight = 13
    19   object lblRelease: TLabel
     14  object lblRelease: TLabel [0]
    2015    Left = 0
    2116    Top = 0
     
    2520    Layout = tlCenter
    2621    WordWrap = True
     22    ExplicitWidth = 3
    2723  end
    28   object pnlMiddle: TPanel
     24  object pnlMiddle: TPanel [1]
    2925    Left = 0
    3026    Top = 13
     
    4945    end
    5046  end
    51   object pnlBottom: TPanel
     47  object pnlBottom: TPanel [2]
    5248    Left = 0
    5349    Top = 426
     
    8177    end
    8278  end
     79  inherited amgrMain: TVA508AccessibilityManager
     80    Data = (
     81      (
     82        'Component = pnlMiddle'
     83        'Status = stsDefault')
     84      (
     85        'Component = cklstOrders'
     86        'Status = stsDefault')
     87      (
     88        'Component = pnlBottom'
     89        'Status = stsDefault')
     90      (
     91        'Component = btnOK'
     92        'Status = stsDefault')
     93      (
     94        'Component = btnCancel'
     95        'Status = stsDefault')
     96      (
     97        'Component = frmOrdersReleaseEvent'
     98        'Status = stsDefault'))
     99  end
    83100end
Note: See TracChangeset for help on using the changeset viewer.