home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TQUICKSEARCH / TQUICKSEARCH.txt
Text File  |  1998-03-18  |  1KB  |  59 lines

  1. object QUICKSEARCH: TQUICKSEARCH
  2.   Left = 221
  3.   Top = 179
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 32
  9.   ClientWidth = 286
  10.   Font.Color = clBtnText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 286
  23.     Height = 32
  24.     TabOrder = 0
  25.     object SearchLabel: TLabel
  26.       Tag = 1
  27.       Left = 4
  28.       Top = 7
  29.       Width = 73
  30.       Height = 20
  31.       AutoSize = False
  32.       Caption = 'Search:'
  33.     end
  34.     object quickline: TTabEdit
  35.       Left = 80
  36.       Top = 4
  37.       Width = 201
  38.       Height = 24
  39.       Font.Color = clWindowText
  40.       Font.Height = -13
  41.       Font.Name = 'System'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       TabOrder = 0
  45.       OnKeyDown = quicklineKeyDown
  46.       OnKeyPress = quicklineKeyPress
  47.     end
  48.   end
  49.   object Translate1: TTranslate
  50.     Tag = 5760
  51.     Left = 16
  52.     Top = 24
  53.   end
  54.   object ResolutionFix1: TResolutionFix
  55.     Left = 44
  56.     Top = 24
  57.   end
  58. end
  59.