home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
MCP3B.ZIP
/
_SETUP.1
/
MCP.exe
/
0
/
RCDATA
/
TFORM7
/
TFORM7.txt
Wrap
Text File
|
1998-05-10
|
2KB
|
78 lines
object Form7: TForm7
Left = 156
Top = 162
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Rename Recycle Bin'
ClientHeight = 157
ClientWidth = 335
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 335
Height = 157
Align = alClient
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 40
Width = 320
Height = 39
Caption =
'Since you cannot rename the Recycle Bin on the desktop, you can ' +
'enter a name here. Go ahead and enter a name below and click OK.' +
' If you wish to cancel, click CANCEL.'
WordWrap = True
end
object Label2: TLabel
Left = 8
Top = 8
Width = 162
Height = 19
Caption = 'Rename Recycle Bin!'
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 104
Top = 88
Width = 145
Height = 21
TabOrder = 0
Text = 'Recycle Bin'
end
object Button1: TButton
Left = 16
Top = 120
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 120
Width = 75
Height = 25
Caption = '&Cancel'
Default = True
ModalResult = 2
TabOrder = 2
end
end
end