home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TREREGFORM / TREREGFORM.txt
Text File  |  1997-05-14  |  2KB  |  82 lines

  1. object ReRegForm: TReRegForm
  2.   Left = 358
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ReRegForm'
  7.   ClientHeight = 264
  8.   ClientWidth = 312
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 297
  22.     Height = 213
  23.     Caption = 'PLEASE RE-REGISTER'
  24.     Font.Color = clMaroon
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object ModuleDesc: TLabel
  31.       Left = 8
  32.       Top = 136
  33.       Width = 281
  34.       Height = 69
  35.       AutoSize = False
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       WordWrap = True
  42.     end
  43.     object Label1: TLabel
  44.       Left = 8
  45.       Top = 24
  46.       Width = 281
  47.       Height = 29
  48.       AutoSize = False
  49.       Caption = 
  50.         'The below-listed items were previously owned and must be re-purc' +
  51.         'hased.  They are now reset to Free Preview mode.'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       WordWrap = True
  58.     end
  59.     object PriceBox: TMPGPriceBox
  60.       Left = 8
  61.       Top = 56
  62.       Width = 281
  63.       Height = 73
  64.       TabOrder = 0
  65.       IsPreview = False
  66.       OnChange = PriceBoxChange
  67.       ShowWasBought = False
  68.       ShowCheckBox = False
  69.       TrapTab = ttNone
  70.     end
  71.   end
  72.   object OKButton: TButton
  73.     Left = 249
  74.     Top = 233
  75.     Width = 56
  76.     Height = 25
  77.     Caption = '&OK'
  78.     ModalResult = 1
  79.     TabOrder = 1
  80.   end
  81. end
  82.