namespace SongVocalSectionAnalyser.UI { partial class InteractiveChart { /// /// 必需的设计器变量。 /// 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.ChartPictureBox = new System.Windows.Forms.PictureBox(); this.ToolBarPanel = new System.Windows.Forms.Panel(); this.SampleRadioButton = new System.Windows.Forms.RadioButton(); this.ChunkRadioButton = new System.Windows.Forms.RadioButton(); this.ScaleByUpDown = new System.Windows.Forms.NumericUpDown(); this.ScaleByLabel = new System.Windows.Forms.Label(); this.ChartPanel = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.ChartPictureBox)).BeginInit(); this.ToolBarPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ScaleByUpDown)).BeginInit(); this.ChartPanel.SuspendLayout(); this.SuspendLayout(); // // BottomScrollBar // this.BottomScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.BottomScrollBar.Location = new System.Drawing.Point(0, 558); this.BottomScrollBar.Name = "BottomScrollBar"; this.BottomScrollBar.Size = new System.Drawing.Size(920, 21); this.BottomScrollBar.TabIndex = 1; this.BottomScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.BottomScrollBar_Scroll); // // ChartPictureBox // this.ChartPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.ChartPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.ChartPictureBox.Location = new System.Drawing.Point(0, 0); this.ChartPictureBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ChartPictureBox.Name = "ChartPictureBox"; this.ChartPictureBox.Size = new System.Drawing.Size(920, 529); this.ChartPictureBox.TabIndex = 2; this.ChartPictureBox.TabStop = false; this.ChartPictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.ChartPictureBox_Paint); this.ChartPictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ChartPictureBox_MouseClick); this.ChartPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ChartPictureBox_MouseMove); this.ChartPictureBox.Resize += new System.EventHandler(this.ChartPictureBox_Resize); // // ToolBarPanel // this.ToolBarPanel.Controls.Add(this.SampleRadioButton); this.ToolBarPanel.Controls.Add(this.ChunkRadioButton); this.ToolBarPanel.Controls.Add(this.ScaleByUpDown); this.ToolBarPanel.Controls.Add(this.ScaleByLabel); this.ToolBarPanel.Dock = System.Windows.Forms.DockStyle.Top; this.ToolBarPanel.Location = new System.Drawing.Point(0, 0); this.ToolBarPanel.Margin = new System.Windows.Forms.Padding(4); this.ToolBarPanel.Name = "ToolBarPanel"; this.ToolBarPanel.Size = new System.Drawing.Size(920, 29); this.ToolBarPanel.TabIndex = 3; // // SampleRadioButton // this.SampleRadioButton.AutoSize = true; this.SampleRadioButton.Dock = System.Windows.Forms.DockStyle.Left; this.SampleRadioButton.Location = new System.Drawing.Point(222, 0); this.SampleRadioButton.Margin = new System.Windows.Forms.Padding(4); this.SampleRadioButton.Name = "SampleRadioButton"; this.SampleRadioButton.Size = new System.Drawing.Size(76, 29); this.SampleRadioButton.TabIndex = 4; this.SampleRadioButton.Text = "Sample"; this.SampleRadioButton.UseVisualStyleBackColor = true; this.SampleRadioButton.CheckedChanged += new System.EventHandler(this.SampleRadioButton_CheckedChanged); // // ChunkRadioButton // this.ChunkRadioButton.AutoSize = true; this.ChunkRadioButton.Checked = true; this.ChunkRadioButton.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkRadioButton.Location = new System.Drawing.Point(154, 0); this.ChunkRadioButton.Margin = new System.Windows.Forms.Padding(4); this.ChunkRadioButton.Name = "ChunkRadioButton"; this.ChunkRadioButton.Size = new System.Drawing.Size(68, 29); this.ChunkRadioButton.TabIndex = 4; this.ChunkRadioButton.TabStop = true; this.ChunkRadioButton.Text = "Chunk"; this.ChunkRadioButton.UseVisualStyleBackColor = true; // // ScaleByUpDown // this.ScaleByUpDown.DecimalPlaces = 2; this.ScaleByUpDown.Dock = System.Windows.Forms.DockStyle.Left; this.ScaleByUpDown.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.ScaleByUpDown.Location = new System.Drawing.Point(83, 0); this.ScaleByUpDown.Margin = new System.Windows.Forms.Padding(4); this.ScaleByUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 131072}); this.ScaleByUpDown.Name = "ScaleByUpDown"; this.ScaleByUpDown.Size = new System.Drawing.Size(71, 25); this.ScaleByUpDown.TabIndex = 5; this.ScaleByUpDown.Value = new decimal(new int[] { 100, 0, 0, 131072}); this.ScaleByUpDown.ValueChanged += new System.EventHandler(this.ScaleByUpDown_ValueChanged); // // ScaleByLabel // this.ScaleByLabel.Dock = System.Windows.Forms.DockStyle.Left; this.ScaleByLabel.Location = new System.Drawing.Point(0, 0); this.ScaleByLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ScaleByLabel.Name = "ScaleByLabel"; this.ScaleByLabel.Size = new System.Drawing.Size(83, 29); this.ScaleByLabel.TabIndex = 6; this.ScaleByLabel.Text = "Scale By"; this.ScaleByLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ChartPanel // this.ChartPanel.Controls.Add(this.ChartPictureBox); this.ChartPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.ChartPanel.Location = new System.Drawing.Point(0, 29); this.ChartPanel.Margin = new System.Windows.Forms.Padding(4); this.ChartPanel.Name = "ChartPanel"; this.ChartPanel.Size = new System.Drawing.Size(920, 529); this.ChartPanel.TabIndex = 4; // // InteractiveChart // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.ChartPanel); this.Controls.Add(this.BottomScrollBar); this.Controls.Add(this.ToolBarPanel); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "InteractiveChart"; this.Size = new System.Drawing.Size(920, 579); ((System.ComponentModel.ISupportInitialize)(this.ChartPictureBox)).EndInit(); this.ToolBarPanel.ResumeLayout(false); this.ToolBarPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ScaleByUpDown)).EndInit(); this.ChartPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.HScrollBar BottomScrollBar; private System.Windows.Forms.PictureBox ChartPictureBox; private System.Windows.Forms.Panel ToolBarPanel; private System.Windows.Forms.Panel ChartPanel; private System.Windows.Forms.RadioButton SampleRadioButton; private System.Windows.Forms.RadioButton ChunkRadioButton; private System.Windows.Forms.NumericUpDown ScaleByUpDown; private System.Windows.Forms.Label ScaleByLabel; } }