| 
            Last change
 on this file since 1430 was             459, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Adding foia-cprs branch 
 
           | 
        
        
          | 
            File size:
            2.0 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [459] | 1 | inherited frmExams: TfrmExams
 | 
|---|
 | 2 |   Left = 509
 | 
|---|
 | 3 |   Top = 223
 | 
|---|
 | 4 |   Caption = 'Encounter Examinations'
 | 
|---|
 | 5 |   PixelsPerInch = 96
 | 
|---|
 | 6 |   TextHeight = 13
 | 
|---|
 | 7 |   object lblExamResults: TLabel [0]
 | 
|---|
 | 8 |     Left = 490
 | 
|---|
 | 9 |     Top = 264
 | 
|---|
 | 10 |     Width = 35
 | 
|---|
 | 11 |     Height = 13
 | 
|---|
 | 12 |     Caption = 'Results'
 | 
|---|
 | 13 |   end
 | 
|---|
 | 14 |   inherited lblSection: TLabel
 | 
|---|
 | 15 |     Width = 65
 | 
|---|
 | 16 |     Caption = 'Exam Section'
 | 
|---|
 | 17 |   end
 | 
|---|
 | 18 |   inherited btnOK: TBitBtn
 | 
|---|
 | 19 |     TabOrder = 6
 | 
|---|
 | 20 |   end
 | 
|---|
 | 21 |   inherited btnCancel: TBitBtn
 | 
|---|
 | 22 |     TabOrder = 7
 | 
|---|
 | 23 |   end
 | 
|---|
 | 24 |   inherited pnlGrid: TPanel
 | 
|---|
 | 25 |     TabOrder = 1
 | 
|---|
 | 26 |     inherited lbGrid: TORListBox
 | 
|---|
 | 27 |       Caption = 'Exams'
 | 
|---|
 | 28 |       Pieces = '1,2'
 | 
|---|
 | 29 |     end
 | 
|---|
 | 30 |     inherited hcGrid: THeaderControl
 | 
|---|
 | 31 |       Sections = <
 | 
|---|
 | 32 |         item
 | 
|---|
 | 33 |           ImageIndex = -1
 | 
|---|
 | 34 |           MinWidth = 60
 | 
|---|
 | 35 |           Text = 'Results'
 | 
|---|
 | 36 |           Width = 60
 | 
|---|
 | 37 |         end
 | 
|---|
 | 38 |         item
 | 
|---|
 | 39 |           ImageIndex = -1
 | 
|---|
 | 40 |           MinWidth = 90
 | 
|---|
 | 41 |           Text = 'Selected Exams'
 | 
|---|
 | 42 |           Width = 90
 | 
|---|
 | 43 |         end>
 | 
|---|
 | 44 |     end
 | 
|---|
 | 45 |   end
 | 
|---|
 | 46 |   inherited edtComment: TCaptionEdit
 | 
|---|
 | 47 |     TabOrder = 3
 | 
|---|
 | 48 |   end
 | 
|---|
 | 49 |   inherited btnRemove: TButton
 | 
|---|
 | 50 |     TabOrder = 5
 | 
|---|
 | 51 |   end
 | 
|---|
 | 52 |   inherited btnSelectAll: TButton
 | 
|---|
 | 53 |     TabOrder = 2
 | 
|---|
 | 54 |     TabStop = True
 | 
|---|
 | 55 |   end
 | 
|---|
 | 56 |   inherited pnlMain: TPanel
 | 
|---|
 | 57 |     TabOrder = 0
 | 
|---|
 | 58 |     inherited lbxSection: TORListBox
 | 
|---|
 | 59 |       Tag = 80
 | 
|---|
 | 60 |     end
 | 
|---|
 | 61 |     inherited pnlLeft: TPanel
 | 
|---|
 | 62 |       inherited lbSection: TORListBox
 | 
|---|
 | 63 |         TabOrder = 0
 | 
|---|
 | 64 |         Caption = 'Exam Section'
 | 
|---|
 | 65 |       end
 | 
|---|
 | 66 |       inherited btnOther: TButton
 | 
|---|
 | 67 |         Tag = 24
 | 
|---|
 | 68 |         Caption = 'Other Exam...'
 | 
|---|
 | 69 |         TabOrder = 1
 | 
|---|
 | 70 |       end
 | 
|---|
 | 71 |     end
 | 
|---|
 | 72 |   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
 | 
|---|
 | 96 |   end
 | 
|---|
 | 97 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.