home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / ramboost / _SETUP.1 / Rambooster.exe / 0 / RCDATA / TSPLASHLOMAKE / TSPLASHLOMAKE.txt
Encoding:
Text File  |  1999-10-07  |  2.2 KB  |  88 lines

  1. object SplashLomake: TSplashLomake
  2.   Left = 328
  3.   Top = 81
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashLomake'
  7.   ClientHeight = 178
  8.   ClientWidth = 244
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 244
  22.     Height = 178
  23.     Align = alClient
  24.     Color = clBlue
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWhite
  27.     Font.Height = -10
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     Lines.Strings = (
  31.       'So you'#39've found an eastern egg...'
  32.       ''
  33.       'Everytime I hear this song, I remember '
  34.       'Heli, a girl I loved a long time ago, she died'
  35.       'years ago, suicide, but I'#39'll always remember'
  36.       'her, as long as I live. She was too young'
  37.       'and too beautiful to die.'
  38.       'Have YOU ever met an angel?'
  39.       ''
  40.       '"In Dreams" by Roy Orbison'
  41.       ''
  42.       'A candy-colored clown they call the sandman'
  43.       'Tiptoes to my room every night'
  44.       'Just to sprinkle stardust and to whisper:'
  45.       '"Go to sleep, everything is alright"'
  46.       ''
  47.       'I close my eyes'
  48.       'Then I drift away'
  49.       'Into the magic night'
  50.       'I softly sway'
  51.       'Oh smile and pray'
  52.       'Like dreamers do'
  53.       'Then I fall asleep'
  54.       'To dream my dreams of you'
  55.       ''
  56.       'In dreams...I walk with you'
  57.       'In dreams...I talk to you'
  58.       'In dreams...Your mine'
  59.       ''
  60.       'All of the time'
  61.       'We'#39're together'
  62.       'In dreams...In dreams'
  63.       ''
  64.       'But just before the dawn'
  65.       'I awake and find you gone'
  66.       'I can'#39't help it...I can'#39't help it'
  67.       'If I cry'
  68.       'I remember'
  69.       'That you said goodbye'
  70.       'To end all these things'
  71.       'And I'#39'll be happy in my dreams'
  72.       'Only in dreams'
  73.       'In beautiful dreams')
  74.     ParentFont = False
  75.     ScrollBars = ssVertical
  76.     TabOrder = 0
  77.   end
  78.   object Button1: TButton
  79.     Left = 136
  80.     Top = 152
  81.     Width = 96
  82.     Height = 25
  83.     Caption = 'Close this window'
  84.     TabOrder = 1
  85.     OnClick = Button1Click
  86.   end
  87. end
  88.