home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TRPLCDIALOG / TRPLCDIALOG.txt
Text File  |  1999-08-11  |  5KB  |  237 lines

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