home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NetShift.exe / 0 / RCDATA / TFORMVIDEO / TFORMVIDEO.txt
Text File  |  1998-03-06  |  1KB  |  48 lines

  1. object FormVideo: TFormVideo
  2.   Left = 244
  3.   Top = 169
  4.   BorderStyle = bsNone
  5.   Caption = 'FormVideo'
  6.   ClientHeight = 600
  7.   ClientWidth = 800
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClick = DisplayPanelClick
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DisplayPanel: TPanel
  20.     Left = 40
  21.     Top = 0
  22.     Width = 760
  23.     Height = 600
  24.     BevelOuter = bvNone
  25.     Color = clBlack
  26.     Font.Color = clWhite
  27.     Font.Height = -21
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = DisplayPanelClick
  33.     OnMouseDown = DisplayPanelMouseDown
  34.     OnMouseUp = DisplayPanelMouseUp
  35.     object MediaPlayer: TMediaPlayer
  36.       Left = 56
  37.       Top = 48
  38.       Width = 253
  39.       Height = 30
  40.       AutoEnable = False
  41.       Display = DisplayPanel
  42.       Visible = False
  43.       TabOrder = 0
  44.       OnNotify = MediaPlayerNotify
  45.     end
  46.   end
  47. end
  48.