home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / player.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2002-10-28  |  638 b   |  32 lines

  1. object Form1: TForm1
  2.   Left = 17
  3.   Top = 18
  4.   BorderStyle = bsNone
  5.   Caption = 'Dast Player'
  6.   ClientHeight = 88
  7.   ClientWidth = 104
  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.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MPlayer: TMediaPlayer
  21.     Left = 24
  22.     Top = 16
  23.     Width = 29
  24.     Height = 30
  25.     VisibleButtons = [btStop]
  26.     AutoEnable = False
  27.     Visible = False
  28.     TabOrder = 0
  29.     OnNotify = MPlayerNotify
  30.   end
  31. end
  32.