home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 030A / PWRDREAM.ZIP / PwrDREAM.exe / 0 / RCDATA / TUNREGISTERED / TUNREGISTERED.txt
Text File  |  1996-12-22  |  2KB  |  81 lines

  1. object Unregistered: TUnregistered
  2.   Left = 266
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Unregistered'
  6.   ClientHeight = 219
  7.   ClientWidth = 365
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 365
  21.     Height = 219
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     BorderWidth = 2
  26.     TabOrder = 0
  27.     object Panel2: TPanel
  28.       Left = 4
  29.       Top = 4
  30.       Width = 357
  31.       Height = 41
  32.       Align = alTop
  33.       BevelOuter = bvNone
  34.       Caption = 'This copy of PowerDREAM is not registered'
  35.       Font.Color = clNavy
  36.       Font.Height = -16
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object Memo1: TMemo
  43.       Left = 4
  44.       Top = 45
  45.       Width = 357
  46.       Height = 170
  47.       TabStop = False
  48.       Align = alClient
  49.       Alignment = taCenter
  50.       BorderStyle = bsNone
  51.       Color = clBtnFace
  52.       Font.Color = clBlack
  53.       Font.Height = -13
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       Lines.Strings = (
  57.         ''
  58.         'If you find this program useful and continue to '
  59.         'use it, you are obligated to register your copy '
  60.         'by paying a small sum to the author. '
  61.         ''
  62.         'When registered, full functionality '
  63.         'will be given to the program.'
  64.         ''
  65.         'For pricing and other information, click the '
  66.         'registration button in the main window.'
  67.         '')
  68.       ParentFont = False
  69.       TabOrder = 1
  70.     end
  71.     object Panel3: TPanel
  72.       Left = 32
  73.       Top = 44
  74.       Width = 305
  75.       Height = 3
  76.       BevelOuter = bvLowered
  77.       TabOrder = 2
  78.     end
  79.   end
  80. end
  81.