home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2001 September / Igromania_09.iso / Disk.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  2001-08-17  |  845b  |  41 lines

  1. object Form8: TForm8
  2.   Left = 320
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 480
  7.   ClientWidth = 600
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 640
  24.     Height = 480
  25.     BevelOuter = bvNone
  26.     Color = clBlack
  27.     TabOrder = 1
  28.   end
  29.   object MP2: TMediaPlayer
  30.     Left = 16
  31.     Top = 439
  32.     Width = 225
  33.     Height = 30
  34.     VisibleButtons = [btPlay, btPause, btNext, btPrev, btStep, btBack, btRecord, btEject]
  35.     Display = Panel1
  36.     Visible = False
  37.     TabOrder = 0
  38.     OnNotify = MP2Notify
  39.   end
  40. end
  41.