home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMGRIDSEARCH / TFORMGRIDSEARCH.txt
Text File  |  1999-09-06  |  733b  |  38 lines

  1. object FormGridSearch: TFormGridSearch
  2.   Left = 252
  3.   Top = 192
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 34
  7.   ClientWidth = 141
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 141
  24.     Height = 34
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Edit: TMaskEdit
  28.       Left = 7
  29.       Top = 7
  30.       Width = 128
  31.       Height = 21
  32.       TabOrder = 0
  33.       OnChange = EditChange
  34.       OnKeyPress = EditKeyPress
  35.     end
  36.   end
  37. end
  38.