| 1 | inherited frmSkinTests: TfrmSkinTests | 
|---|
| 2 | Left = 213 | 
|---|
| 3 | Top = 163 | 
|---|
| 4 | Caption = 'Encounter Skin Test form' | 
|---|
| 5 | PixelsPerInch = 96 | 
|---|
| 6 | TextHeight = 13 | 
|---|
| 7 | object lblSkinResults: TLabel [0] | 
|---|
| 8 | Left = 490 | 
|---|
| 9 | Top = 244 | 
|---|
| 10 | Width = 35 | 
|---|
| 11 | Height = 13 | 
|---|
| 12 | Caption = 'Results' | 
|---|
| 13 | end | 
|---|
| 14 | object lblDTRead: TLabel [1] | 
|---|
| 15 | Left = 46 | 
|---|
| 16 | Top = 380 | 
|---|
| 17 | Width = 52 | 
|---|
| 18 | Height = 13 | 
|---|
| 19 | Caption = 'Date Read' | 
|---|
| 20 | Visible = False | 
|---|
| 21 | end | 
|---|
| 22 | object lblReading: TLabel [2] | 
|---|
| 23 | Left = 490 | 
|---|
| 24 | Top = 290 | 
|---|
| 25 | Width = 40 | 
|---|
| 26 | Height = 13 | 
|---|
| 27 | Caption = 'Reading' | 
|---|
| 28 | end | 
|---|
| 29 | object lblDTGiven: TLabel [3] | 
|---|
| 30 | Left = 216 | 
|---|
| 31 | Top = 380 | 
|---|
| 32 | Width = 54 | 
|---|
| 33 | Height = 13 | 
|---|
| 34 | Caption = 'Date Given' | 
|---|
| 35 | Visible = False | 
|---|
| 36 | end | 
|---|
| 37 | inherited lblSection: TLabel | 
|---|
| 38 | Width = 84 | 
|---|
| 39 | Caption = 'Skin Test Section' | 
|---|
| 40 | end | 
|---|
| 41 | inherited btnOK: TBitBtn | 
|---|
| 42 | TabOrder = 10 | 
|---|
| 43 | end | 
|---|
| 44 | inherited btnCancel: TBitBtn | 
|---|
| 45 | TabOrder = 11 | 
|---|
| 46 | end | 
|---|
| 47 | inherited pnlGrid: TPanel | 
|---|
| 48 | TabOrder = 1 | 
|---|
| 49 | inherited lbGrid: TORListBox | 
|---|
| 50 | Tag = 50 | 
|---|
| 51 | Caption = 'Selected Skin Tests' | 
|---|
| 52 | Pieces = '1,2,3' | 
|---|
| 53 | end | 
|---|
| 54 | inherited hcGrid: THeaderControl | 
|---|
| 55 | Sections = < | 
|---|
| 56 | item | 
|---|
| 57 | ImageIndex = -1 | 
|---|
| 58 | MinWidth = 50 | 
|---|
| 59 | Text = 'Results' | 
|---|
| 60 | Width = 55 | 
|---|
| 61 | end | 
|---|
| 62 | item | 
|---|
| 63 | ImageIndex = -1 | 
|---|
| 64 | MinWidth = 55 | 
|---|
| 65 | Text = 'Reading' | 
|---|
| 66 | Width = 55 | 
|---|
| 67 | end | 
|---|
| 68 | item | 
|---|
| 69 | ImageIndex = -1 | 
|---|
| 70 | Text = 'Selected Skin Tests' | 
|---|
| 71 | Width = 110 | 
|---|
| 72 | end> | 
|---|
| 73 | end | 
|---|
| 74 | end | 
|---|
| 75 | inherited edtComment: TCaptionEdit | 
|---|
| 76 | TabOrder = 3 | 
|---|
| 77 | end | 
|---|
| 78 | inherited btnRemove: TButton | 
|---|
| 79 | TabOrder = 7 | 
|---|
| 80 | end | 
|---|
| 81 | inherited btnSelectAll: TButton | 
|---|
| 82 | TabOrder = 2 | 
|---|
| 83 | TabStop = True | 
|---|
| 84 | end | 
|---|
| 85 | inherited pnlMain: TPanel | 
|---|
| 86 | TabOrder = 0 | 
|---|
| 87 | inherited lbxSection: TORListBox | 
|---|
| 88 | Tag = 50 | 
|---|
| 89 | end | 
|---|
| 90 | inherited pnlLeft: TPanel | 
|---|
| 91 | inherited lbSection: TORListBox | 
|---|
| 92 | Tag = 50 | 
|---|
| 93 | TabOrder = 0 | 
|---|
| 94 | Caption = 'Skin Test Section' | 
|---|
| 95 | end | 
|---|
| 96 | inherited btnOther: TButton | 
|---|
| 97 | Tag = 21 | 
|---|
| 98 | Caption = 'Other Skin Test...' | 
|---|
| 99 | TabOrder = 1 | 
|---|
| 100 | end | 
|---|
| 101 | end | 
|---|
| 102 | end | 
|---|
| 103 | object UpDnReading: TUpDown | 
|---|
| 104 | Left = 531 | 
|---|
| 105 | Top = 304 | 
|---|
| 106 | Width = 15 | 
|---|
| 107 | Height = 21 | 
|---|
| 108 | Associate = EdtReading | 
|---|
| 109 | Min = 0 | 
|---|
| 110 | Max = 40 | 
|---|
| 111 | Position = 0 | 
|---|
| 112 | TabOrder = 6 | 
|---|
| 113 | Wrap = False | 
|---|
| 114 | OnChanging = UpDnReadingChanging | 
|---|
| 115 | end | 
|---|
| 116 | object EdtReading: TCaptionEdit | 
|---|
| 117 | Left = 490 | 
|---|
| 118 | Top = 304 | 
|---|
| 119 | Width = 41 | 
|---|
| 120 | Height = 21 | 
|---|
| 121 | Enabled = False | 
|---|
| 122 | TabOrder = 5 | 
|---|
| 123 | Text = '0' | 
|---|
| 124 | OnChange = EdtReadingChange | 
|---|
| 125 | Caption = 'Reading' | 
|---|
| 126 | end | 
|---|
| 127 | object edtDtRead: TCaptionEdit | 
|---|
| 128 | Left = 104 | 
|---|
| 129 | Top = 376 | 
|---|
| 130 | Width = 97 | 
|---|
| 131 | Height = 21 | 
|---|
| 132 | TabOrder = 8 | 
|---|
| 133 | Text = 'edtDtRead' | 
|---|
| 134 | Visible = False | 
|---|
| 135 | Caption = 'Date Read' | 
|---|
| 136 | end | 
|---|
| 137 | object edtDTGiven: TCaptionEdit | 
|---|
| 138 | Left = 280 | 
|---|
| 139 | Top = 376 | 
|---|
| 140 | Width = 81 | 
|---|
| 141 | Height = 21 | 
|---|
| 142 | TabOrder = 9 | 
|---|
| 143 | Text = 'edtDTGiven' | 
|---|
| 144 | Visible = False | 
|---|
| 145 | Caption = 'Date Given' | 
|---|
| 146 | end | 
|---|
| 147 | object cboSkinResults: TORComboBox | 
|---|
| 148 | Tag = 30 | 
|---|
| 149 | Left = 490 | 
|---|
| 150 | Top = 260 | 
|---|
| 151 | Width = 121 | 
|---|
| 152 | Height = 21 | 
|---|
| 153 | Style = orcsDropDown | 
|---|
| 154 | AutoSelect = True | 
|---|
| 155 | Caption = 'Results' | 
|---|
| 156 | Color = clWindow | 
|---|
| 157 | DropDownCount = 8 | 
|---|
| 158 | Enabled = False | 
|---|
| 159 | ItemHeight = 13 | 
|---|
| 160 | ItemTipColor = clWindow | 
|---|
| 161 | ItemTipEnable = True | 
|---|
| 162 | ListItemsOnly = False | 
|---|
| 163 | LongList = False | 
|---|
| 164 | MaxLength = 0 | 
|---|
| 165 | Pieces = '2' | 
|---|
| 166 | Sorted = False | 
|---|
| 167 | SynonymChars = '<>' | 
|---|
| 168 | TabOrder = 4 | 
|---|
| 169 | OnChange = cboSkinResultsChange | 
|---|
| 170 | end | 
|---|
| 171 | end | 
|---|