home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFINCSEARCH / TFINCSEARCH.txt
Text File  |  2002-07-12  |  900b  |  43 lines

  1. object fIncSearch: TfIncSearch
  2.   Left = 389
  3.   Top = 187
  4.   HelpContext = 17
  5.   Anchors = []
  6.   AutoSize = True
  7.   BorderIcons = []
  8.   BorderStyle = bsNone
  9.   ClientHeight = 18
  10.   ClientWidth = 182
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object eSearch: TEdit
  23.     Left = 0
  24.     Top = 0
  25.     Width = 182
  26.     Height = 18
  27.     Anchors = []
  28.     AutoSelect = False
  29.     AutoSize = False
  30.     Color = clYellow
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnChange = eSearchChange
  39.     OnKeyDown = eSearchKeyDown
  40.     OnKeyPress = eSearchKeyPress
  41.   end
  42. end
  43.