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/Encounter/fHealthFactor.dfm

    r456 r829  
    33  Top = 205
    44  Caption = 'Health Factor page'
     5  ExplicitLeft = 374
     6  ExplicitTop = 205
    57  PixelsPerInch = 96
    68  TextHeight = 13
     
    1517    Width = 103
    1618    Caption = 'Health Factor Section'
     19    ExplicitWidth = 103
    1720  end
    1821  inherited btnOK: TBitBtn
     
    4952    TabOrder = 3
    5053  end
    51   inherited btnRemove: TButton
    52     TabOrder = 5
    53   end
    54   inherited btnSelectAll: TButton
    55     TabOrder = 2
    56     TabStop = True
    57   end
    58   inherited pnlMain: TPanel
    59     TabOrder = 0
    60     inherited lbxSection: TORListBox
    61       Tag = 70
    62     end
    63     inherited pnlLeft: TPanel
    64       inherited lbSection: TORListBox
    65         Tag = 70
    66         TabOrder = 0
    67         Caption = 'Health Factor Section'
    68       end
    69       inherited btnOther: TButton
    70         Tag = 23
    71         Caption = 'Other Health Factor...'
    72         TabOrder = 1
    73       end
    74     end
    75   end
    76   object cboHealthLevel: TORComboBox
     54  object cboHealthLevel: TORComboBox [9]
    7755    Tag = 50
    7856    Left = 490
     
    10078    CharsNeedMatch = 1
    10179  end
     80  inherited btnRemove: TButton
     81    TabOrder = 5
     82  end
     83  inherited btnSelectAll: TButton
     84    TabOrder = 2
     85    TabStop = True
     86  end
     87  inherited pnlMain: TPanel
     88    TabOrder = 0
     89    inherited lbxSection: TORListBox
     90      Tag = 70
     91      ExplicitLeft = 210
     92    end
     93    inherited pnlLeft: TPanel
     94      inherited lbSection: TORListBox
     95        Tag = 70
     96        TabOrder = 0
     97        Caption = 'Health Factor Section'
     98      end
     99      inherited btnOther: TButton
     100        Tag = 23
     101        Caption = 'Other Health Factor...'
     102        TabOrder = 1
     103      end
     104    end
     105  end
     106  inherited amgrMain: TVA508AccessibilityManager
     107    Data = (
     108      (
     109        'Component = cboHealthLevel'
     110        'Label = lblHealthLevel'
     111        'Status = stsOK')
     112      (
     113        'Component = edtComment'
     114        'Label = lblComment'
     115        'Status = stsOK')
     116      (
     117        'Component = btnRemove'
     118        'Status = stsDefault')
     119      (
     120        'Component = btnSelectAll'
     121        'Status = stsDefault')
     122      (
     123        'Component = pnlMain'
     124        'Status = stsDefault')
     125      (
     126        'Component = lbxSection'
     127        'Label = lblList'
     128        'Status = stsOK')
     129      (
     130        'Component = pnlLeft'
     131        'Status = stsDefault')
     132      (
     133        'Component = lbSection'
     134        'Label = lblSection'
     135        'Status = stsOK')
     136      (
     137        'Component = btnOther'
     138        'Status = stsDefault')
     139      (
     140        'Component = pnlGrid'
     141        'Status = stsDefault')
     142      (
     143        'Component = lbGrid'
     144        'Status = stsDefault')
     145      (
     146        'Component = hcGrid'
     147        'Status = stsDefault')
     148      (
     149        'Component = btnOK'
     150        'Status = stsDefault')
     151      (
     152        'Component = btnCancel'
     153        'Status = stsDefault')
     154      (
     155        'Component = frmHealthFactors'
     156        'Status = stsDefault'))
     157  end
    102158end
Note: See TracChangeset for help on using the changeset viewer.