home *** CD-ROM | disk | FTP | other *** search
/ Computer Faire & BEXA 1998 / cfaire98.iso / FAIRE98 / VIDEO / Cdt_vid.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-05-21  |  780b  |  41 lines

  1. object Form1: TForm1
  2.   Left = 257
  3.   Top = 294
  4.   HorzScrollBar.Visible = False
  5.   BorderStyle = bsNone
  6.   ClientHeight = 366
  7.   ClientWidth = 395
  8.   Ctl3D = False
  9.   Color = clPurple
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 395
  22.     Height = 366
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     Color = clBlack
  26.     TabOrder = 1
  27.     OnClick = Panel1Click
  28.   end
  29.   object MediaPlayer1: TMediaPlayer
  30.     Left = 0
  31.     Top = 208
  32.     Width = 29
  33.     Height = 65
  34.     VisibleButtons = []
  35.     Display = Panel1
  36.     Visible = False
  37.     TabOrder = 0
  38.     OnNotify = MediaPlayer1Notify
  39.   end
  40. end
  41.