object Main: TMain Left = -200 Top = -200 BorderStyle = bsNone Caption = 'CD' ClientHeight = 93 ClientWidth = 134 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object MediaPlayer1: TMediaPlayer Left = 24 Top = 40 Width = 253 Height = 30 Visible = False TabOrder = 0 OnNotify = MediaPlayer1Notify end object MediaPlayer2: TMediaPlayer Left = 24 Top = 8 Width = 253 Height = 30 Visible = False TabOrder = 1 OnNotify = MediaPlayer2Notify end end