home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TSIMPLESEARCHDIALOG / TSIMPLESEARCHDIALOG.txt
Text File  |  1998-05-08  |  1KB  |  61 lines

  1. object SimpleSearchDialog: TSimpleSearchDialog
  2.   Left = 214
  3.   Top = 187
  4.   HelpContext = 24963
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Text in Current Topic'
  7.   ClientHeight = 70
  8.   ClientWidth = 373
  9.   ParentFont = True
  10.   Scaled = False
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 11
  16.     Width = 90
  17.     Height = 16
  18.     AutoSize = False
  19.     Caption = '&Text to find:'
  20.     FocusControl = SearchText
  21.     WordWrap = True
  22.   end
  23.   object CancelButton: TButton
  24.     Left = 293
  25.     Top = 38
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Cancel'
  30.     ModalResult = 2
  31.     TabOrder = 3
  32.   end
  33.   object FindNextButton: TButton
  34.     Left = 293
  35.     Top = 6
  36.     Width = 75
  37.     Height = 27
  38.     Caption = '&Find Next'
  39.     Default = True
  40.     TabOrder = 2
  41.     OnClick = FindNextButtonClick
  42.   end
  43.   object SearchText: TComboBox
  44.     Left = 100
  45.     Top = 8
  46.     Width = 189
  47.     Height = 21
  48.     ItemHeight = 13
  49.     TabOrder = 0
  50.     Text = 'SearchText'
  51.   end
  52.   object CaseSense: TCheckBox
  53.     Left = 8
  54.     Top = 43
  55.     Width = 153
  56.     Height = 18
  57.     Caption = '&Case sensitive'
  58.     TabOrder = 1
  59.   end
  60. end
  61.