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

    r456 r829  
    1 object frmChangeEventDisp: TfrmChangeEventDisp
     1inherited frmChangeEventDisp: TfrmChangeEventDisp
    22  Left = 344
    33  Top = 230
    4   Width = 408
    5   Height = 444
    64  Caption = 'Change release 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 = 417
     6  ClientWidth = 400
    137  OldCreateOrder = False
    148  Position = poDesktopCenter
     9  ExplicitWidth = 408
     10  ExplicitHeight = 444
    1511  PixelsPerInch = 96
    1612  TextHeight = 13
    17   object lblTop: TMemo
     13  object lblTop: TMemo [0]
    1814    Left = 0
    1915    Top = 0
     
    2723    TabOrder = 2
    2824  end
    29   object pnlTop: TPanel
     25  object pnlTop: TPanel [1]
    3026    Left = 0
    3127    Top = 37
     
    4036      Width = 394
    4137      Height = 333
     38      Style = lbOwnerDrawVariable
    4239      Align = alClient
    4340      ItemHeight = 13
    44       Style = lbOwnerDrawVariable
    4541      TabOrder = 0
    4642      OnDrawItem = lstCVOrdersDrawItem
     
    4844    end
    4945  end
    50   object pnlBottom: TPanel
     46  object pnlBottom: TPanel [2]
    5147    Left = 0
    5248    Top = 376
     
    5551    Align = alBottom
    5652    TabOrder = 1
     53    DesignSize = (
     54      400
     55      41)
    5756    object cmdOK: TButton
    5857      Left = 230
     
    7675    end
    7776  end
     77  inherited amgrMain: TVA508AccessibilityManager
     78    Data = (
     79      (
     80        'Component = lblTop'
     81        'Status = stsDefault')
     82      (
     83        'Component = pnlTop'
     84        'Status = stsDefault')
     85      (
     86        'Component = lstCVOrders'
     87        'Status = stsDefault')
     88      (
     89        'Component = pnlBottom'
     90        'Status = stsDefault')
     91      (
     92        'Component = cmdOK'
     93        'Status = stsDefault')
     94      (
     95        'Component = cmdCancel'
     96        'Status = stsDefault')
     97      (
     98        'Component = frmChangeEventDisp'
     99        'Status = stsDefault'))
     100  end
    78101end
Note: See TracChangeset for help on using the changeset viewer.