home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM15 / TFORM15.txt
Text File  |  1998-05-10  |  2KB  |  85 lines

  1. object Form15: TForm15
  2.   Left = 117
  3.   Top = 154
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'REGISTER MASTER CONTROL PANEL NOW!'
  7.   ClientHeight = 179
  8.   ClientWidth = 409
  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 = 409
  21.     Height = 179
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 32
  27.       Width = 360
  28.       Height = 42
  29.       Caption = 
  30.         'PLEASE register MCP!!! It'#39's ONLY $20.00 for registration! Go to ' +
  31.         'the About Box and check out the information of registration of M' +
  32.         'CP, or Email cleaner1@juno.com for registration info or, click b' +
  33.         'elow!'
  34.       Font.Charset = ANSI_CHARSET
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       WordWrap = True
  41.     end
  42.     object Label2: TLabel
  43.       Left = 8
  44.       Top = 8
  45.       Width = 157
  46.       Height = 16
  47.       Caption = 'PLEASE REGISTER MCP!'
  48.       Font.Charset = ANSI_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object Label3: TLabel
  56.       Left = 8
  57.       Top = 104
  58.       Width = 377
  59.       Height = 17
  60.       Caption = 
  61.         'Please click OK to continue. Register to get rid of all these Na' +
  62.         'g screens! Yuck!'
  63.       WordWrap = True
  64.     end
  65.     object Button1: TButton
  66.       Left = 80
  67.       Top = 136
  68.       Width = 99
  69.       Height = 25
  70.       Caption = 'OK, register later'
  71.       TabOrder = 0
  72.       OnClick = Button1Click
  73.     end
  74.     object Button2: TButton
  75.       Left = 200
  76.       Top = 136
  77.       Width = 97
  78.       Height = 25
  79.       Caption = 'Registration info'
  80.       TabOrder = 1
  81.       OnClick = Button2Click
  82.     end
  83.   end
  84. end
  85.