home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFINCSEARCH / TFINCSEARCH.txt
Encoding:
Text File  |  2004-06-06  |  971 b   |  47 lines

  1. object fIncSearch: TfIncSearch
  2.   Left = 389
  3.   Top = 187
  4.   HelpContext = 17
  5.   Anchors = []
  6.   AutoSize = True
  7.   BorderIcons = [biHelp]
  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.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   DesignSize = (
  22.     182
  23.     18)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object eSearch: TEdit
  27.     Left = 0
  28.     Top = 0
  29.     Width = 182
  30.     Height = 18
  31.     Anchors = []
  32.     AutoSelect = False
  33.     AutoSize = False
  34.     Color = clYellow
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     OnChange = eSearchChange
  43.     OnKeyDown = eSearchKeyDown
  44.     OnKeyPress = eSearchKeyPress
  45.   end
  46. end
  47.