home *** CD-ROM | disk | FTP | other *** search
- object FrmMediaPlayer: TFrmMediaPlayer
- Left = 215
- Top = 69
- Width = 363
- Height = 413
- BorderIcons = [biSystemMenu]
- Caption = 'Media Player'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poDefault
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 32
- Width = 355
- Height = 60
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 0
- object MediaPlayer1: TMediaPlayer
- Left = 0
- Top = 0
- Width = 352
- Height = 30
- TabOrder = 0
- OnClick = MediaPlayer1Click
- OnNotify = MediaPlayer1Notify
- end
- object TrackBar1: TTrackBar
- Left = 0
- Top = 32
- Width = 352
- Height = 25
- Ctl3D = True
- Max = 2000
- Orientation = trHorizontal
- ParentCtl3D = False
- PageSize = 1
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = TrackBar1Change
- end
- end
- object ListBox1: TListBox
- Left = 0
- Top = 92
- Width = 355
- Height = 294
- Hint = 'Double Click To Play'
- Align = alClient
- ItemHeight = 13
- MultiSelect = True
- ParentShowHint = False
- PopupMenu = PopupMenu1
- ShowHint = True
- TabOrder = 1
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- OnKeyDown = ListBox1KeyDown
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 355
- Height = 32
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 2
- object CheckBox1: TCheckBox
- Left = 8
- Top = 8
- Width = 81
- Height = 17
- Caption = 'Play Looped'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 97
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Display on form'
- TabOrder = 1
- OnClick = CheckBox2Click
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 112
- Top = 104
- object InsertFile1: TMenuItem
- Caption = 'Add File(s)'
- OnClick = InsertFile1Click
- end
- object Remove1: TMenuItem
- Caption = 'Remove File(s)'
- OnClick = Remove1Click
- end
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 288
- Top = 8
- end
- end
-