namespace SongVocalIsolateAutomation.UI
{
partial class WaveDubGraphic
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.BottomScrollBar = new System.Windows.Forms.HScrollBar();
this.ScalePot = new NAudio.Gui.Pot();
this.TopScrollBar = new System.Windows.Forms.HScrollBar();
this.GraphControl = new SongVocalIsolateAutomation.UI.DoubleBufferControl();
this.SuspendLayout();
//
// BottomScrollBar
//
this.BottomScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom;
this.BottomScrollBar.Location = new System.Drawing.Point(0, 438);
this.BottomScrollBar.Name = "BottomScrollBar";
this.BottomScrollBar.Size = new System.Drawing.Size(892, 21);
this.BottomScrollBar.TabIndex = 1;
this.BottomScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.BottomScrollBar_Scroll);
//
// ScalePot
//
this.ScalePot.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ScalePot.Location = new System.Drawing.Point(4, 307);
this.ScalePot.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.ScalePot.Maximum = 2D;
this.ScalePot.Minimum = 0.0001D;
this.ScalePot.Name = "ScalePot";
this.ScalePot.Size = new System.Drawing.Size(128, 128);
this.ScalePot.TabIndex = 2;
this.ScalePot.Value = 1D;
this.ScalePot.ValueChanged += new System.EventHandler(this.ScalePot_ValueChanged);
//
// TopScrollBar
//
this.TopScrollBar.Dock = System.Windows.Forms.DockStyle.Top;
this.TopScrollBar.Location = new System.Drawing.Point(0, 0);
this.TopScrollBar.Maximum = 100000;
this.TopScrollBar.Minimum = -100000;
this.TopScrollBar.Name = "TopScrollBar";
this.TopScrollBar.Size = new System.Drawing.Size(892, 21);
this.TopScrollBar.TabIndex = 3;
this.TopScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.TopScrollBar_Scroll);
//
// GraphControl
//
this.GraphControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.GraphControl.Location = new System.Drawing.Point(0, 21);
this.GraphControl.Name = "GraphControl";
this.GraphControl.Size = new System.Drawing.Size(892, 417);
this.GraphControl.TabIndex = 4;
this.GraphControl.Paint += new System.Windows.Forms.PaintEventHandler(this.GraphControl_Paint);
this.GraphControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.GraphControl_MouseMove);
this.GraphControl.Resize += new System.EventHandler(this.GraphControl_Resize);
//
// WaveDubGraphic
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ScalePot);
this.Controls.Add(this.GraphControl);
this.Controls.Add(this.TopScrollBar);
this.Controls.Add(this.BottomScrollBar);
this.DoubleBuffered = true;
this.Name = "WaveDubGraphic";
this.Size = new System.Drawing.Size(892, 459);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.HScrollBar BottomScrollBar;
private NAudio.Gui.Pot ScalePot;
private System.Windows.Forms.HScrollBar TopScrollBar;
private DoubleBufferControl GraphControl;
}
}