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

  1. object Hlp: THlp
  2.   Left = 249
  3.   Top = 107
  4.   Width = 538
  5.   Height = 532
  6.   Caption = 'PowerDREAM help'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RichEdit1: TRichEdit
  17.     Left = 0
  18.     Top = 48
  19.     Width = 530
  20.     Height = 458
  21.     TabStop = False
  22.     Align = alClient
  23.     Color = clInfoBk
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 2
  27.     WantReturns = False
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 530
  33.     Height = 32
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     Caption = 'PowerDREAM'
  37.     Font.Color = clGreen
  38.     Font.Height = -27
  39.     Font.Name = 'Comic Sans MS'
  40.     Font.Style = [fsBold, fsItalic]
  41.     ParentFont = False
  42.     TabOrder = 0
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 0
  46.     Top = 32
  47.     Width = 530
  48.     Height = 16
  49.     Align = alTop
  50.     BevelOuter = bvNone
  51.     Caption = 'v1.98 final beta (03.11.96)'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsItalic]
  56.     ParentFont = False
  57.     TabOrder = 1
  58.   end
  59. end
  60.