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

    r456 r829  
    4949    Caption = 'Additional Instructions'
    5050  end
    51   object cboMeasurement: TORComboBox
     51  object cboMeasurement: TORComboBox [10]
    5252    Left = 6
    5353    Top = 21
     
    7373    CharsNeedMatch = 1
    7474  end
    75   object cboSchedule: TORComboBox
     75  object cboSchedule: TORComboBox [11]
    7676    Left = 144
    7777    Top = 21
     
    9797    CharsNeedMatch = 1
    9898  end
    99   object calStart: TORDateBox
     99  object calStart: TORDateBox [12]
    100100    Left = 282
    101101    Top = 21
     
    109109    Caption = 'Start Date'
    110110  end
    111   object calStop: TORDateBox
     111  object calStop: TORDateBox [13]
    112112    Left = 282
    113113    Top = 64
     
    120120    Caption = 'Stop Date'
    121121  end
    122   object grpCallHO: TGroupBox
     122  object grpCallHO: TGroupBox [14]
    123123    Left = 407
    124124    Top = 9
     
    223223      Height = 21
    224224      Associate = txtBPsys
    225       Min = 0
    226225      Max = 300
    227226      Position = 100
    228227      TabOrder = 5
    229       Wrap = False
    230228    end
    231229    object spnBPdia: TUpDown
     
    235233      Height = 21
    236234      Associate = txtBPDia
    237       Min = 0
    238235      Max = 300
    239236      Position = 120
    240237      TabOrder = 6
    241       Wrap = False
    242238    end
    243239    object spnPulseLT: TUpDown
     
    247243      Height = 21
    248244      Associate = txtPulseLT
    249       Min = 0
    250245      Max = 500
    251246      Position = 60
    252247      TabOrder = 7
    253       Wrap = False
    254248    end
    255249    object spnPulseGT: TUpDown
     
    259253      Height = 21
    260254      Associate = txtPulGT
    261       Min = 0
    262255      Max = 300
    263256      Position = 120
    264257      TabOrder = 8
    265       Wrap = False
    266258    end
    267259    object spnTemp: TUpDown
     
    271263      Height = 21
    272264      Associate = txtTemp
    273       Min = 0
    274265      Max = 120
    275266      Position = 101
    276267      TabOrder = 9
    277       Wrap = False
    278     end
    279   end
    280   object chkCallHO: TCheckBox
     268    end
     269  end
     270  object chkCallHO: TCheckBox [15]
    281271    Left = 414
    282272    Top = 8
     
    287277    Visible = False
    288278  end
     279  inherited amgrMain: TVA508AccessibilityManager
     280    Data = (
     281      (
     282        'Component = txtComment'
     283        'Status = stsDefault')
     284      (
     285        'Component = cboMeasurement'
     286        'Status = stsDefault')
     287      (
     288        'Component = cboSchedule'
     289        'Status = stsDefault')
     290      (
     291        'Component = calStart'
     292        'Status = stsDefault')
     293      (
     294        'Component = calStop'
     295        'Status = stsDefault')
     296      (
     297        'Component = grpCallHO'
     298        'Status = stsDefault')
     299      (
     300        'Component = txtBPsys'
     301        'Status = stsDefault')
     302      (
     303        'Component = txtBPDia'
     304        'Status = stsDefault')
     305      (
     306        'Component = txtPulseLT'
     307        'Status = stsDefault')
     308      (
     309        'Component = txtPulGT'
     310        'Status = stsDefault')
     311      (
     312        'Component = txtTemp'
     313        'Status = stsDefault')
     314      (
     315        'Component = spnBPsys'
     316        'Status = stsDefault')
     317      (
     318        'Component = spnBPdia'
     319        'Status = stsDefault')
     320      (
     321        'Component = spnPulseLT'
     322        'Status = stsDefault')
     323      (
     324        'Component = spnPulseGT'
     325        'Status = stsDefault')
     326      (
     327        'Component = spnTemp'
     328        'Status = stsDefault')
     329      (
     330        'Component = chkCallHO'
     331        'Status = stsDefault')
     332      (
     333        'Component = memOrder'
     334        'Status = stsDefault')
     335      (
     336        'Component = cmdAccept'
     337        'Status = stsDefault')
     338      (
     339        'Component = cmdQuit'
     340        'Status = stsDefault')
     341      (
     342        'Component = pnlMessage'
     343        'Status = stsDefault')
     344      (
     345        'Component = memMessage'
     346        'Status = stsDefault')
     347      (
     348        'Component = frmODVitals'
     349        'Status = stsDefault'))
     350  end
    289351end
Note: See TracChangeset for help on using the changeset viewer.