home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / CD2HTML / cd2html.exe / 0 / RCDATA / TFORMFIND / TFORMFIND.txt
Text File  |  1999-11-02  |  732b  |  42 lines

  1. object FormFind: TFormFind
  2.   Left = 14
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find'
  6.   ClientHeight = 72
  7.   ClientWidth = 183
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 8
  17.     Top = 40
  18.     Width = 75
  19.     Height = 25
  20.     Caption = '&Find'
  21.     TabOrder = 1
  22.     OnClick = Button1Click
  23.   end
  24.   object Button3: TButton
  25.     Left = 96
  26.     Top = 40
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Close'
  30.     ModalResult = 2
  31.     TabOrder = 2
  32.   end
  33.   object ComboBox1: TComboBox
  34.     Left = 8
  35.     Top = 8
  36.     Width = 169
  37.     Height = 21
  38.     ItemHeight = 13
  39.     TabOrder = 0
  40.   end
  41. end
  42.