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

    r456 r829  
    55  HorzScrollBar.Visible = True
    66  VertScrollBar.Tracking = True
    7   AutoScroll = False
    87  Caption = 'Renew Orders'
    98  ClientHeight = 416
     
    1312  OnClose = FormClose
    1413  OnCreate = FormCreate
    15   OnShow = FormShow
     14  ExplicitWidth = 600
     15  ExplicitHeight = 443
    1616  PixelsPerInch = 96
    1717  TextHeight = 13
    18   object hdrOrders: THeaderControl
     18  object hdrOrders: THeaderControl [0]
    1919    Left = 0
    2020    Top = 0
    2121    Width = 592
    2222    Height = 17
    23     DragReorder = False
    2423    Constraints.MinHeight = 17
    2524    Sections = <
     
    3837    OnSectionResize = hdrOrdersSectionResize
    3938  end
    40   object pnlBottom: TPanel
     39  object pnlBottom: TPanel [1]
    4140    Left = 0
    4241    Top = 393
     
    8685    end
    8786  end
    88   object lstOrders: TCaptionListBox
     87  object lstOrders: TCaptionListBox [2]
    8988    Left = 0
    9089    Top = 17
     
    113112    HintOnItem = True
    114113  end
     114  inherited amgrMain: TVA508AccessibilityManager
     115    Data = (
     116      (
     117        'Component = hdrOrders'
     118        'Status = stsDefault')
     119      (
     120        'Component = pnlBottom'
     121        'Status = stsDefault')
     122      (
     123        'Component = cmdCancel'
     124        'Status = stsDefault')
     125      (
     126        'Component = cmdOK'
     127        'Status = stsDefault')
     128      (
     129        'Component = cmdChange'
     130        'Status = stsDefault')
     131      (
     132        'Component = lstOrders'
     133        'Status = stsDefault')
     134      (
     135        'Component = frmRenewOrders'
     136        'Status = stsDefault'))
     137  end
    115138end
Note: See TracChangeset for help on using the changeset viewer.