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

    r456 r829  
    1 object frmODRadConShRes: TfrmODRadConShRes
     1inherited frmODRadConShRes: TfrmODRadConShRes
    22  Left = 308
    33  Top = 206
     
    77  ClientHeight = 121
    88  ClientWidth = 288
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    159  OldCreateOrder = True
    1610  Position = poScreenCenter
    1711  PixelsPerInch = 96
    1812  TextHeight = 13
    19   object pnlBase: TORAutoPanel
     13  object pnlBase: TORAutoPanel [0]
    2014    Left = 0
    2115    Top = 0
     
    6963      ListItemsOnly = True
    7064      LongList = False
     65      LookupPiece = 0
    7166      MaxLength = 0
    7267      Pieces = '2'
     
    7469      SynonymChars = '<>'
    7570      TabOrder = 0
     71      CharsNeedMatch = 1
    7672    end
    7773    object txtResearch: TCaptionEdit
     
    8581    end
    8682  end
     83  inherited amgrMain: TVA508AccessibilityManager
     84    Data = (
     85      (
     86        'Component = pnlBase'
     87        'Status = stsDefault')
     88      (
     89        'Component = cmdOK'
     90        'Status = stsDefault')
     91      (
     92        'Component = cmdCancel'
     93        'Status = stsDefault')
     94      (
     95        'Component = cboSource'
     96        'Status = stsDefault')
     97      (
     98        'Component = txtResearch'
     99        'Status = stsDefault')
     100      (
     101        'Component = frmODRadConShRes'
     102        'Status = stsDefault'))
     103  end
    87104end
Note: See TracChangeset for help on using the changeset viewer.