16番会議室「玉石混淆みんなで作るSample蔵」に寄せられたサンプル
"RE:マルチメディアの連続再生"
この発言は #01214 TN さんのマルチメディアの連続再生 に対するコメントです
dfmファイルをテキストにしたものです.
Panel3をmpeg再生画面に使っていますが,mpeg再生時以外は隠しておきます.
---------------------------------------------------------------
object Form1: TForm1
Left = 323
Top = 188
Width = 321
Height = 209
Caption = 'マルチメディア連続再生'
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Pゴシック'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Panel3: TPanel
Left = 0
Top = 63
Width = 313
Height = 120
Align = alClient
BevelOuter = bvNone
TabOrder = 2
Visible = False
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 313
Height = 63
Align = alTop
BevelOuter = bvNone
Color = clGray
Ctl3D = False
ParentCtl3D = False
TabOrder = 1
object Label1: TLabel
Left = 25
Top = 27
Width = 18
Height = 12
Caption = '0/0'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindow
Font.Height = -12
Font.Name = 'MS Pゴシック'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 131
Top = 26
Width = 48
Height = 12
Caption = '--------'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindow
Font.Height = -12
Font.Name = 'MS Pゴシック'
Font.Style = []
ParentFont = False
end
object DriveComboBox1: TDriveComboBox
Left = 4
Top = 40
Width = 145
Height = 18
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Pゴシック'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object FilterComboBox1: TFilterComboBox
Left = 163
Top = 39
Width = 145
Height = 20
FileList = FileListBox1
Filter =
'wave audio(*.wav)|*.wav|video clip(*.mpeg)|*.mpeg|すべてのファイ' +
'ル (*.*)|*.*'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Pゴシック'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Button1: TButton
Left = 6
Top = 3
Width = 75
Height = 21
Caption = 'Play'
TabOrder = 2
OnClick = Button1Click
end
object Button3: TButton
Left = 83
Top = 3
Width = 75
Height = 21
Caption = 'Prev'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 237
Top = 3
Width = 75
Height = 21
Caption = 'Stop'
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 160
Top = 3
Width = 75
Height = 21
Caption = 'Next'
TabOrder = 5
OnClick = Button5Click
end
end
object Panel2: TPanel
Left = 0
Top = 63
Width = 313
Height = 120
Align = alClient
BevelOuter = bvNone
Ctl3D = False
ParentCtl3D = False
TabOrder = 0
object Splitter1: TSplitter
Left = 155
Top = 0
Width = 3
Height = 120
Cursor = crHSplit
end
object FileListBox1: TFileListBox
Left = 158
Top = 0
Width = 155
Height = 120
Align = alClient
ItemHeight = 16
Mask = '*.wav'
MultiSelect = True
ShowGlyphs = True
TabOrder = 1
end
object DirectoryListBox1: TDirectoryListBox
Left = 0
Top = 0
Width = 155
Height = 120
Align = alLeft
FileList = FileListBox1
ItemHeight = 16
TabOrder = 0
end
object MP1: TMediaPlayer
Left = 242
Top = 29
Width = 29
Height = 20
VisibleButtons = []
AutoRewind = False
Display = Panel3
Visible = False
TabOrder = 2
OnNotify = MP1Notify
end
end
end
- FDELPHI MES(16):玉石混淆みんなで作るSample蔵【見本蓄積】 00/12/28 -
Original document by TN 氏 ID:(CQJ01721)
ここにあるドキュメントは NIFTY SERVEの Delphi Users' Forum の16番会議室「玉石混淆みんなで作るSample蔵」に投稿されたサンプルです。これらのサンプルはボーランド株式会社がサポートする公式のものではありません。また、必ずしも動作が検証されているものではありません。これらのサンプルを使用したことに起因するいかなる損害も投稿者、およびフォーラムスタッフはその責めを負いません。使用者のリスクの範疇でご使用下さい。
Copyright 1996-2002 Delphi Users' Forum
|