| [456] | 1 | inherited frmPatientEd: TfrmPatientEd
 | 
|---|
 | 2 |   Left = 275
 | 
|---|
 | 3 |   Top = 267
 | 
|---|
 | 4 |   Caption = 'Patient Education'
 | 
|---|
| [829] | 5 |   ExplicitLeft = 275
 | 
|---|
 | 6 |   ExplicitTop = 267
 | 
|---|
| [456] | 7 |   PixelsPerInch = 96
 | 
|---|
 | 8 |   TextHeight = 13
 | 
|---|
 | 9 |   object lblUnderstanding: TLabel [0]
 | 
|---|
 | 10 |     Left = 490
 | 
|---|
 | 11 |     Top = 264
 | 
|---|
 | 12 |     Width = 112
 | 
|---|
 | 13 |     Height = 13
 | 
|---|
 | 14 |     Caption = 'Level Of Understanding'
 | 
|---|
 | 15 |   end
 | 
|---|
 | 16 |   inherited lblSection: TLabel
 | 
|---|
 | 17 |     Width = 123
 | 
|---|
 | 18 |     Caption = 'Patient Education Section'
 | 
|---|
| [829] | 19 |     ExplicitWidth = 123
 | 
|---|
| [456] | 20 |   end
 | 
|---|
 | 21 |   inherited btnOK: TBitBtn
 | 
|---|
 | 22 |     TabOrder = 6
 | 
|---|
 | 23 |   end
 | 
|---|
 | 24 |   inherited btnCancel: TBitBtn
 | 
|---|
 | 25 |     TabOrder = 7
 | 
|---|
 | 26 |   end
 | 
|---|
 | 27 |   inherited pnlGrid: TPanel
 | 
|---|
 | 28 |     TabOrder = 1
 | 
|---|
 | 29 |     inherited lbGrid: TORListBox
 | 
|---|
 | 30 |       Tag = 60
 | 
|---|
 | 31 |       Caption = 'Selected Patient Educations'
 | 
|---|
 | 32 |       Pieces = '1,2'
 | 
|---|
 | 33 |     end
 | 
|---|
 | 34 |     inherited hcGrid: THeaderControl
 | 
|---|
 | 35 |       Sections = <
 | 
|---|
 | 36 |         item
 | 
|---|
 | 37 |           ImageIndex = -1
 | 
|---|
 | 38 |           MinWidth = 124
 | 
|---|
 | 39 |           Text = 'Level of Understanding'
 | 
|---|
 | 40 |           Width = 124
 | 
|---|
 | 41 |         end
 | 
|---|
 | 42 |         item
 | 
|---|
 | 43 |           ImageIndex = -1
 | 
|---|
 | 44 |           MinWidth = 150
 | 
|---|
 | 45 |           Text = 'Selected Patient Educations'
 | 
|---|
 | 46 |           Width = 150
 | 
|---|
 | 47 |         end>
 | 
|---|
 | 48 |     end
 | 
|---|
 | 49 |   end
 | 
|---|
 | 50 |   inherited edtComment: TCaptionEdit
 | 
|---|
 | 51 |     TabOrder = 3
 | 
|---|
 | 52 |   end
 | 
|---|
| [829] | 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
 | 
|---|
| [456] | 79 |   inherited btnRemove: TButton
 | 
|---|
 | 80 |     TabOrder = 5
 | 
|---|
 | 81 |   end
 | 
|---|
 | 82 |   inherited btnSelectAll: TButton
 | 
|---|
 | 83 |     TabOrder = 2
 | 
|---|
 | 84 |     TabStop = True
 | 
|---|
 | 85 |   end
 | 
|---|
 | 86 |   inherited pnlMain: TPanel
 | 
|---|
 | 87 |     TabOrder = 0
 | 
|---|
 | 88 |     inherited lbxSection: TORListBox
 | 
|---|
 | 89 |       Tag = 60
 | 
|---|
 | 90 |     end
 | 
|---|
 | 91 |     inherited pnlLeft: TPanel
 | 
|---|
 | 92 |       inherited lbSection: TORListBox
 | 
|---|
 | 93 |         Tag = 60
 | 
|---|
 | 94 |         TabOrder = 0
 | 
|---|
 | 95 |         Caption = 'Patient Education Section'
 | 
|---|
 | 96 |       end
 | 
|---|
 | 97 |       inherited btnOther: TButton
 | 
|---|
 | 98 |         Tag = 22
 | 
|---|
 | 99 |         Caption = 'Other Education Topic...'
 | 
|---|
 | 100 |         TabOrder = 1
 | 
|---|
 | 101 |       end
 | 
|---|
 | 102 |     end
 | 
|---|
 | 103 |   end
 | 
|---|
| [829] | 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'))
 | 
|---|
| [456] | 154 |   end
 | 
|---|
 | 155 | end
 | 
|---|