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
Text File  |  1998-05-10  |  2KB  |  78 lines

  1. object Form7: TForm7
  2.   Left = 156
  3.   Top = 162
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Rename Recycle Bin'
  7.   ClientHeight = 157
  8.   ClientWidth = 335
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 335
  21.     Height = 157
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 40
  27.       Width = 320
  28.       Height = 39
  29.       Caption = 
  30.         'Since you cannot rename the Recycle Bin on the desktop, you can ' +
  31.         'enter a name here. Go ahead and enter a name below and click OK.' +
  32.         ' If you wish to cancel, click CANCEL.'
  33.       WordWrap = True
  34.     end
  35.     object Label2: TLabel
  36.       Left = 8
  37.       Top = 8
  38.       Width = 162
  39.       Height = 19
  40.       Caption = 'Rename Recycle Bin!'
  41.       Font.Charset = ANSI_CHARSET
  42.       Font.Color = clRed
  43.       Font.Height = -16
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object Edit1: TEdit
  49.       Left = 104
  50.       Top = 88
  51.       Width = 145
  52.       Height = 21
  53.       TabOrder = 0
  54.       Text = 'Recycle Bin'
  55.     end
  56.     object Button1: TButton
  57.       Left = 16
  58.       Top = 120
  59.       Width = 75
  60.       Height = 25
  61.       Caption = '&OK'
  62.       ModalResult = 1
  63.       TabOrder = 1
  64.       OnClick = Button1Click
  65.     end
  66.     object Button2: TButton
  67.       Left = 248
  68.       Top = 120
  69.       Width = 75
  70.       Height = 25
  71.       Caption = '&Cancel'
  72.       Default = True
  73.       ModalResult = 2
  74.       TabOrder = 2
  75.     end
  76.   end
  77. end
  78.