using SongVocalSectionAnalyser.UI; namespace SongVocalSectionAnalyser { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.StopPlayButton = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.PlayFromCursorToEndRadioButton = new System.Windows.Forms.RadioButton(); this.label3 = new System.Windows.Forms.Label(); this.PlayChunkRadioButton = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.ReBuildChartButton = new System.Windows.Forms.Button(); this.PaddingLabel1 = new System.Windows.Forms.Label(); this.ReChunkButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.ChunkDebounceUpDown = new System.Windows.Forms.NumericUpDown(); this.ChunkDebounceLabel = new System.Windows.Forms.Label(); this.ChunkThresholdUpDown = new System.Windows.Forms.NumericUpDown(); this.ChunkThresholdLabel = new System.Windows.Forms.Label(); this.MsPerChunkUpDown = new System.Windows.Forms.NumericUpDown(); this.MaChunksLabel = new System.Windows.Forms.Label(); this.ChunksPerMaUpDown = new System.Windows.Forms.NumericUpDown(); this.ChunkMsLabel = new System.Windows.Forms.Label(); this.LoadButton = new System.Windows.Forms.Button(); this.FilePathTextBox = new System.Windows.Forms.TextBox(); this.MainSplitContainer = new System.Windows.Forms.SplitContainer(); this.MainChart = new SongVocalSectionAnalyser.UI.InteractiveChart(); this.RightRichTextBox = new System.Windows.Forms.RichTextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChunkDebounceUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChunkThresholdUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MsPerChunkUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit(); this.MainSplitContainer.Panel1.SuspendLayout(); this.MainSplitContainer.Panel2.SuspendLayout(); this.MainSplitContainer.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.StopPlayButton); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.PlayFromCursorToEndRadioButton); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.PlayChunkRadioButton); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.ReBuildChartButton); this.panel1.Controls.Add(this.PaddingLabel1); this.panel1.Controls.Add(this.ReChunkButton); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.ChunkDebounceUpDown); this.panel1.Controls.Add(this.ChunkDebounceLabel); this.panel1.Controls.Add(this.ChunkThresholdUpDown); this.panel1.Controls.Add(this.ChunkThresholdLabel); this.panel1.Controls.Add(this.MsPerChunkUpDown); this.panel1.Controls.Add(this.MaChunksLabel); this.panel1.Controls.Add(this.ChunksPerMaUpDown); this.panel1.Controls.Add(this.ChunkMsLabel); this.panel1.Controls.Add(this.LoadButton); this.panel1.Controls.Add(this.FilePathTextBox); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1377, 46); this.panel1.TabIndex = 1; // // StopPlayButton // this.StopPlayButton.Dock = System.Windows.Forms.DockStyle.Left; this.StopPlayButton.Location = new System.Drawing.Point(1273, 0); this.StopPlayButton.Name = "StopPlayButton"; this.StopPlayButton.Size = new System.Drawing.Size(75, 46); this.StopPlayButton.TabIndex = 16; this.StopPlayButton.Text = "Stop\r\nPlay"; this.StopPlayButton.UseVisualStyleBackColor = true; this.StopPlayButton.Click += new System.EventHandler(this.StopPlayButton_Click); // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Left; this.label4.Location = new System.Drawing.Point(1233, 0); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 46); this.label4.TabIndex = 17; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // PlayFromCursorToEndRadioButton // this.PlayFromCursorToEndRadioButton.AutoSize = true; this.PlayFromCursorToEndRadioButton.Dock = System.Windows.Forms.DockStyle.Left; this.PlayFromCursorToEndRadioButton.Location = new System.Drawing.Point(1117, 0); this.PlayFromCursorToEndRadioButton.Name = "PlayFromCursorToEndRadioButton"; this.PlayFromCursorToEndRadioButton.Size = new System.Drawing.Size(116, 46); this.PlayFromCursorToEndRadioButton.TabIndex = 14; this.PlayFromCursorToEndRadioButton.TabStop = true; this.PlayFromCursorToEndRadioButton.Text = "PlayFrom\r\nCursorToEnd"; this.PlayFromCursorToEndRadioButton.UseVisualStyleBackColor = true; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Left; this.label3.Location = new System.Drawing.Point(1077, 0); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 46); this.label3.TabIndex = 15; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // PlayChunkRadioButton // this.PlayChunkRadioButton.AutoSize = true; this.PlayChunkRadioButton.Checked = true; this.PlayChunkRadioButton.Dock = System.Windows.Forms.DockStyle.Left; this.PlayChunkRadioButton.Location = new System.Drawing.Point(969, 0); this.PlayChunkRadioButton.Name = "PlayChunkRadioButton"; this.PlayChunkRadioButton.Size = new System.Drawing.Size(108, 46); this.PlayChunkRadioButton.TabIndex = 13; this.PlayChunkRadioButton.TabStop = true; this.PlayChunkRadioButton.Text = "Play\r\nChunkGroup"; this.PlayChunkRadioButton.UseVisualStyleBackColor = true; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Left; this.label2.Location = new System.Drawing.Point(929, 0); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 46); this.label2.TabIndex = 12; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ReBuildChartButton // this.ReBuildChartButton.Dock = System.Windows.Forms.DockStyle.Left; this.ReBuildChartButton.Location = new System.Drawing.Point(847, 0); this.ReBuildChartButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ReBuildChartButton.Name = "ReBuildChartButton"; this.ReBuildChartButton.Size = new System.Drawing.Size(82, 46); this.ReBuildChartButton.TabIndex = 1; this.ReBuildChartButton.Text = "Rebuild\r\nChart"; this.ReBuildChartButton.UseVisualStyleBackColor = true; this.ReBuildChartButton.Click += new System.EventHandler(this.ReBuildChartButton_Click); // // PaddingLabel1 // this.PaddingLabel1.Dock = System.Windows.Forms.DockStyle.Left; this.PaddingLabel1.Location = new System.Drawing.Point(822, 0); this.PaddingLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.PaddingLabel1.Name = "PaddingLabel1"; this.PaddingLabel1.Size = new System.Drawing.Size(25, 46); this.PaddingLabel1.TabIndex = 4; // // ReChunkButton // this.ReChunkButton.Dock = System.Windows.Forms.DockStyle.Left; this.ReChunkButton.Location = new System.Drawing.Point(747, 0); this.ReChunkButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ReChunkButton.Name = "ReChunkButton"; this.ReChunkButton.Size = new System.Drawing.Size(75, 46); this.ReChunkButton.TabIndex = 1; this.ReChunkButton.Text = "Re\r\nChunk"; this.ReChunkButton.UseVisualStyleBackColor = true; this.ReChunkButton.Click += new System.EventHandler(this.ReChunkButton_Click); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(719, 0); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(28, 46); this.label1.TabIndex = 10; // // ChunkDebounceUpDown // this.ChunkDebounceUpDown.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkDebounceUpDown.Location = new System.Drawing.Point(650, 0); this.ChunkDebounceUpDown.Margin = new System.Windows.Forms.Padding(4); this.ChunkDebounceUpDown.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.ChunkDebounceUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.ChunkDebounceUpDown.Name = "ChunkDebounceUpDown"; this.ChunkDebounceUpDown.Size = new System.Drawing.Size(69, 25); this.ChunkDebounceUpDown.TabIndex = 8; this.ChunkDebounceUpDown.Value = new decimal(new int[] { 5, 0, 0, 0}); // // ChunkDebounceLabel // this.ChunkDebounceLabel.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkDebounceLabel.Location = new System.Drawing.Point(564, 0); this.ChunkDebounceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ChunkDebounceLabel.Name = "ChunkDebounceLabel"; this.ChunkDebounceLabel.Size = new System.Drawing.Size(86, 46); this.ChunkDebounceLabel.TabIndex = 9; this.ChunkDebounceLabel.Text = "Chunk\r\nDebounce"; this.ChunkDebounceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ChunkThresholdUpDown // this.ChunkThresholdUpDown.DecimalPlaces = 2; this.ChunkThresholdUpDown.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkThresholdUpDown.Location = new System.Drawing.Point(495, 0); this.ChunkThresholdUpDown.Margin = new System.Windows.Forms.Padding(4); this.ChunkThresholdUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 131072}); this.ChunkThresholdUpDown.Name = "ChunkThresholdUpDown"; this.ChunkThresholdUpDown.Size = new System.Drawing.Size(69, 25); this.ChunkThresholdUpDown.TabIndex = 6; this.ChunkThresholdUpDown.Value = new decimal(new int[] { 80, 0, 0, 0}); // // ChunkThresholdLabel // this.ChunkThresholdLabel.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkThresholdLabel.Location = new System.Drawing.Point(404, 0); this.ChunkThresholdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ChunkThresholdLabel.Name = "ChunkThresholdLabel"; this.ChunkThresholdLabel.Size = new System.Drawing.Size(91, 46); this.ChunkThresholdLabel.TabIndex = 7; this.ChunkThresholdLabel.Text = "Chunk\r\nThreshold"; this.ChunkThresholdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // MsPerChunkUpDown // this.MsPerChunkUpDown.Dock = System.Windows.Forms.DockStyle.Left; this.MsPerChunkUpDown.Location = new System.Drawing.Point(344, 0); this.MsPerChunkUpDown.Margin = new System.Windows.Forms.Padding(4); this.MsPerChunkUpDown.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.MsPerChunkUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.MsPerChunkUpDown.Name = "MsPerChunkUpDown"; this.MsPerChunkUpDown.Size = new System.Drawing.Size(60, 25); this.MsPerChunkUpDown.TabIndex = 2; this.MsPerChunkUpDown.Value = new decimal(new int[] { 10, 0, 0, 0}); // // MaChunksLabel // this.MaChunksLabel.Dock = System.Windows.Forms.DockStyle.Left; this.MaChunksLabel.Location = new System.Drawing.Point(282, 0); this.MaChunksLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.MaChunksLabel.Name = "MaChunksLabel"; this.MaChunksLabel.Size = new System.Drawing.Size(62, 46); this.MaChunksLabel.TabIndex = 5; this.MaChunksLabel.Text = "Ma\r\nChunks"; this.MaChunksLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ChunksPerMaUpDown // this.ChunksPerMaUpDown.Dock = System.Windows.Forms.DockStyle.Left; this.ChunksPerMaUpDown.Location = new System.Drawing.Point(222, 0); this.ChunksPerMaUpDown.Margin = new System.Windows.Forms.Padding(4); this.ChunksPerMaUpDown.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.ChunksPerMaUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.ChunksPerMaUpDown.Name = "ChunksPerMaUpDown"; this.ChunksPerMaUpDown.Size = new System.Drawing.Size(60, 25); this.ChunksPerMaUpDown.TabIndex = 2; this.ChunksPerMaUpDown.Value = new decimal(new int[] { 25, 0, 0, 0}); // // ChunkMsLabel // this.ChunkMsLabel.Dock = System.Windows.Forms.DockStyle.Left; this.ChunkMsLabel.Location = new System.Drawing.Point(161, 0); this.ChunkMsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ChunkMsLabel.Name = "ChunkMsLabel"; this.ChunkMsLabel.Size = new System.Drawing.Size(61, 46); this.ChunkMsLabel.TabIndex = 3; this.ChunkMsLabel.Text = "Chunk\r\nMs"; this.ChunkMsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // LoadButton // this.LoadButton.Dock = System.Windows.Forms.DockStyle.Left; this.LoadButton.Location = new System.Drawing.Point(100, 0); this.LoadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.LoadButton.Name = "LoadButton"; this.LoadButton.Size = new System.Drawing.Size(61, 46); this.LoadButton.TabIndex = 1; this.LoadButton.Text = "Load"; this.LoadButton.UseVisualStyleBackColor = true; this.LoadButton.Click += new System.EventHandler(this.LoadButton_Click); // // FilePathTextBox // this.FilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left; this.FilePathTextBox.Location = new System.Drawing.Point(0, 0); this.FilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.FilePathTextBox.Name = "FilePathTextBox"; this.FilePathTextBox.Size = new System.Drawing.Size(100, 25); this.FilePathTextBox.TabIndex = 0; this.FilePathTextBox.Text = "z:\\m1.mp3"; // // MainSplitContainer // this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.MainSplitContainer.Location = new System.Drawing.Point(0, 46); this.MainSplitContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MainSplitContainer.Name = "MainSplitContainer"; // // MainSplitContainer.Panel1 // this.MainSplitContainer.Panel1.Controls.Add(this.MainChart); // // MainSplitContainer.Panel2 // this.MainSplitContainer.Panel2.Controls.Add(this.RightRichTextBox); this.MainSplitContainer.Size = new System.Drawing.Size(1377, 726); this.MainSplitContainer.SplitterDistance = 794; this.MainSplitContainer.TabIndex = 2; // // MainChart // this.MainChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MainChart.Dock = System.Windows.Forms.DockStyle.Fill; this.MainChart.Location = new System.Drawing.Point(0, 0); this.MainChart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MainChart.Name = "MainChart"; this.MainChart.PlayingSample = null; this.MainChart.Size = new System.Drawing.Size(794, 726); this.MainChart.TabIndex = 0; this.MainChart.TimelineClicked += new System.Action(this.MainChart_TimelineClicked); // // RightRichTextBox // this.RightRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.RightRichTextBox.Location = new System.Drawing.Point(0, 0); this.RightRichTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.RightRichTextBox.Name = "RightRichTextBox"; this.RightRichTextBox.Size = new System.Drawing.Size(579, 726); this.RightRichTextBox.TabIndex = 0; this.RightRichTextBox.Text = ""; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1377, 772); this.Controls.Add(this.MainSplitContainer); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "MainForm"; this.Text = "SVSA"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChunkDebounceUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChunkThresholdUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MsPerChunkUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).EndInit(); this.MainSplitContainer.Panel1.ResumeLayout(false); this.MainSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit(); this.MainSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private InteractiveChart MainChart; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button LoadButton; private System.Windows.Forms.TextBox FilePathTextBox; private System.Windows.Forms.SplitContainer MainSplitContainer; private System.Windows.Forms.RichTextBox RightRichTextBox; private System.Windows.Forms.Button ReChunkButton; private System.Windows.Forms.NumericUpDown ChunksPerMaUpDown; private System.Windows.Forms.NumericUpDown MsPerChunkUpDown; private System.Windows.Forms.Button ReBuildChartButton; private System.Windows.Forms.Label PaddingLabel1; private System.Windows.Forms.Label ChunkMsLabel; private System.Windows.Forms.NumericUpDown ChunkThresholdUpDown; private System.Windows.Forms.Label ChunkThresholdLabel; private System.Windows.Forms.Label MaChunksLabel; private System.Windows.Forms.NumericUpDown ChunkDebounceUpDown; private System.Windows.Forms.Label ChunkDebounceLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RadioButton PlayFromCursorToEndRadioButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.RadioButton PlayChunkRadioButton; private System.Windows.Forms.Button StopPlayButton; private System.Windows.Forms.Label label4; } }