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

  1. object SrchDialog: TSrchDialog
  2.   Left = 333
  3.   Top = 192
  4.   HelpContext = 24963
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Text'
  8.   ClientHeight = 224
  9.   ClientWidth = 360
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 11
  19.     Width = 90
  20.     Height = 16
  21.     AutoSize = False
  22.     Caption = '&Text to find:'
  23.     FocusControl = SearchText
  24.     WordWrap = True
  25.   end
  26.   object HelpButton: TButton
  27.     Left = 277
  28.     Top = 190
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Help'
  32.     TabOrder = 7
  33.     OnClick = HelpButtonClick
  34.   end
  35.   object CancelButton: TButton
  36.     Left = 197
  37.     Top = 190
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 6
  44.   end
  45.   object OKButton: TButton
  46.     Left = 117
  47.     Top = 190
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 5
  54.   end
  55.   object GroupBox4: TGroupBox
  56.     Left = 184
  57.     Top = 120
  58.     Width = 168
  59.     Height = 60
  60.     Caption = 'Origin'
  61.     TabOrder = 4
  62.     object FromCursor: TRadioButton
  63.       Left = 8
  64.       Top = 16
  65.       Width = 153
  66.       Height = 18
  67.       Caption = '&From cursor'
  68.       TabOrder = 0
  69.     end
  70.     object EntireScope: TRadioButton
  71.       Left = 8
  72.       Top = 36
  73.       Width = 153
  74.       Height = 18
  75.       Caption = '&Entire scope'
  76.       TabOrder = 1
  77.     end
  78.   end
  79.   object GroupBox2: TGroupBox
  80.     Left = 8
  81.     Top = 120
  82.     Width = 168
  83.     Height = 60
  84.     Caption = 'Scope'
  85.     TabOrder = 2
  86.     object GlobalScope: TRadioButton
  87.       Left = 8
  88.       Top = 16
  89.       Width = 153
  90.       Height = 18
  91.       Caption = '&Global'
  92.       TabOrder = 0
  93.     end
  94.     object SelectedText: TRadioButton
  95.       Left = 8
  96.       Top = 36
  97.       Width = 153
  98.       Height = 18
  99.       Caption = '&Selected text'
  100.       TabOrder = 1
  101.     end
  102.   end
  103.   object GroupBox3: TGroupBox
  104.     Left = 184
  105.     Top = 36
  106.     Width = 168
  107.     Height = 81
  108.     Caption = 'Direction'
  109.     TabOrder = 3
  110.     object ForwardDir: TRadioButton
  111.       Left = 8
  112.       Top = 16
  113.       Width = 153
  114.       Height = 18
  115.       Caption = 'Forwar&d'
  116.       TabOrder = 0
  117.     end
  118.     object BackwardDir: TRadioButton
  119.       Left = 8
  120.       Top = 36
  121.       Width = 153
  122.       Height = 18
  123.       Caption = '&Backward'
  124.       TabOrder = 1
  125.     end
  126.   end
  127.   object GroupBox1: TGroupBox
  128.     Left = 8
  129.     Top = 36
  130.     Width = 168
  131.     Height = 80
  132.     Caption = 'Options'
  133.     TabOrder = 1
  134.     object CaseSense: TCheckBox
  135.       Left = 8
  136.       Top = 16
  137.       Width = 153
  138.       Height = 18
  139.       Caption = '&Case sensitive'
  140.       TabOrder = 0
  141.     end
  142.     object WholeWords: TCheckBox
  143.       Left = 8
  144.       Top = 36
  145.       Width = 153
  146.       Height = 18
  147.       TabStop = False
  148.       Caption = '&Whole words only'
  149.       TabOrder = 1
  150.     end
  151.     object RegExp: TCheckBox
  152.       Left = 8
  153.       Top = 56
  154.       Width = 153
  155.       Height = 18
  156.       TabStop = False
  157.       Caption = '&Regular expressions'
  158.       TabOrder = 2
  159.     end
  160.   end
  161.   object SearchText: TComboBox
  162.     Left = 100
  163.     Top = 8
  164.     Width = 252
  165.     Height = 21
  166.     ItemHeight = 13
  167.     TabOrder = 0
  168.   end
  169. end
  170.