123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- namespace SongVocalSectionAnalyser.UI
- {
- partial class InteractiveChart
- {
- /// <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.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;
- }
- }
|