home *** CD-ROM | disk | FTP | other *** search
- object RplcDialog: TRplcDialog
- Left = 218
- Top = 119
- BorderStyle = bsDialog
- Caption = 'Replace Text'
- ClientHeight = 259
- ClientWidth = 360
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 36
- Width = 85
- Height = 16
- AutoSize = False
- Caption = '&Replace with:'
- FocusControl = ReplaceText
- WordWrap = True
- end
- object Label1: TLabel
- Left = 8
- Top = 11
- Width = 85
- Height = 16
- AutoSize = False
- Caption = '&Text to find:'
- FocusControl = SearchText
- WordWrap = True
- end
- object GroupBox3: TGroupBox
- Left = 184
- Top = 60
- Width = 168
- Height = 93
- Caption = 'Direction:'
- TabOrder = 4
- object ForwardDir: TRadioButton
- Left = 8
- Top = 16
- Width = 144
- Height = 18
- Caption = 'Forwar&d'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = ForwardDirClick
- end
- object BackwardDir: TRadioButton
- Left = 8
- Top = 33
- Width = 144
- Height = 18
- Caption = '&Backward'
- TabOrder = 1
- OnClick = ForwardDirClick
- end
- end
- object GroupBox4: TGroupBox
- Left = 184
- Top = 156
- Width = 168
- Height = 58
- Caption = 'Origin:'
- TabOrder = 5
- object FromCursor: TRadioButton
- Left = 8
- Top = 16
- Width = 144
- Height = 18
- Caption = '&From cursor'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = FromCursorClick
- end
- object EntireScope: TRadioButton
- Left = 8
- Top = 33
- Width = 144
- Height = 18
- Caption = '&Entire scope'
- TabOrder = 1
- OnClick = FromCursorClick
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 156
- Width = 168
- Height = 58
- Caption = 'Scope:'
- TabOrder = 3
- object GlobalScope: TRadioButton
- Left = 8
- Top = 16
- Width = 153
- Height = 18
- Caption = '&Global'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = GlobalScopeClick
- end
- object SelectedText: TRadioButton
- Left = 8
- Top = 33
- Width = 153
- Height = 18
- Caption = '&Selected text'
- TabOrder = 1
- OnClick = GlobalScopeClick
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 60
- Width = 168
- Height = 93
- Caption = 'Options:'
- TabOrder = 2
- object CaseSense: TPropCheckBox
- Left = 8
- Top = 16
- Width = 153
- Height = 18
- Caption = '&Case sensitive'
- PropField = 'Case Sensitive'
- PropSet = EnvironmentOptions.ReplaceOptions
- TabOrder = 0
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object WholeWords: TPropCheckBox
- Left = 8
- Top = 33
- Width = 153
- Height = 18
- TabStop = False
- Caption = '&Whole words only'
- PropField = 'Whole Words'
- PropSet = EnvironmentOptions.ReplaceOptions
- TabOrder = 1
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object RegExp: TPropCheckBox
- Left = 8
- Top = 50
- Width = 153
- Height = 18
- TabStop = False
- Caption = 'Regular e&xpressions'
- PropField = 'Regular Expression'
- PropSet = EnvironmentOptions.ReplaceOptions
- TabOrder = 2
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object PromptOnReplace: TPropCheckBox
- Left = 8
- Top = 67
- Width = 153
- Height = 18
- TabStop = False
- Caption = '&Prompt on replace'
- PropField = 'Prompt On Replace'
- PropSet = EnvironmentOptions.ReplaceOptions
- TabOrder = 3
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- end
- object ReplaceText: THistoryPropComboBox
- Left = 96
- Top = 33
- Width = 256
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- HistoryManager = EnvironmentOptions.HistoryLists
- HistoryList = 'hlReplaceText'
- end
- object SearchText: THistoryPropComboBox
- Left = 96
- Top = 8
- Width = 256
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- HistoryManager = EnvironmentOptions.HistoryLists
- HistoryList = 'hlSearchReplaceText'
- end
- object OKButton: TButton
- Left = 37
- Top = 225
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object ChangeAll: TButton
- Left = 117
- Top = 225
- Width = 75
- Height = 25
- Caption = 'Replace &All'
- TabOrder = 7
- OnClick = ChangeAllClick
- end
- object CancelButton: TButton
- Left = 197
- Top = 225
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object HelpButton: TButton
- Left = 277
- Top = 225
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 9
- OnClick = HelpButtonClick
- end
- end
-