home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Polskie / Cdromgen / CDROMGEN.exe / CDMENUGEN / CDMENU / CDROMGO.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-05-10  |  1KB  |  60 lines

  1. object Form1: TForm1
  2.   Left = 115
  3.   Top = 79
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'BACIK CDROM MENU 98   >>>3.0<<<'
  7.   ClientHeight = 451
  8.   ClientWidth = 632
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 632
  25.     Height = 451
  26.     Align = alClient
  27.     Stretch = True
  28.     OnMouseDown = Image1MouseDown
  29.     OnMouseMove = Image1MouseMove
  30.     OnMouseUp = Image1MouseUp
  31.   end
  32.   object Media: TMediaPlayer
  33.     Left = 64
  34.     Top = 40
  35.     Width = 253
  36.     Height = 30
  37.     Visible = False
  38.     TabOrder = 0
  39.   end
  40.   object Timer1: TTimer
  41.     Enabled = False
  42.     OnTimer = Timer1Timer
  43.     Left = 200
  44.     Top = 8
  45.   end
  46.   object MPEG: TMPEGPlayer
  47.     Seekable = False
  48.     FromStream = False
  49.     PlayerPriority = BelowNormal
  50.     UseTimer = False
  51.     TimerFreq = 0
  52.     AutoPlay = False
  53.     OutputDevice = wavemapper
  54.     StartPos = 0
  55.     EndPos = 0
  56.     Left = 172
  57.     Top = 8
  58.   end
  59. end
  60.