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

  1. object Remind: TRemind
  2.   Left = 293
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reminder'
  6.   ClientHeight = 251
  7.   ClientWidth = 359
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsItalic]
  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 = 359
  21.     Height = 251
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     BorderWidth = 3
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object Memo2: TMemo
  29.       Left = 5
  30.       Top = 11
  31.       Width = 349
  32.       Height = 32
  33.       Align = alTop
  34.       Alignment = taCenter
  35.       BorderStyle = bsNone
  36.       Color = clBtnFace
  37.       Font.Color = clNavy
  38.       Font.Height = -27
  39.       Font.Name = 'Arial'
  40.       Font.Style = [fsBold, fsItalic]
  41.       Lines.Strings = (
  42.         'PowerDREAM')
  43.       ParentFont = False
  44.       ReadOnly = True
  45.       TabOrder = 0
  46.     end
  47.     object Panel2: TPanel
  48.       Left = 5
  49.       Top = 43
  50.       Width = 349
  51.       Height = 26
  52.       Align = alTop
  53.       BevelOuter = bvNone
  54.       Caption = 'v1.98 final beta (03.11.96)'
  55.       Font.Color = clMaroon
  56.       Font.Height = -15
  57.       Font.Name = 'Arial'
  58.       Font.Style = [fsBold, fsItalic]
  59.       ParentFont = False
  60.       TabOrder = 1
  61.     end
  62.     object Memo1: TMemo
  63.       Left = 5
  64.       Top = 69
  65.       Width = 349
  66.       Height = 177
  67.       Align = alClient
  68.       Alignment = taCenter
  69.       BorderStyle = bsNone
  70.       Color = clBtnFace
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       Lines.Strings = (
  76.         ''
  77.         'The programs and files in the PowerDREAM '
  78.         'package are all the copyright of HACE/ Eirik Hansen. '
  79.         ''
  80.         'To register your copy please read the help.'
  81.         ''
  82.         
  83.           'If you have comments or questions please direct them to my e-mai' +
  84.           'l '
  85.         ''
  86.         'eirhanse@online.no'
  87.         ''
  88.         'Also check out my homepage for new versions or information'
  89.         ''
  90.         'http://home.sol.no/eirhanse')
  91.       ParentFont = False
  92.       ReadOnly = True
  93.       TabOrder = 2
  94.     end
  95.     object Panel3: TPanel
  96.       Left = 32
  97.       Top = 70
  98.       Width = 297
  99.       Height = 3
  100.       BevelOuter = bvLowered
  101.       TabOrder = 3
  102.     end
  103.     object Panel4: TPanel
  104.       Left = 5
  105.       Top = 5
  106.       Width = 349
  107.       Height = 6
  108.       Align = alTop
  109.       BevelOuter = bvNone
  110.       TabOrder = 4
  111.     end
  112.   end
  113. end
  114.