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

    r456 r829  
    1 object frmODLabOthCollSamp: TfrmODLabOthCollSamp
     1inherited frmODLabOthCollSamp: TfrmODLabOthCollSamp
    22  Left = 321
    33  Top = 136
    4   Width = 236
    5   Height = 359
    64  BorderIcons = []
    75  Caption = 'Select Collection Sample'
    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 = 228
    148  OldCreateOrder = True
    159  Position = poScreenCenter
     10  ExplicitWidth = 236
     11  ExplicitHeight = 359
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     14  object pnlBase: TORAutoPanel [0]
    1915    Left = 0
    2016    Top = 0
     
    3834      ListItemsOnly = True
    3935      LongList = False
     36      LookupPiece = 0
    4037      MaxLength = 0
    4138      Pieces = '2'
     
    4441      TabOrder = 0
    4542      OnDblClick = cboOtherCollSampDblClick
     43      CharsNeedMatch = 1
    4644    end
    4745    object cmdOK: TButton
     
    6664    end
    6765  end
     66  inherited amgrMain: TVA508AccessibilityManager
     67    Data = (
     68      (
     69        'Component = pnlBase'
     70        'Status = stsDefault')
     71      (
     72        'Component = cboOtherCollSamp'
     73        'Status = stsDefault')
     74      (
     75        'Component = cmdOK'
     76        'Status = stsDefault')
     77      (
     78        'Component = cmdCancel'
     79        'Status = stsDefault')
     80      (
     81        'Component = frmODLabOthCollSamp'
     82        'Status = stsDefault'))
     83  end
    6884end
Note: See TracChangeset for help on using the changeset viewer.