3 Star 0 Fork 1

BetaYuan/Sound Visualizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SpectrumShow.Designer.cs 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
BetaYuan 提交于 2016-03-12 22:36 . Add files to repo.
namespace AudioLoopBack
{
partial class SpectrumShow
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// SpectrumShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
this.Name = "SpectrumShow";
this.Size = new System.Drawing.Size(526, 334);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.waveshow_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SpectrumShow_MouseDown);
this.MouseLeave += new System.EventHandler(this.SpectrumShow_MouseLeave);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SpectrumShow_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SpectrumShow_MouseUp);
this.ResumeLayout(false);
}
#endregion
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/cocoyuan/Sound-Visualizer.git
git@gitee.com:cocoyuan/Sound-Visualizer.git
cocoyuan
Sound-Visualizer
Sound Visualizer
master

搜索帮助