home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TQUICKSEARCH / TQUICKSEARCH.txt
Text File  |  1999-07-27  |  1KB  |  60 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.     Align = alClient
  25.     TabOrder = 0
  26.     object SearchLabel: TLabel
  27.       Tag = 1
  28.       Left = 4
  29.       Top = 7
  30.       Width = 73
  31.       Height = 18
  32.       AutoSize = False
  33.       Caption = 'Search:'
  34.     end
  35.     object quickline: TTabEdit
  36.       Left = 80
  37.       Top = 4
  38.       Width = 201
  39.       Height = 24
  40.       Font.Color = clWindowText
  41.       Font.Height = -13
  42.       Font.Name = 'System'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       TabOrder = 0
  46.       OnKeyDown = quicklineKeyDown
  47.       OnKeyPress = quicklineKeyPress
  48.     end
  49.   end
  50.   object Translate1: TTranslate
  51.     Tag = 5760
  52.     Left = 4
  53.     Top = 24
  54.   end
  55.   object ResolutionFix1: TResolutionFix
  56.     Left = 44
  57.     Top = 24
  58.   end
  59. end
  60.