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

    r456 r829  
    1 object frmChgEvent: TfrmChgEvent
     1inherited frmChgEvent: TfrmChgEvent
    22  Left = 256
    33  Top = 148
    4   Width = 562
    5   Height = 428
    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 = 401
     6  ClientWidth = 554
    137  OldCreateOrder = False
    148  OnClose = FormClose
    159  OnCreate = FormCreate
     10  ExplicitWidth = 562
     11  ExplicitHeight = 428
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object pnlTop: TPanel
     14  object pnlTop: TPanel [0]
    1915    Left = 0
    2016    Top = 0
     
    2723      Left = 1
    2824      Top = 1
    29       Width = 552
     25      Width = 3
    3026      Height = 36
    3127      Align = alTop
     
    3632    end
    3733  end
    38   object pnlBottom: TPanel
     34  object pnlBottom: TPanel [1]
    3935    Left = 0
    4036    Top = 38
    4137    Width = 554
    42     Height = 362
     38    Height = 363
    4339    Align = alClient
    4440    TabOrder = 1
     41    ExplicitHeight = 362
    4542    DesignSize = (
    4643      554
    47       362)
     44      363)
    4845    object cboSpecialty: TORComboBox
    4946      Left = 12
     
    6966      OnChange = cboSpecialtyChange
    7067      OnDblClick = cboSpecialtyDblClick
     68      CharsNeedMatch = 1
    7169    end
    7270    object btnCancel: TButton
     
    9290    end
    9391  end
     92  inherited amgrMain: TVA508AccessibilityManager
     93    Data = (
     94      (
     95        'Component = pnlTop'
     96        'Status = stsDefault')
     97      (
     98        'Component = pnlBottom'
     99        'Status = stsDefault')
     100      (
     101        'Component = cboSpecialty'
     102        'Status = stsDefault')
     103      (
     104        'Component = btnCancel'
     105        'Status = stsDefault')
     106      (
     107        'Component = btnAction'
     108        'Status = stsDefault')
     109      (
     110        'Component = frmChgEvent'
     111        'Status = stsDefault'))
     112  end
    94113end
Note: See TracChangeset for help on using the changeset viewer.