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

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