home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 September / PCWorld_1999-09_cd.bin / EPA / RUN.EXE / 0 / RCDATA / T_SPLASHFORM / T_SPLASHFORM.txt
Text File  |  1999-08-04  |  956b  |  42 lines

  1. inherited _SplashForm: T_SplashForm
  2.   Left = 390
  3.   Top = 199
  4.   HorzScrollBar.Range = 0
  5.   VertScrollBar.Range = 0
  6.   BorderStyle = bsNone
  7.   Caption = '_SplashForm'
  8.   ClientHeight = 352
  9.   ClientWidth = 524
  10.   Color = clBlack
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   OnMouseDown = FormMouseDown
  15.   OnPaint = FormPaint
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   inherited MediaPlayer: TMediaPlayer
  20.     Display = VideoPanel
  21.     TabOrder = 1
  22.   end
  23.   object VideoPanel: TContainerPanel [1]
  24.     Left = 72
  25.     Top = 46
  26.     Width = 384
  27.     Height = 288
  28.     FrameRect.Left = 0
  29.     FrameRect.Top = 0
  30.     FrameRect.Right = 0
  31.     FrameRect.Bottom = 0
  32.     Color = clNavy
  33.     TabOrder = 0
  34.     OnMouseDown = VideoPanelMouseDown
  35.   end
  36.   inherited UserWav: TFileHolder
  37.     Data = {
  38.       524946463200000057415645666D742012000000010001002256000022560000
  39.       0100080000006661637404000000000000006461746100000000}
  40.   end
  41. end
  42.