home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 37
/
hot37.iso
/
FICHEROS
/
9SEG
/
SALV98.ZIP
/
SALVAGE.EXE
/
0
/
RCDATA
/
TFRENAME
/
TFRENAME.txt
< prev
Wrap
Text File
|
2005-06-14
|
2KB
|
77 lines
object FRename: TFRename
Left = 332
Top = 294
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Rename'
ClientHeight = 148
ClientWidth = 328
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LMsg: TLabel
Left = 65
Top = 24
Width = 244
Height = 32
Caption =
'A file by this name already exists, please provide a new filenam' +
'e. '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
WordWrap = True
end
object Image1: TImage
Left = 16
Top = 16
Width = 41
Height = 41
Picture.Data = {<image000.ico>}
end
object BOK: TButton
Left = 150
Top = 115
Width = 75
Height = 22
Caption = '&OK'
TabOrder = 1
OnClick = BOKClick
end
object PTGroup1: TPTGroup
Left = 64
Top = 13
Width = 249
Height = 4
FrameStyle = ptfsHorzLine
end
object BCancel: TButton
Left = 232
Top = 115
Width = 75
Height = 22
Caption = '&Cancel'
TabOrder = 2
OnClick = BCancelClick
end
object EFilename: TEdit
Left = 64
Top = 72
Width = 241
Height = 21
CharCase = ecUpperCase
TabOrder = 0
OnKeyPress = EFilenameKeyPress
end
end