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

  1. object FileGrepWindow: TFileGrepWindow
  2.   Left = 218
  3.   Top = 127
  4.   Width = 465
  5.   Height = 156
  6.   HelpContext = 24965
  7.   Caption = 'Search Source Path'
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   Scaled = False
  11.   OnClose = FormClose
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 457
  19.     Height = 99
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 6
  25.       Top = 13
  26.       Width = 67
  27.       Height = 13
  28.       Caption = 'Search String:'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 6
  32.       Top = 68
  33.       Width = 62
  34.       Height = 13
  35.       Caption = 'Search Path:'
  36.     end
  37.     object ComboBox1: TComboBox
  38.       Left = 83
  39.       Top = 10
  40.       Width = 307
  41.       Height = 21
  42.       ItemHeight = 13
  43.       TabOrder = 0
  44.       OnChange = ComboBox1Change
  45.     end
  46.     object CheckBox1: TCheckBox
  47.       Left = 83
  48.       Top = 37
  49.       Width = 112
  50.       Height = 14
  51.       Caption = '&Case Sensitive'
  52.       TabOrder = 1
  53.     end
  54.     object CheckBox2: TCheckBox
  55.       Left = 199
  56.       Top = 37
  57.       Width = 149
  58.       Height = 14
  59.       Caption = '&Recurse Subdirectories'
  60.       State = cbChecked
  61.       TabOrder = 2
  62.     end
  63.     object eSearchPath: TComboBox
  64.       Left = 83
  65.       Top = 64
  66.       Width = 307
  67.       Height = 21
  68.       ItemHeight = 13
  69.       TabOrder = 3
  70.       OnChange = eSearchPathChange
  71.     end
  72.     object Button1: TButton
  73.       Left = 397
  74.       Top = 64
  75.       Width = 45
  76.       Height = 21
  77.       Caption = '&Edit'
  78.       TabOrder = 4
  79.       OnClick = Button1Click
  80.     end
  81.   end
  82.   object Panel2: TPanel
  83.     Left = 0
  84.     Top = 99
  85.     Width = 457
  86.     Height = 30
  87.     Align = alBottom
  88.     BevelOuter = bvNone
  89.     TabOrder = 1
  90.     object cbClose: TButton
  91.       Left = 315
  92.       Top = 6
  93.       Width = 62
  94.       Height = 20
  95.       Cancel = True
  96.       Caption = 'Cancel'
  97.       TabOrder = 1
  98.       OnClick = cbCloseClick
  99.     end
  100.     object cbStart: TButton
  101.       Left = 247
  102.       Top = 6
  103.       Width = 62
  104.       Height = 20
  105.       Caption = 'Start'
  106.       Default = True
  107.       Enabled = False
  108.       TabOrder = 0
  109.       OnClick = cbStartClick
  110.     end
  111.     object ButtonHelp: TButton
  112.       Left = 383
  113.       Top = 6
  114.       Width = 62
  115.       Height = 20
  116.       Cancel = True
  117.       Caption = '&Help'
  118.       TabOrder = 2
  119.       OnClick = ButtonHelpClick
  120.     end
  121.   end
  122. end
  123.