home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 June
/
06_02.iso
/
software
/
tea
/
teasetup.exe
/
tea.exe
/
0
/
RCDATA
/
TREPLDIALOG
/
TREPLDIALOG.txt
Wrap
Text File
|
2002-03-26
|
9KB
|
427 lines
object ReplDialog: TReplDialog
Left = 307
Top = 200
ActiveControl = SearText
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Replace Text'
ClientHeight = 306
ClientWidth = 432
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object LTexttFind: TLabel
Left = 5
Top = 16
Width = 69
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Text to find:'
FocusControl = SearText
WordWrap = True
end
object LReplWith: TLabel
Left = 9
Top = 49
Width = 65
Height = 13
Alignment = taRightJustify
Caption = '&Replace with:'
FocusControl = ReplText
end
object OptionsGroup: TGroupBox
Left = 10
Top = 73
Width = 200
Height = 105
Caption = 'Options'
TabOrder = 2
object CaseSens: TDCPropCheckBox
Left = 12
Top = 20
Width = 130
Height = 17
PropName = 'CaseSensitive'
Caption = '&Case sensitive'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 0
TabStop = True
Text = 'False'
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object WholeWord: TDCPropCheckBox
Left = 12
Top = 40
Width = 130
Height = 17
LinkedEditor = CaseSens
PropName = 'WholeWordsOnly'
Caption = '&Whole words only'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 1
TabStop = True
Text = 'False'
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object RegExpr: TDCPropCheckBox
Left = 12
Top = 60
Width = 130
Height = 17
LinkedEditor = CaseSens
PropName = 'RegularExpr'
Caption = 'Regular e&xpressions'
Checked = False
Cute = False
Invert = False
Enabled = False
ReadOnly = False
Scaled = False
TabOrder = 2
TabStop = True
Text = 'False'
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object PromptRepl: TDCPropCheckBox
Left = 12
Top = 80
Width = 130
Height = 17
LinkedEditor = CaseSens
PropName = 'promptonreplace'
Caption = '&Prompt on Replace'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 3
TabStop = True
Text = 'False'
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
end
object DirectionGroup: TGroupBox
Left = 220
Top = 73
Width = 200
Height = 105
Caption = 'Direction'
TabOrder = 3
object PropForward: TDCPropRadioButton
Left = 12
Top = 20
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'Direction'
Caption = 'Forwar&d'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 0
TabStop = True
Text = 'False'
CheckedValue = 'sdForward'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object PropBackward: TDCPropRadioButton
Left = 12
Top = 40
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'Direction'
Caption = '&Backward'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 1
TabStop = True
Text = 'False'
CheckedValue = 'sdBackward'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
end
object OriginGroup: TGroupBox
Left = 220
Top = 185
Width = 200
Height = 65
Caption = 'Origin'
TabOrder = 5
object PropFromCursor: TDCPropRadioButton
Left = 12
Top = 20
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'origin'
Caption = '&From cursor'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 0
TabStop = True
Text = 'False'
CheckedValue = 'soFromCursor'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object PropEntireScop: TDCPropRadioButton
Left = 12
Top = 40
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'origin'
Caption = '&Entire scope'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 1
TabStop = True
Text = 'False'
CheckedValue = 'soEntireScope'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
end
object ScopeGroup: TGroupBox
Left = 11
Top = 185
Width = 200
Height = 65
Caption = 'Scope'
TabOrder = 4
object PropGlobal: TDCPropRadioButton
Left = 12
Top = 20
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'Scope'
Caption = '&Global'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 0
TabStop = True
Text = 'False'
CheckedValue = 'ssGlobal'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object PropSelText: TDCPropRadioButton
Left = 12
Top = 40
Width = 100
Height = 17
LinkedEditor = CaseSens
PropName = 'Scope'
Caption = '&Selected text'
Checked = False
Cute = False
Invert = False
ReadOnly = False
Scaled = False
TabOrder = 1
TabStop = True
Text = 'False'
CheckedValue = 'ssselectedtext'
CheckValCaseSens = False
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
end
object SearText: TDCPropEditor
Left = 78
Top = 12
Width = 340
Height = 21
Button1Kind = bkAuto
LinkedEditor = CaseSens
PropName = 'TextToFind'
Caption = 'SearText'
Flat = False
ParentColor = False
ReadOnly = False
TabOrder = 0
TabStop = True
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object ReplText: TDCPropEditor
Left = 78
Top = 45
Width = 340
Height = 21
Button1Kind = bkAuto
LinkedEditor = CaseSens
PropName = 'replacewith'
Caption = 'SearText'
Flat = False
ParentColor = False
ReadOnly = False
TabOrder = 1
TabStop = True
object TPopupListBox
Left = 0
Top = 0
Width = 121
Height = 80
TabStop = False
ItemHeight = 13
end
end
object Panel1: TPanel
Left = 11
Top = 257
Width = 409
Height = 40
TabOrder = 6
object OKButton: TButton
Left = 8
Top = 7
Width = 95
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKButtonClick
end
object ReplBut: TButton
Left = 108
Top = 7
Width = 95
Height = 25
Caption = 'Replace &All'
ModalResult = 8
TabOrder = 1
OnClick = ReplButClick
end
object CancelButton: TButton
Left = 208
Top = 7
Width = 95
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 309
Top = 7
Width = 95
Height = 25
Caption = '&Help'
TabOrder = 3
end
end
end