home *** CD-ROM | disk | FTP | other *** search
- object ReplaceForm: TReplaceForm
- Left = 236
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Replace'
- ClientHeight = 217
- ClientWidth = 497
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 75
- Height = 19
- Caption = 'Find What:'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 98
- Height = 19
- Caption = 'Replace With:'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object FindText: TEdit
- Left = 120
- Top = 20
- Width = 249
- Height = 27
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = FindTextChange
- end
- object ReplaceText: TEdit
- Left = 120
- Top = 52
- Width = 249
- Height = 27
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnChange = ReplaceTextChange
- end
- object WholeWord: TCheckBox
- Left = 16
- Top = 104
- Width = 225
- Height = 17
- Caption = 'Match &whole word only'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object MatchCase: TCheckBox
- Left = 16
- Top = 136
- Width = 121
- Height = 17
- Caption = 'Match &case'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object GlobalReplace: TCheckBox
- Left = 16
- Top = 168
- Width = 265
- Height = 17
- Caption = '&Replace in all open documents'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object Button1: TButton
- Left = 384
- Top = 16
- Width = 105
- Height = 25
- Caption = '&Replace'
- Default = True
- Enabled = False
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 384
- Top = 96
- Width = 105
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 384
- Top = 56
- Width = 105
- Height = 25
- Caption = 'Replace &All'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = Button3Click
- end
- end
-