home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / xdesk / XDesk95S.EXE / XDesk95.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Encoding:
Text File  |  1999-11-19  |  923 b   |  49 lines

  1. object FindForm: TFindForm
  2.   Left = 118
  3.   Top = 176
  4.   ActiveControl = FindTarget
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Find'
  8.   ClientHeight = 51
  9.   ClientWidth = 227
  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.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FindNext: TButton
  21.     Left = 0
  22.     Top = 28
  23.     Width = 57
  24.     Height = 21
  25.     Caption = 'Find Next'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = FindNextClick
  29.   end
  30.   object FindClose: TButton
  31.     Left = 168
  32.     Top = 28
  33.     Width = 57
  34.     Height = 21
  35.     Cancel = True
  36.     Caption = 'Close'
  37.     TabOrder = 1
  38.     OnClick = FindCloseClick
  39.   end
  40.   object FindTarget: TComboBox
  41.     Left = 0
  42.     Top = 4
  43.     Width = 225
  44.     Height = 21
  45.     ItemHeight = 13
  46.     TabOrder = 2
  47.   end
  48. end
  49.