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

    r456 r829  
    44  Height = 316
    55  Caption = 'Outpatient Medication Order'
     6  ExplicitHeight = 316
    67  PixelsPerInch = 96
    78  TextHeight = 13
     
    198199    Top = 235
    199200    TabOrder = 15
    200   end
    201   inherited cmdAccept: TButton
    202     Top = 235
    203     TabOrder = 13
    204   end
    205   object cboRoute: TORComboBox [20]
     201    ExplicitTop = 235
     202  end
     203  object cboRoute: TORComboBox [19]
    206204    Left = 314
    207205    Top = 59
     
    226224    CharsNeedMatch = 1
    227225  end
    228   object cboSchedule: TORComboBox [21]
     226  object cboSchedule: TORComboBox [20]
    229227    Left = 392
    230228    Top = 59
     
    248246    CharsNeedMatch = 1
    249247  end
    250   object memComments: TMemo [22]
     248  object memComments: TMemo [21]
    251249    Left = 202
    252250    Top = 197
     
    258256    OnEnter = memCommentsEnter
    259257  end
    260   object cboPriority: TORComboBox [23]
     258  object cboPriority: TORComboBox [22]
    261259    Left = 392
    262260    Top = 156
     
    281279    CharsNeedMatch = 1
    282280  end
    283   object cboMedAlt: TORComboBox [24]
     281  object cboMedAlt: TORComboBox [23]
    284282    Left = 6
    285283    Top = 18
     
    308306    CharsNeedMatch = 1
    309307  end
    310   object cboInstructions: TORComboBox [25]
     308  object cboInstructions: TORComboBox [24]
    311309    Left = 203
    312310    Top = 59
     
    330328    CharsNeedMatch = 1
    331329  end
    332   object cboPickup: TORComboBox [26]
     330  object cboPickup: TORComboBox [25]
    333331    Left = 202
    334332    Top = 156
     
    353351    CharsNeedMatch = 1
    354352  end
    355   object cboSC: TORComboBox [27]
     353  object cboSC: TORComboBox [26]
    356354    Left = 314
    357355    Top = 156
     
    377375    CharsNeedMatch = 1
    378376  end
    379   object txtQuantity: TCaptionEdit [28]
     377  object txtQuantity: TCaptionEdit [27]
    380378    Left = 470
    381379    Top = 59
     
    387385    Caption = 'Quantity'
    388386  end
    389   object txtRefills: TCaptionEdit [29]
     387  object txtRefills: TCaptionEdit [28]
    390388    Left = 470
    391389    Top = 105
     
    397395    Caption = 'Refills'
    398396  end
    399   object spnRefills: TUpDown [30]
     397  object spnRefills: TUpDown [29]
    400398    Left = 501
    401399    Top = 105
     
    403401    Height = 21
    404402    Associate = txtRefills
    405     Min = 0
    406403    Max = 11
    407     Position = 0
    408404    TabOrder = 8
    409     Wrap = False
    410   end
    411   object cmdComplex: TButton [31]
     405  end
     406  object cmdComplex: TButton [30]
    412407    Left = 202
    413408    Top = 18
     
    418413    OnClick = cmdComplexClick
    419414  end
     415  inherited cmdAccept: TButton
     416    Top = 235
     417    TabOrder = 13
     418    ExplicitTop = 235
     419  end
    420420  inherited cmdQuit: TButton
    421421    Top = 262
    422422    TabOrder = 14
     423    ExplicitTop = 262
    423424  end
    424425  inherited pnlMessage: TPanel
     
    426427    Top = 190
    427428    TabOrder = 16
     429    ExplicitLeft = 6
     430    ExplicitTop = 190
     431  end
     432  inherited amgrMain: TVA508AccessibilityManager
     433    Data = (
     434      (
     435        'Component = memComplex'
     436        'Status = stsDefault')
     437      (
     438        'Component = txtSIG'
     439        'Status = stsDefault')
     440      (
     441        'Component = cboDispense'
     442        'Status = stsDefault')
     443      (
     444        'Component = cboMedication'
     445        'Status = stsDefault')
     446      (
     447        'Component = cboRoute'
     448        'Status = stsDefault')
     449      (
     450        'Component = cboSchedule'
     451        'Status = stsDefault')
     452      (
     453        'Component = memComments'
     454        'Status = stsDefault')
     455      (
     456        'Component = cboPriority'
     457        'Status = stsDefault')
     458      (
     459        'Component = cboMedAlt'
     460        'Status = stsDefault')
     461      (
     462        'Component = cboInstructions'
     463        'Status = stsDefault')
     464      (
     465        'Component = cboPickup'
     466        'Status = stsDefault')
     467      (
     468        'Component = cboSC'
     469        'Status = stsDefault')
     470      (
     471        'Component = txtQuantity'
     472        'Status = stsDefault')
     473      (
     474        'Component = txtRefills'
     475        'Status = stsDefault')
     476      (
     477        'Component = spnRefills'
     478        'Status = stsDefault')
     479      (
     480        'Component = cmdComplex'
     481        'Status = stsDefault')
     482      (
     483        'Component = memOrder'
     484        'Status = stsDefault')
     485      (
     486        'Component = cmdAccept'
     487        'Status = stsDefault')
     488      (
     489        'Component = cmdQuit'
     490        'Status = stsDefault')
     491      (
     492        'Component = pnlMessage'
     493        'Status = stsDefault')
     494      (
     495        'Component = memMessage'
     496        'Status = stsDefault')
     497      (
     498        'Component = frmODMedOut'
     499        'Status = stsDefault'))
    428500  end
    429501  object popUnits: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.