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

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