object ChildForm: TChildForm Left = 113 Top = 307 BorderIcons = [] BorderStyle = bsNone ClientHeight = 152 ClientWidth = 283 Color = clTeal Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] WindowState = wsMaximized PixelsPerInch = 96 TextHeight = 13 object Music: TMediaPlayer Left = 70 Top = 2 Width = 29 Height = 30 VisibleButtons = [btPlay] Display = Music Visible = False TabOrder = 0 end object OpenDialog: TOpenDialog Filter = 'All Files (*.*)|*.*' Left = 7 Top = 2 end object SaveDialog: TSaveDialog Filter = 'All Files (*.*)|*.*' Left = 39 Top = 2 end end