home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TFRMINCREMENTAL / TFRMINCREMENTAL.txt
Encoding:
Text File  |  2002-04-12  |  991 b   |  47 lines

  1. object frmIncremental: TfrmIncremental
  2.   Left = 278
  3.   Top = 241
  4.   Anchors = []
  5.   AutoSize = True
  6.   BorderStyle = bsNone
  7.   Caption = 'Incremental Search'
  8.   ClientHeight = 24
  9.   ClientWidth = 201
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Edit: TEdit
  21.     Left = 0
  22.     Top = 0
  23.     Width = 201
  24.     Height = 24
  25.     Color = clBtnFace
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     OnChange = EditChange
  34.     OnKeyDown = EditKeyDown
  35.     OnKeyPress = EditKeyPress
  36.   end
  37.   object ActionList1: TActionList
  38.     Left = 123
  39.     Top = 3
  40.     object SearchAgain: TAction
  41.       Caption = 'SearchAgain'
  42.       ShortCut = 16460
  43.       OnExecute = SearchAgainExecute
  44.     end
  45.   end
  46. end
  47.