[453] | 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 [15]
|
---|
| 104 | Left = 531
|
---|
| 105 | Top = 304
|
---|
| 106 | Width = 15
|
---|
| 107 | Height = 21
|
---|
| 108 | Associate = EdtReading
|
---|
| 109 | Max = 40
|
---|
| 110 | TabOrder = 6
|
---|
| 111 | OnChanging = UpDnReadingChanging
|
---|
| 112 | end
|
---|
| 113 | object EdtReading: TCaptionEdit [16]
|
---|
| 114 | Left = 490
|
---|
| 115 | Top = 304
|
---|
| 116 | Width = 41
|
---|
| 117 | Height = 21
|
---|
| 118 | Enabled = False
|
---|
| 119 | TabOrder = 5
|
---|
| 120 | Text = '0'
|
---|
| 121 | OnChange = EdtReadingChange
|
---|
| 122 | Caption = 'Reading'
|
---|
| 123 | end
|
---|
| 124 | object edtDtRead: TCaptionEdit [17]
|
---|
| 125 | Left = 104
|
---|
| 126 | Top = 376
|
---|
| 127 | Width = 97
|
---|
| 128 | Height = 21
|
---|
| 129 | TabOrder = 8
|
---|
| 130 | Text = 'edtDtRead'
|
---|
| 131 | Visible = False
|
---|
| 132 | Caption = 'Date Read'
|
---|
| 133 | end
|
---|
| 134 | object edtDTGiven: TCaptionEdit [18]
|
---|
| 135 | Left = 280
|
---|
| 136 | Top = 376
|
---|
| 137 | Width = 81
|
---|
| 138 | Height = 21
|
---|
| 139 | TabOrder = 9
|
---|
| 140 | Text = 'edtDTGiven'
|
---|
| 141 | Visible = False
|
---|
| 142 | Caption = 'Date Given'
|
---|
| 143 | end
|
---|
| 144 | object cboSkinResults: TORComboBox [19]
|
---|
| 145 | Tag = 30
|
---|
| 146 | Left = 490
|
---|
| 147 | Top = 260
|
---|
| 148 | Width = 121
|
---|
| 149 | Height = 21
|
---|
| 150 | Style = orcsDropDown
|
---|
| 151 | AutoSelect = True
|
---|
| 152 | Caption = 'Results'
|
---|
| 153 | Color = clWindow
|
---|
| 154 | DropDownCount = 8
|
---|
| 155 | Enabled = False
|
---|
| 156 | ItemHeight = 13
|
---|
| 157 | ItemTipColor = clWindow
|
---|
| 158 | ItemTipEnable = True
|
---|
| 159 | ListItemsOnly = False
|
---|
| 160 | LongList = False
|
---|
| 161 | LookupPiece = 0
|
---|
| 162 | MaxLength = 0
|
---|
| 163 | Pieces = '2'
|
---|
| 164 | Sorted = False
|
---|
| 165 | SynonymChars = '<>'
|
---|
| 166 | TabOrder = 4
|
---|
| 167 | OnChange = cboSkinResultsChange
|
---|
| 168 | CharsNeedMatch = 1
|
---|
| 169 | end
|
---|
| 170 | inherited DKLanguageController1: TDKLanguageController
|
---|
| 171 | LangData = {
|
---|
| 172 | 0C0066726D536B696E5465737473010100000001000000070043617074696F6E
|
---|
| 173 | 011B000000050062746E4F4B010100000002000000070043617074696F6E0009
|
---|
| 174 | 0062746E43616E63656C010100000003000000070043617074696F6E00070070
|
---|
| 175 | 6E6C47726964010100000004000000070043617074696F6E0006006C62477269
|
---|
| 176 | 6401010000000E000000070043617074696F6E00060068634772696401030000
|
---|
| 177 | 000F000000100053656374696F6E735B305D2E54657874100000001000536563
|
---|
| 178 | 74696F6E735B315D2E5465787411000000100053656374696F6E735B325D2E54
|
---|
| 179 | 657874000A006C626C53656374696F6E01010000000500000007004361707469
|
---|
| 180 | 6F6E0007006C626C4C697374010100000006000000070043617074696F6E000A
|
---|
| 181 | 006C626C436F6D6D656E74010100000007000000070043617074696F6E000700
|
---|
| 182 | 62766C4D61696E00000A00656474436F6D6D656E740101000000080000000700
|
---|
| 183 | 43617074696F6E00090062746E52656D6F766501010000000900000007004361
|
---|
| 184 | 7074696F6E000C0062746E53656C656374416C6C01010000000A000000070043
|
---|
| 185 | 617074696F6E000700706E6C4D61696E0000070073706C4C65667400000A006C
|
---|
| 186 | 627853656374696F6E01010000000B000000070043617074696F6E000700706E
|
---|
| 187 | 6C4C656674000009006C6253656374696F6E01010000000C0000000700436170
|
---|
| 188 | 74696F6E00080062746E4F7468657201010000000D000000070043617074696F
|
---|
| 189 | 6E000E006C626C536B696E526573756C74730101000000120000000700436170
|
---|
| 190 | 74696F6E0009006C626C44545265616401010000001300000007004361707469
|
---|
| 191 | 6F6E000A006C626C52656164696E67010100000014000000070043617074696F
|
---|
| 192 | 6E000A006C626C4454476976656E010100000015000000070043617074696F6E
|
---|
| 193 | 000B005570446E52656164696E6700000A0045647452656164696E6701010000
|
---|
| 194 | 0016000000070043617074696F6E000900656474447452656164010200000018
|
---|
| 195 | 000000070043617074696F6E17000000040054657874000A0065647444544769
|
---|
| 196 | 76656E01020000001A000000070043617074696F6E1900000004005465787400
|
---|
| 197 | 0E0063626F536B696E526573756C747301010000001B00000007004361707469
|
---|
| 198 | 6F6E00}
|
---|
| 199 | end
|
---|
| 200 | end
|
---|