home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Epa / run.exe / 0 / RCDATA / T_SPLASHFORM / T_SPLASHFORM.txt
Text File  |  2000-04-12  |  769b  |  37 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 = 406
  9.   ClientWidth = 605
  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 = 15
  19.   inherited MediaPlayer: TMediaPlayer
  20.     Display = VideoPanel
  21.     TabOrder = 1
  22.   end
  23.   object VideoPanel: TContainerPanel
  24.     Left = 83
  25.     Top = 53
  26.     Width = 443
  27.     Height = 332
  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. end
  37.