home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TREREGFORM / TREREGFORM.txt
Text File  |  1998-05-25  |  2KB  |  87 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 297
  24.     Height = 213
  25.     Caption = 'PLEASE RE-REGISTER'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clMaroon
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object ModuleDesc: TLabel
  34.       Left = 8
  35.       Top = 136
  36.       Width = 281
  37.       Height = 69
  38.       AutoSize = False
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       WordWrap = True
  46.     end
  47.     object Label1: TLabel
  48.       Left = 8
  49.       Top = 24
  50.       Width = 281
  51.       Height = 29
  52.       AutoSize = False
  53.       Caption = 
  54.         'The below-listed items were previously owned and must be re-purc' +
  55.         'hased.  They are now reset to Free Preview mode.'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       WordWrap = True
  63.     end
  64.     object PriceBox: TMPGPriceBox
  65.       Left = 8
  66.       Top = 56
  67.       Width = 281
  68.       Height = 73
  69.       TabOrder = 0
  70.       IsPreview = False
  71.       OnChange = PriceBoxChange
  72.       ShowWasBought = False
  73.       ShowCheckBox = False
  74.       TrapTab = ttNone
  75.     end
  76.   end
  77.   object OKButton: TButton
  78.     Left = 249
  79.     Top = 233
  80.     Width = 56
  81.     Height = 25
  82.     Caption = '&OK'
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.   end
  86. end
  87.