打印本文 打印本文 关闭窗口 关闭窗口
VB.NET实现DirectSound9 (6) 声音特效
作者:武汉SEO闵涛  文章来源:敏韬网  点击数4584  更新时间:2009/4/23 19:00:44  文章录入:mintao  责任编辑:mintao
        Me.Button5 = New System.Windows.Forms.Button

        Me.SuspendLayout()

        ''''

        ''''TextBox1

        ''''

        Me.TextBox1.Location = New System.Drawing.Point(104, 40)

        Me.TextBox1.Name = "TextBox1"

        Me.TextBox1.Size = New System.Drawing.Size(160, 21)

        Me.TextBox1.TabIndex = 2

        Me.TextBox1.Text = "g:\media\wav\rod2.wav"

        ''''

        ''''Button1

        ''''

        Me.Button1.Location = New System.Drawing.Point(16, 8)

        Me.Button1.Name = "Button1"

        Me.Button1.Size = New System.Drawing.Size(80, 24)

        Me.Button1.TabIndex = 3

        Me.Button1.Text = "init"

        ''''

        ''''Button2

        ''''

        Me.Button2.Location = New System.Drawing.Point(16, 40)

        Me.Button2.Name = "Button2"

        Me.Button2.Size = New System.Drawing.Size(80, 24)

        Me.Button2.TabIndex = 4

        Me.Button2.Text = "load"

        ''''

        ''''Button3

        ''''

        Me.Button3.Location = New System.Drawing.Point(16, 72)

        Me.Button3.Name = "Button3"

        Me.Button3.Size = New System.Drawing.Size(80, 24)

        Me.Button3.TabIndex = 5

        Me.Button3.Text = "play"

        ''''

        ''''Button4

        ''''

        Me.Button4.Location = New System.Drawing.Point(16, 104)

        Me.Button4.Name = "Button4"

        Me.Button4.Size = New System.Drawing.Size(80, 24)

        Me.Button4.TabIndex = 6

        Me.Button4.Text = "stop"

        ''''

        ''''Button5

        ''''

        Me.Button5.Location = New System.Drawing.Point(280, 40)

        Me.Button5.Name = "Button5"

        Me.Button5.Size = New System.Drawing.Size(88, 24)

        Me.Button5.TabIndex = 7

        Me.Button5.Text = "Echo"

        ''''

        ''''Form1

        ''''

        Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)

        Me.ClientSize = New System.Drawing.Size(400, 269)

上一页  [1] [2] [3] [4]  下一页

打印本文 打印本文 关闭窗口 关闭窗口