home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMLOOKUP / TFRMLOOKUP.txt < prev   
Text File  |  1997-04-22  |  1KB  |  73 lines

  1. object frmLookup: TfrmLookup
  2.   Left = 109
  3.   Top = 91
  4.   HelpContext = 230
  5.   ActiveControl = edLookup
  6.   BorderStyle = bsDialog
  7.   Caption = 'InfoLink V1.6a Lookup'
  8.   ClientHeight = 138
  9.   ClientWidth = 284
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object lblLookup: TLabel
  20.     Left = 3
  21.     Top = 6
  22.     Width = 47
  23.     Height = 16
  24.     Caption = 'Lookup'
  25.   end
  26.   object lblResult: TLabel
  27.     Left = 3
  28.     Top = 54
  29.     Width = 42
  30.     Height = 16
  31.     Caption = 'Result'
  32.   end
  33.   object btnClose: TButton
  34.     Left = 102
  35.     Top = 105
  36.     Width = 82
  37.     Height = 28
  38.     Cursor = crArrow
  39.     HelpContext = 230
  40.     Caption = '&Close'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.     OnClick = btnCloseClick
  44.   end
  45.   object edLookup: TEdit
  46.     Left = 3
  47.     Top = 27
  48.     Width = 277
  49.     Height = 24
  50.     HelpContext = 230
  51.     TabOrder = 0
  52.     OnKeyPress = edLookupKeyPress
  53.   end
  54.   object edResult: TEdit
  55.     Left = 3
  56.     Top = 72
  57.     Width = 277
  58.     Height = 24
  59.     HelpContext = 230
  60.     TabStop = False
  61.     ReadOnly = True
  62.     TabOrder = 1
  63.     OnEnter = edResultEnter
  64.   end
  65.   object LookupClient: TClientSocket
  66.     Protocol = 'tcp'
  67.     TimeOut = 20
  68.     OnAsyncComplete = LookupClientAsyncComplete
  69.     Left = 228
  70.     Top = 102
  71.   end
  72. end
  73.