home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
Chip_2000-10_cd1.bin
/
sharewar
/
Slunec
/
app
/
16
/
Renamer.exe
/
0
/
RCDATA
/
TREPLACEFORM
/
TREPLACEFORM.txt
< prev
Wrap
Text File
|
2000-08-06
|
2KB
|
80 lines
object ReplaceForm: TReplaceForm
Left = 442
Top = 263
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Nahradit v n�zvu...'
ClientHeight = 195
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 113
Height = 13
Caption = 'Naj�t tento text v n�zvu:'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 72
Width = 134
Height = 13
Caption = '...a nahradit ho t�mto textem:'
Transparent = True
end
object Bevel1: TBevel
Left = 16
Top = 144
Width = 257
Height = 9
Shape = bsTopLine
end
object FindWhatEdit: TEdit
Left = 16
Top = 40
Width = 257
Height = 21
TabOrder = 0
OnKeyPress = FindWhatEditKeyPress
end
object ReplaceWithEdit: TEdit
Left = 16
Top = 96
Width = 257
Height = 21
TabOrder = 1
OnKeyPress = ReplaceWithEditKeyPress
end
object OKBtn: TButton
Left = 96
Top = 160
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = OKBtnClick
OnKeyPress = OKBtnKeyPress
end
object CancelBtn: TButton
Left = 200
Top = 160
Width = 75
Height = 25
Caption = 'Zru�it'
TabOrder = 3
OnClick = CancelBtnClick
OnKeyPress = CancelBtnKeyPress
end
end