object Form3: TForm3 Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = Single Caption = #38899#22768 ClientHeight = 480 ClientWidth = 640 FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop] OnCreate = FormCreate OnShow = FormShow OnHide = FormHide DesignerMasterStyle = 0 object Button1: TButton ModalResult = 1 Position.X = 168.000000000000000000 Position.Y = 400.000000000000000000 TabOrder = 0 Text = 'OK' end object Button2: TButton Cancel = True ModalResult = 2 Position.X = 368.000000000000000000 Position.Y = 400.000000000000000000 TabOrder = 1 Text = 'Cancel' end object Panel1: TPanel Align = Top Size.Width = 640.000000000000000000 Size.Height = 305.000000000000000000 Size.PlatformDefault = False TabOrder = 6 object Button3: TButton Default = True Position.X = 432.000000000000000000 Position.Y = 96.000000000000000000 TabOrder = 0 Text = 'Open' OnClick = Button3Click end object Label1: TLabel Position.X = 520.000000000000000000 Position.Y = 152.000000000000000000 Text = 'Mute' end object SpeedButton1: TSpeedButton StaysPressed = True IsPressed = True Position.X = 168.000000000000000000 Position.Y = 200.000000000000000000 Text = 'Test' OnClick = SpeedButton1Click end object Switch1: TSwitch IsChecked = False Position.X = 432.000000000000000000 Position.Y = 152.000000000000000000 TabOrder = 3 end object TrackBar1: TTrackBar Enabled = False Orientation = Horizontal Position.X = 96.000000000000000000 Position.Y = 128.000000000000000000 Size.Width = 241.000000000000000000 Size.Height = 20.000000000000000000 Size.PlatformDefault = False TabOrder = 4 Tracking = False end object ArcDial1: TArcDial Position.X = 448.000000000000000000 Position.Y = 216.000000000000000000 TabOrder = 5 Value = 1.000000000000000000 Frequency = 1.000000000000000000 OnChange = ArcDial1Change end object CheckBox1: TCheckBox Position.X = 344.000000000000000000 Position.Y = 128.000000000000000000 TabOrder = 6 Text = 'Loop' end object Label2: TLabel Position.X = 344.000000000000000000 Position.Y = 152.000000000000000000 Text = 'Label2' end object Button4: TButton Position.X = 104.000000000000000000 Position.Y = 200.000000000000000000 Size.Width = 41.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False TabOrder = 7 Text = '<<' OnClick = Button4Click end end object OpenDialog1: TOpenDialog Filter = #38899#22768#12501#12449#12452#12523'(*.mp3;*.wmv;*.caf)|*.mp3;*.wmv;*.caf' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Left = 352 Top = 256 end object MediaPlayer1: TMediaPlayer Left = 168 Top = 272 end object Timer1: TTimer OnTimer = Timer1Timer Left = 304 Top = 224 end end