object frmLookup: TfrmLookup Left = 109 Top = 91 HelpContext = 230 ActiveControl = edLookup BorderStyle = bsDialog Caption = 'InfoLink V1.6a Lookup' ClientHeight = 138 ClientWidth = 284 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object lblLookup: TLabel Left = 3 Top = 6 Width = 47 Height = 16 Caption = 'Lookup' end object lblResult: TLabel Left = 3 Top = 54 Width = 42 Height = 16 Caption = 'Result' end object btnClose: TButton Left = 102 Top = 105 Width = 82 Height = 28 Cursor = crArrow HelpContext = 230 Caption = '&Close' ModalResult = 2 TabOrder = 2 OnClick = btnCloseClick end object edLookup: TEdit Left = 3 Top = 27 Width = 277 Height = 24 HelpContext = 230 TabOrder = 0 OnKeyPress = edLookupKeyPress end object edResult: TEdit Left = 3 Top = 72 Width = 277 Height = 24 HelpContext = 230 TabStop = False ReadOnly = True TabOrder = 1 OnEnter = edResultEnter end object LookupClient: TClientSocket Protocol = 'tcp' TimeOut = 20 OnAsyncComplete = LookupClientAsyncComplete Left = 228 Top = 102 end end