home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Inprise
/
TRIAL
/
JBUILDER
/
JRUNTIME.Z
/
jbuilder.exe
/
0
/
RCDATA
/
TRPLCDIALOG
/
TRPLCDIALOG.txt
Wrap
Text File
|
1998-05-08
|
4KB
|
204 lines
object RplcDialog: TRplcDialog
Left = 218
Top = 119
HelpContext = 24964
BorderStyle = bsDialog
Caption = 'Replace Text'
ClientHeight = 259
ClientWidth = 360
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
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 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'
TabOrder = 0
end
object EntireScope: TRadioButton
Left = 8
Top = 33
Width = 144
Height = 18
Caption = '&Entire scope'
TabOrder = 1
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'
TabOrder = 0
end
object SelectedText: TRadioButton
Left = 8
Top = 33
Width = 153
Height = 18
Caption = '&Selected text'
TabOrder = 1
end
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'
TabOrder = 0
end
object BackwardDir: TRadioButton
Left = 8
Top = 33
Width = 144
Height = 18
Caption = '&Backward'
TabOrder = 1
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 60
Width = 168
Height = 93
Caption = 'Options:'
TabOrder = 2
object CaseSense: TCheckBox
Left = 8
Top = 16
Width = 153
Height = 18
Caption = '&Case sensitive'
TabOrder = 0
end
object WholeWords: TCheckBox
Left = 8
Top = 33
Width = 153
Height = 18
TabStop = False
Caption = '&Whole words only'
TabOrder = 1
end
object RegExp: TCheckBox
Left = 8
Top = 50
Width = 153
Height = 18
TabStop = False
Caption = 'Regular e&xpressions'
TabOrder = 2
end
object PromptOnReplace: TCheckBox
Left = 8
Top = 67
Width = 153
Height = 18
TabStop = False
Caption = '&Prompt on replace'
TabOrder = 3
end
end
object ReplaceText: TComboBox
Left = 96
Top = 33
Width = 256
Height = 21
ItemHeight = 13
TabOrder = 1
end
object SearchText: TComboBox
Left = 96
Top = 8
Width = 256
Height = 21
ItemHeight = 13
TabOrder = 0
end
object OKButton: TButton
Left = 37
Top = 225
Width = 75
Height = 25
Caption = 'Single'
Default = True
ModalResult = 1
TabOrder = 6
end
object ChangeAll: TButton
Left = 117
Top = 225
Width = 75
Height = 25
Caption = '&Multiple'
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