inherited frmPCELex: TfrmPCELex Left = 639 Top = 480 BorderIcons = [] BorderStyle = bsDialog Caption = 'Lookup Other Diagnosis' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblSearch: TLabel [0] Left = 6 Top = 16 Width = 98 Height = 13 Caption = 'Search for Diagnosis' end object lblSelect: TLabel [1] Left = 6 Top = 67 Width = 175 Height = 13 Caption = 'Select from one of the following items' Visible = False end object txtSearch: TCaptionEdit [2] Left = 6 Top = 30 Width = 331 Height = 21 TabOrder = 0 OnChange = txtSearchChange Caption = 'Search for Diagnosis' end object cmdSearch: TButton [3] Left = 346 Top = 30 Width = 75 Height = 21 Caption = 'Search' Default = True TabOrder = 1 OnClick = cmdSearchClick end object cmdOK: TButton [4] Left = 263 Top = 245 Width = 75 Height = 22 Caption = 'OK' TabOrder = 3 OnClick = cmdOKClick end object cmdCancel: TButton [5] Left = 346 Top = 245 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' TabOrder = 4 OnClick = cmdCancelClick end object lstSelect: TORListBox [6] Left = 6 Top = 81 Width = 415 Height = 156 ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = lstSelectClick OnDblClick = lstSelectDblClick Caption = 'Select from one of the following items' ItemTipColor = clWindow LongList = False Pieces = '2' end inherited DKLanguageController1: TDKLanguageController LangData = { 090066726D5043454C6578010100000001000000070043617074696F6E010700 000009006C626C536561726368010100000002000000070043617074696F6E00 09006C626C53656C656374010100000003000000070043617074696F6E000900 747874536561726368010100000004000000070043617074696F6E000900636D 64536561726368010100000005000000070043617074696F6E000500636D644F 4B010100000006000000070043617074696F6E000900636D6443616E63656C01 0100000007000000070043617074696F6E0009006C737453656C656374010100 000008000000070043617074696F6E00} end end