home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
Chip_2000-10_cd1.bin
/
sharewar
/
Slunec
/
app
/
16
/
Renamer.exe
/
0
/
RCDATA
/
TSCRIPTFILENAMEFORM
/
TSCRIPTFILENAMEFORM.txt
< prev
Wrap
Text File
|
2000-08-06
|
1KB
|
67 lines
object ScriptFileNameForm: TScriptFileNameForm
Left = 344
Top = 204
ActiveControl = ScriptFileNameEdit
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Vytvo�en� skriptu'
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 = 206
Height = 13
Caption = 'N�zev souboru pro d�vkov� p�ejmenov�n�:'
Transparent = True
end
object Bevel1: TBevel
Left = 16
Top = 144
Width = 257
Height = 9
Shape = bsTopLine
end
object ScriptFileNameEdit: TEdit
Left = 16
Top = 40
Width = 257
Height = 21
TabOrder = 0
Text = 'RenameBatch.bat'
OnChange = ScriptFileNameEditChange
OnKeyPress = ScriptFileNameEditKeyPress
end
object OKBtn: TButton
Left = 96
Top = 160
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = OKBtnClick
OnKeyPress = OKBtnKeyPress
end
object CancelBtn: TButton
Left = 200
Top = 160
Width = 75
Height = 25
Caption = 'Zru�it'
TabOrder = 2
OnClick = CancelBtnClick
OnKeyPress = CancelBtnKeyPress
end
end