home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
WTXT
/
CTE32_.ZIP
/
_SETUP.1
/
Cte95.exe
/
0
/
RCDATA
/
TREPLACEDLG
/
TREPLACEDLG.txt
Wrap
Text File
|
1998-06-03
|
6KB
|
269 lines
object ReplaceDlg: TReplaceDlg
Left = 417
Top = 281
HelpContext = 1541
ActiveControl = EFindWhat
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Replace'
ClientHeight = 233
ClientWidth = 420
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
FormStyle = fsStayOnTop
Visible = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BFindNext: TButton
Left = 325
Top = 6
Width = 89
Height = 33
Hint = 'Search for next occurence'
Caption = '&Find Next'
Default = True
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = BFindNextClick
end
object BReplace: TButton
Left = 325
Top = 49
Width = 89
Height = 33
Hint = 'Replace this occurence'
Caption = 'R&eplace'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = BReplaceClick
end
object BReplaceAll: TButton
Left = 325
Top = 84
Width = 89
Height = 33
Hint = 'Replace all instances from the caret position on'
Caption = 'Replace &All'
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = BReplaceAllClick
end
object Cancel: TBitBtn
Left = 326
Top = 128
Width = 89
Height = 33
TabOrder = 5
OnClick = CancelClick
Kind = bkCancel
end
object Help: TBitBtn
Left = 326
Top = 164
Width = 89
Height = 33
TabOrder = 6
Kind = bkHelp
end
object BCaseSensitive: TCheckBox
Left = 327
Top = 209
Width = 88
Height = 17
Hint = 'Perform case-sensitive search'
Caption = 'Match &Case'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object GroupBox1: TGroupBox
Left = 3
Top = 0
Width = 318
Height = 113
TabOrder = 0
object Label1: TLabel
Left = 6
Top = 14
Width = 63
Height = 13
Caption = 'Fi&nd What:'
end
object Bevel2: TBevel
Left = 7
Top = 63
Width = 303
Height = 43
end
object FindFormatShow: TLabel
Left = 9
Top = 64
Width = 298
Height = 39
AutoSize = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object EFindWhat: TEdit
Left = 98
Top = 11
Width = 214
Height = 21
Hint = 'Enter the string to replace'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object FindPlain: TButton
Left = 7
Top = 35
Width = 75
Height = 25
Hint = 'Clear search formats'
Caption = 'P&lain'
ParentShowHint = False
ShowHint = True
TabOrder = 1
TabStop = False
OnClick = FindPlainClick
end
object FindParagraph: TButton
Left = 84
Top = 35
Width = 75
Height = 25
Hint = 'Enter paragraph formats to search for'
Caption = '&Paragraph'
ParentShowHint = False
ShowHint = True
TabOrder = 2
TabStop = False
OnClick = FindParagraphClick
end
object FindFont: TButton
Left = 161
Top = 35
Width = 75
Height = 25
Hint = 'Enter font formats to search for'
Caption = 'F&ont'
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabStop = False
OnClick = FindFontClick
end
object FindFontShow: TPanel
Left = 240
Top = 36
Width = 68
Height = 24
BevelOuter = bvLowered
TabOrder = 4
end
end
object GroupBox2: TGroupBox
Tag = 1
Left = 3
Top = 114
Width = 318
Height = 113
TabOrder = 1
object Label2: TLabel
Left = 6
Top = 14
Width = 82
Height = 13
Caption = '&Replace With:'
end
object Bevel4: TBevel
Left = 7
Top = 63
Width = 303
Height = 43
end
object ReplaceFormatShow: TLabel
Left = 12
Top = 65
Width = 292
Height = 39
AutoSize = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ReplaceWith: TEdit
Tag = 1
Left = 98
Top = 11
Width = 214
Height = 21
Hint = 'Enter the string with which to replace'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object ReplacePlain: TButton
Tag = 1
Left = 7
Top = 35
Width = 75
Height = 25
Hint = 'Clear replace formats'
Caption = 'Pla&in'
ParentShowHint = False
ShowHint = True
TabOrder = 1
TabStop = False
OnClick = ReplacePlainClick
end
object ReplaceParagraph: TButton
Tag = 1
Left = 84
Top = 35
Width = 75
Height = 25
Hint = 'Enter paragraph formats to replace with'
Caption = 'Para&graph'
ParentShowHint = False
ShowHint = True
TabOrder = 2
TabStop = False
OnClick = ReplaceParagraphClick
end
object ReplaceFont: TButton
Tag = 1
Left = 161
Top = 35
Width = 75
Height = 25
Hint = 'Enter font formats to replace with'
Caption = 'Fon&t'
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabStop = False
OnClick = ReplaceFontClick
end
object ReplaceFontShow: TPanel
Left = 240
Top = 36
Width = 68
Height = 24
BevelOuter = bvLowered
TabOrder = 4
end
end
end