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

    r456 r829  
    4545    TabOrder = 7
    4646  end
    47   object cboCare: TORComboBox
     47  object cboCare: TORComboBox [8]
    4848    Left = 6
    4949    Top = 20
     
    5959    ListItemsOnly = True
    6060    LongList = True
     61    LookupPiece = 0
    6162    MaxLength = 0
    6263    Pieces = '2'
     
    6768    OnMouseClick = ControlChange
    6869    OnNeedData = cboCareNeedData
     70    CharsNeedMatch = 1
    6971  end
    70   object calStart: TORDateBox
     72  object calStart: TORDateBox [9]
    7173    Left = 6
    7274    Top = 114
     
    8082    Caption = 'Start Date/Time'
    8183  end
    82   object calStop: TORDateBox
     84  object calStop: TORDateBox [10]
    8385    Left = 158
    8486    Top = 114
     
    9193    Caption = 'Stop Date/Time'
    9294  end
    93   object txtComment: TCaptionEdit
     95  object txtComment: TCaptionEdit [11]
    9496    Left = 6
    9597    Top = 67
     
    100102    Caption = 'Instructions'
    101103  end
     104  inherited amgrMain: TVA508AccessibilityManager
     105    Data = (
     106      (
     107        'Component = cboCare'
     108        'Status = stsDefault')
     109      (
     110        'Component = calStart'
     111        'Status = stsDefault')
     112      (
     113        'Component = calStop'
     114        'Status = stsDefault')
     115      (
     116        'Component = txtComment'
     117        'Status = stsDefault')
     118      (
     119        'Component = memOrder'
     120        'Status = stsDefault')
     121      (
     122        'Component = cmdAccept'
     123        'Status = stsDefault')
     124      (
     125        'Component = cmdQuit'
     126        'Status = stsDefault')
     127      (
     128        'Component = pnlMessage'
     129        'Status = stsDefault')
     130      (
     131        'Component = memMessage'
     132        'Status = stsDefault')
     133      (
     134        'Component = frmODMisc'
     135        'Status = stsDefault'))
     136  end
    102137end
Note: See TracChangeset for help on using the changeset viewer.