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

    r456 r829  
    1 object frmODRadImType: TfrmODRadImType
     1inherited frmODRadImType: TfrmODRadImType
    22  Left = 308
    33  Top = 206
     
    66  ClientHeight = 189
    77  ClientWidth = 259
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    148  OldCreateOrder = True
    159  Position = poScreenCenter
    1610  PixelsPerInch = 96
    1711  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     12  object pnlBase: TORAutoPanel [0]
    1913    Left = 0
    2014    Top = 0
     
    6963      ListItemsOnly = True
    7064      LongList = False
     65      LookupPiece = 0
    7166      MaxLength = 0
    7267      Pieces = '2'
     
    7570      TabOrder = 0
    7671      OnDblClick = cboImTypeDblClick
     72      CharsNeedMatch = 1
    7773    end
    7874  end
     75  inherited amgrMain: TVA508AccessibilityManager
     76    Data = (
     77      (
     78        'Component = pnlBase'
     79        'Status = stsDefault')
     80      (
     81        'Component = cmdOK'
     82        'Status = stsDefault')
     83      (
     84        'Component = cmdCancel'
     85        'Status = stsDefault')
     86      (
     87        'Component = cboImType'
     88        'Status = stsDefault')
     89      (
     90        'Component = frmODRadImType'
     91        'Status = stsDefault'))
     92  end
    7993end
Note: See TracChangeset for help on using the changeset viewer.