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

    r456 r829  
    1 object frmODLabImmedColl: TfrmODLabImmedColl
     1inherited frmODLabImmedColl: TfrmODLabImmedColl
    22  Left = 146
    33  Top = 150
    4   Width = 524
    5   Height = 286
    64  Caption = 'Immediate Collection Times'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
     5  ClientHeight = 259
     6  ClientWidth = 516
    137  OldCreateOrder = True
    148  OnShow = FormShow
    159  PixelsPerInch = 96
    1610  TextHeight = 13
    17   object pnlBase: TORAutoPanel
     11  object pnlBase: TORAutoPanel [0]
    1812    Left = 0
    1913    Top = 0
     
    8579    end
    8680  end
     81  inherited amgrMain: TVA508AccessibilityManager
     82    Data = (
     83      (
     84        'Component = pnlBase'
     85        'Status = stsDefault')
     86      (
     87        'Component = memImmedCollect'
     88        'Status = stsDefault')
     89      (
     90        'Component = calImmedCollect'
     91        'Status = stsDefault')
     92      (
     93        'Component = cmdOK'
     94        'Status = stsDefault')
     95      (
     96        'Component = cmdCancel'
     97        'Status = stsDefault')
     98      (
     99        'Component = frmODLabImmedColl'
     100        'Status = stsDefault'))
     101  end
    87102end
Note: See TracChangeset for help on using the changeset viewer.