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

    r456 r829  
    1 object frmODLabOthSpec: TfrmODLabOthSpec
     1inherited frmODLabOthSpec: TfrmODLabOthSpec
    22  Left = 240
    33  Top = 136
    4   Width = 317
    5   Height = 359
    64  BorderIcons = []
    75  Caption = 'Select Specimen'
    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 = []
     6  ClientHeight = 332
     7  ClientWidth = 309
    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
     
    3832      ListItemsOnly = True
    3933      LongList = True
     34      LookupPiece = 0
    4035      MaxLength = 0
    4136      Pieces = '2'
     
    4540      OnDblClick = cboOtherSpecDblClick
    4641      OnNeedData = cboOtherSpecNeedData
     42      CharsNeedMatch = 1
    4743    end
    4844    object cmdOK: TButton
     
    6763    end
    6864  end
     65  inherited amgrMain: TVA508AccessibilityManager
     66    Data = (
     67      (
     68        'Component = pnlBase'
     69        'Status = stsDefault')
     70      (
     71        'Component = cboOtherSpec'
     72        'Status = stsDefault')
     73      (
     74        'Component = cmdOK'
     75        'Status = stsDefault')
     76      (
     77        'Component = cmdCancel'
     78        'Status = stsDefault')
     79      (
     80        'Component = frmODLabOthSpec'
     81        'Status = stsDefault'))
     82  end
    6983end
Note: See TracChangeset for help on using the changeset viewer.