-
VB.Net播放声音文件2
内容:
'下面的代码是对属性的描述,是系统自已生成的,不要随意修改
#Region " Windows Form Designer generated code "
'Required by the Windows Form Designer
Private components As System.ComponentModel.Container
Private WithEvents Button3 As System.WinForms.Button
Private WithEvents Button2 As System.WinForms.Button
Private WithEvents Button1 As System.WinForms.Button
Private WithEvents AxMMControl1 As AxMCI.AxMMControl
Dim WithEvents Form1 As System.WinForms.Form
'NOTE: The following procedure is required by the
Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager =
New System.Resources.ResourceManager(GetType(Form1))
Me.components = New System.ComponentModel.Container
()
Me.Button1 = New System.WinForms.Button()
Me.AxMMControl1 = New AxMCI.AxMMControl()
Me.Button3 = New System.WinForms.Button()
Me.Button2 = New System.WinForms.Button()
AxMMControl1.BeginInit()
'@design Me.TrayHeight = 0
'@design Me.TrayLargeIcon = False
'@design Me.TrayAutoArrange = True
Button1.Location = New System.Drawing.Point(8, 8)
Button1.Size = New System.Drawing.Size(80, 32)
Button1.TabIndex = 1
Button1.Text = "Button1"
AxMMControl1.OcxState = CType(resources.GetObject
("AxMMControl1.OcxState"), System.WinForms.AxHost.State)
AxMMControl1.TabIndex = 0
AxMMControl1.Size = New System.Drawing.Size(236,
33)
AxMMControl1.Location = New System.Drawing.Point
(32, 56)
Button3.Location = New System.Drawing.Point(208, 8)
Button3.Size = New System.Drawing.Size(80, 32)
Button3.TabIndex = 3
Button3.Text = "Button3"
Button2.Location = New System.Drawing.Point(104, 8)
Button2.Size = New System.Drawing.Size(88, 32)
Button2.TabIndex = 2
Button2.Text = "Button2"
Me.Text = "Form1"
Me.AutoScaleBaseSize = New System.Drawing.Size(6,
14)
Me.ClientSize = New System.Drawing.Size(296, 29)
Me.Controls.Add(Button3)
Me.Controls.Add(Button2)
Me.Controls.Add(Button1)
Me.Controls.Add(AxMMControl1)
AxMMControl1.EndInit()
End Sub
#End Region
'上面的代码是对属性的描述,是系统自已生成的,不要随意修改
'下面的代码是对属性的描述,是系统自已生成的,不要随意修改
#Region " Windows Form Designer generated code "
'Required by the Windows Form Designer
Private components As System.ComponentModel.Container
Private WithEvents Button3 As System.WinForms.Button
Private WithEvents Button2 As System.WinForms.Button
Private WithEvents Button1 As System.WinForms.Button
Private WithEvents AxMMControl1 As AxMCI.AxMMControl
Dim WithEvents Form1 As System.WinForms.Form
'NOTE: The following procedure is required by the
Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager =
New System.Resources.ResourceManager(GetType(Form1))
Me.components = New System.ComponentModel.Container
()
Me.Button1 = New System.WinForms.Button()
Me.AxMMControl1 = New AxMCI.AxMMControl()
Me.Button3 = New System.WinForms.Button()
Me.Button2 = New System.WinForms.Button()
AxMMControl1.BeginInit()
'@design Me.TrayHeight = 0
'@design Me.TrayLargeIcon = False
'@design Me.TrayAutoArrange = True
Button1.Location = New System.Drawing.Point(8, 8)
Button1.Size = New System.Drawing.Size(80, 32)
Button1.TabIndex = 1
Button1.Text = "Button1"
AxMMControl1.OcxState = CType(resources.GetObject
("AxMMControl1.OcxState"), System.WinForms.AxHost.State)
AxMMControl1.TabIndex = 0
AxMMControl1.Size = New System.Drawing.Size(236,
33)
AxMMControl1.Location = New System.Drawing.Point
(32, 56)
Button3.Location = New System.Drawing.Point(208, 8)
Button3.Size = New System.Drawing.Size(80, 32)
Button3.TabIndex = 3
Button3.Text = "Button3"
Button2.Location = New System.Drawing.Point(104, 8)
Button2.Size = New System.Drawing.Size(88, 32)
Button2.TabIndex = 2
Button2.Text = "Button2"
Me.Text = "Form1"
Me.AutoScaleBaseSize = New System.Drawing.Size(6,
14)
Me.ClientSize = New System.Drawing.Size(296, 29)
Me.Controls.Add(Button3)
Me.Controls.Add(Button2)
Me.Controls.Add(Button1)
Me.Controls.Add(AxMMControl1)
AxMMControl1.EndInit()
End Sub
#End Region
'上面的代码是对属性的描述,是系统自已生成的,不要随意修改
栏目列表
最新更新
nodejs爬虫
Python正则表达式完全指南
爬取豆瓣Top250图书数据
shp 地图文件批量添加字段
爬虫小试牛刀(爬取学校通知公告)
【python基础】函数-初识函数
【python基础】函数-返回值
HTTP请求:requests模块基础使用必知必会
Python初学者友好丨详解参数传递类型
如何有效管理爬虫流量?
SQL SERVER中递归
2个场景实例讲解GaussDB(DWS)基表统计信息估
常用的 SQL Server 关键字及其含义
动手分析SQL Server中的事务中使用的锁
openGauss内核分析:SQL by pass & 经典执行
一招教你如何高效批量导入与更新数据
天天写SQL,这些神奇的特性你知道吗?
openGauss内核分析:执行计划生成
[IM002]Navicat ODBC驱动器管理器 未发现数据
初入Sql Server 之 存储过程的简单使用
这是目前我见过最好的跨域解决方案!
减少回流与重绘
减少回流与重绘
如何使用KrpanoToolJS在浏览器切图
performance.now() 与 Date.now() 对比
一款纯 JS 实现的轻量化图片编辑器
关于开发 VS Code 插件遇到的 workbench.scm.
前端设计模式——观察者模式
前端设计模式——中介者模式
创建型-原型模式