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

    r456 r829  
    22  Left = 292
    33  Top = 149
    4   Width = 470
    5   Height = 368
    64  Caption = 'Signature on Chart'
     5  ClientHeight = 341
     6  ClientWidth = 462
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 470
     10  ExplicitHeight = 368
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object Panel2: TPanel
     13  object Panel2: TPanel [0]
    1214    Left = 0
    1315    Top = 0
     
    2830        'ed -'
    2931      Layout = tlBottom
     32      ExplicitWidth = 318
    3033    end
    3134    object lstOrders: TCaptionListBox
     
    4750    end
    4851  end
    49   object Panel1: TPanel
     52  object Panel1: TPanel [1]
    5053    Left = 0
    5154    Top = 305
     
    8083    end
    8184  end
     85  inherited amgrMain: TVA508AccessibilityManager
     86    Data = (
     87      (
     88        'Component = Panel2'
     89        'Status = stsDefault')
     90      (
     91        'Component = lstOrders'
     92        'Status = stsDefault')
     93      (
     94        'Component = Panel1'
     95        'Status = stsDefault')
     96      (
     97        'Component = cmdOK'
     98        'Status = stsDefault')
     99      (
     100        'Component = cmdCancel'
     101        'Status = stsDefault')
     102      (
     103        'Component = frmOnChartOrders'
     104        'Status = stsDefault'))
     105  end
    82106end
Note: See TracChangeset for help on using the changeset viewer.