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

    r456 r829  
    7474    ListItemsOnly = False
    7575    LongList = False
     76    LookupPiece = 0
    7677    MaxLength = 0
    7778    ParentShowHint = False
     
    8586    OnExit = cboDispenseExit
    8687    OnMouseClick = cboDispenseMouseClick
     88    CharsNeedMatch = 1
    8789  end
    8890  object cboMedication: TORComboBox [9]
     
    100102    ListItemsOnly = False
    101103    LongList = True
     104    LookupPiece = 0
    102105    MaxLength = 0
    103106    Pieces = '2'
     
    109112    OnMouseClick = cboMedicationSelect
    110113    OnNeedData = cboMedicationNeedData
    111   end
    112   inherited memOrder: TMemo
     114    CharsNeedMatch = 1
     115  end
     116  inherited memOrder: TCaptionMemo
    113117    TabOrder = 10
    114118  end
     
    116120    TabOrder = 8
    117121  end
    118   inherited cmdQuit: TButton
    119     TabOrder = 9
    120   end
    121   object cboRoute: TORComboBox [13]
     122  object cboRoute: TORComboBox [12]
    122123    Left = 364
    123124    Top = 18
     
    133134    ListItemsOnly = False
    134135    LongList = False
     136    LookupPiece = 0
    135137    MaxLength = 0
    136138    Pieces = '2'
     
    139141    TabOrder = 4
    140142    OnChange = ControlChange
    141   end
    142   object cboSchedule: TORComboBox [14]
     143    CharsNeedMatch = 1
     144  end
     145  object cboSchedule: TORComboBox [13]
    143146    Left = 442
    144147    Top = 18
     
    154157    ListItemsOnly = False
    155158    LongList = False
     159    LookupPiece = 0
    156160    MaxLength = 0
    157161    Sorted = False
     
    159163    TabOrder = 5
    160164    OnChange = ControlChange
    161   end
    162   object memComments: TMemo [15]
     165    CharsNeedMatch = 1
     166  end
     167  object memComments: TMemo [14]
    163168    Left = 223
    164169    Top = 128
     
    169174    OnChange = ControlChange
    170175  end
    171   object cboPriority: TORComboBox [16]
     176  object cboPriority: TORComboBox [15]
    172177    Left = 442
    173178    Top = 128
     
    183188    ListItemsOnly = False
    184189    LongList = False
     190    LookupPiece = 0
    185191    MaxLength = 0
    186192    Pieces = '2'
     
    189195    TabOrder = 7
    190196    OnChange = ControlChange
    191   end
    192   object txtDosage: TCaptionEdit [17]
     197    CharsNeedMatch = 1
     198  end
     199  object txtDosage: TCaptionEdit [16]
    193200    Left = 224
    194201    Top = 18
     
    200207    Caption = 'Dosage'
    201208  end
     209  inherited cmdQuit: TButton
     210    TabOrder = 9
     211  end
    202212  inherited pnlMessage: TPanel
    203213    TabOrder = 11
    204214  end
    205   object cboMedAlt: TORComboBox
     215  object cboMedAlt: TORComboBox [19]
    206216    Left = 6
    207217    Top = 18
     
    217227    ListItemsOnly = False
    218228    LongList = True
     229    LookupPiece = 0
    219230    MaxLength = 0
    220231    Pieces = '2'
     
    227238    OnMouseClick = cboMedicationSelect
    228239    OnNeedData = cboMedicationNeedData
     240    CharsNeedMatch = 1
     241  end
     242  inherited amgrMain: TVA508AccessibilityManager
     243    Data = (
     244      (
     245        'Component = cboDispense'
     246        'Status = stsDefault')
     247      (
     248        'Component = cboMedication'
     249        'Status = stsDefault')
     250      (
     251        'Component = cboRoute'
     252        'Status = stsDefault')
     253      (
     254        'Component = cboSchedule'
     255        'Status = stsDefault')
     256      (
     257        'Component = memComments'
     258        'Status = stsDefault')
     259      (
     260        'Component = cboPriority'
     261        'Status = stsDefault')
     262      (
     263        'Component = txtDosage'
     264        'Status = stsDefault')
     265      (
     266        'Component = cboMedAlt'
     267        'Status = stsDefault')
     268      (
     269        'Component = memOrder'
     270        'Status = stsDefault')
     271      (
     272        'Component = cmdAccept'
     273        'Status = stsDefault')
     274      (
     275        'Component = cmdQuit'
     276        'Status = stsDefault')
     277      (
     278        'Component = pnlMessage'
     279        'Status = stsDefault')
     280      (
     281        'Component = memMessage'
     282        'Status = stsDefault')
     283      (
     284        'Component = frmODMedIn'
     285        'Status = stsDefault'))
    229286  end
    230287end
Note: See TracChangeset for help on using the changeset viewer.