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

    r456 r829  
    33  Top = 267
    44  Caption = 'Patient Education'
     5  ExplicitLeft = 275
     6  ExplicitTop = 267
    57  PixelsPerInch = 96
    68  TextHeight = 13
     
    1517    Width = 123
    1618    Caption = 'Patient Education Section'
     19    ExplicitWidth = 123
    1720  end
    1821  inherited btnOK: TBitBtn
     
    4851    TabOrder = 3
    4952  end
     53  object cboPatUnderstanding: TORComboBox [9]
     54    Tag = 40
     55    Left = 490
     56    Top = 280
     57    Width = 121
     58    Height = 21
     59    Style = orcsDropDown
     60    AutoSelect = True
     61    Caption = 'Level Of Understanding'
     62    Color = clWindow
     63    DropDownCount = 8
     64    Enabled = False
     65    ItemHeight = 13
     66    ItemTipColor = clWindow
     67    ItemTipEnable = True
     68    ListItemsOnly = False
     69    LongList = False
     70    LookupPiece = 0
     71    MaxLength = 0
     72    Pieces = '2'
     73    Sorted = False
     74    SynonymChars = '<>'
     75    TabOrder = 4
     76    OnChange = cboPatUnderstandingChange
     77    CharsNeedMatch = 1
     78  end
    5079  inherited btnRemove: TButton
    5180    TabOrder = 5
     
    73102    end
    74103  end
    75   object cboPatUnderstanding: TORComboBox
    76     Tag = 40
    77     Left = 490
    78     Top = 280
    79     Width = 121
    80     Height = 21
    81     Style = orcsDropDown
    82     AutoSelect = True
    83     Caption = 'Level Of Understanding'
    84     Color = clWindow
    85     DropDownCount = 8
    86     Enabled = False
    87     ItemHeight = 13
    88     ItemTipColor = clWindow
    89     ItemTipEnable = True
    90     ListItemsOnly = False
    91     LongList = False
    92     MaxLength = 0
    93     Pieces = '2'
    94     Sorted = False
    95     SynonymChars = '<>'
    96     TabOrder = 4
    97     OnChange = cboPatUnderstandingChange
     104  inherited amgrMain: TVA508AccessibilityManager
     105    Data = (
     106      (
     107        'Component = cboPatUnderstanding'
     108        'Status = stsDefault')
     109      (
     110        'Component = edtComment'
     111        'Label = lblComment'
     112        'Status = stsOK')
     113      (
     114        'Component = btnRemove'
     115        'Status = stsDefault')
     116      (
     117        'Component = btnSelectAll'
     118        'Status = stsDefault')
     119      (
     120        'Component = pnlMain'
     121        'Status = stsDefault')
     122      (
     123        'Component = lbxSection'
     124        'Label = lblList'
     125        'Status = stsOK')
     126      (
     127        'Component = pnlLeft'
     128        'Status = stsDefault')
     129      (
     130        'Component = lbSection'
     131        'Label = lblSection'
     132        'Status = stsOK')
     133      (
     134        'Component = btnOther'
     135        'Status = stsDefault')
     136      (
     137        'Component = pnlGrid'
     138        'Status = stsDefault')
     139      (
     140        'Component = lbGrid'
     141        'Status = stsDefault')
     142      (
     143        'Component = hcGrid'
     144        'Status = stsDefault')
     145      (
     146        'Component = btnOK'
     147        'Status = stsDefault')
     148      (
     149        'Component = btnCancel'
     150        'Status = stsDefault')
     151      (
     152        'Component = frmPatientEd'
     153        'Status = stsDefault'))
    98154  end
    99155end
Note: See TracChangeset for help on using the changeset viewer.