123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- namespace SongVocalIsolateAutomation
- {
- partial class MainForm
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.VocalOnFilePathTextBox = new System.Windows.Forms.TextBox();
- this.LoadButton = new System.Windows.Forms.Button();
- this.ChunkMsLabel = new System.Windows.Forms.Label();
- this.ChunksPerMaUpDown = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- this.ReChunkButton = new System.Windows.Forms.Button();
- this.PaddingLabel1 = new System.Windows.Forms.Label();
- this.ReBuildChartButton = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.StopPlayButton = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.VocalOffFilePathTextBox = new System.Windows.Forms.TextBox();
- this.WaveGraphic = new SongVocalIsolateAutomation.UI.WaveDubGraphic();
- ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // VocalOnFilePathTextBox
- //
- this.VocalOnFilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left;
- this.VocalOnFilePathTextBox.Location = new System.Drawing.Point(100, 0);
- this.VocalOnFilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.VocalOnFilePathTextBox.Name = "VocalOnFilePathTextBox";
- this.VocalOnFilePathTextBox.Size = new System.Drawing.Size(100, 25);
- this.VocalOnFilePathTextBox.TabIndex = 0;
- this.VocalOnFilePathTextBox.Text = "z:\\v.flac";
- //
- // LoadButton
- //
- this.LoadButton.Dock = System.Windows.Forms.DockStyle.Left;
- this.LoadButton.Location = new System.Drawing.Point(200, 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);
- //
- // ChunkMsLabel
- //
- this.ChunkMsLabel.Dock = System.Windows.Forms.DockStyle.Left;
- this.ChunkMsLabel.Location = new System.Drawing.Point(261, 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;
- //
- // ChunksPerMaUpDown
- //
- this.ChunksPerMaUpDown.Dock = System.Windows.Forms.DockStyle.Left;
- this.ChunksPerMaUpDown.Location = new System.Drawing.Point(322, 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});
- //
- // label1
- //
- this.label1.Dock = System.Windows.Forms.DockStyle.Left;
- this.label1.Location = new System.Drawing.Point(382, 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;
- //
- // ReChunkButton
- //
- this.ReChunkButton.Dock = System.Windows.Forms.DockStyle.Left;
- this.ReChunkButton.Location = new System.Drawing.Point(410, 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;
- //
- // PaddingLabel1
- //
- this.PaddingLabel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.PaddingLabel1.Location = new System.Drawing.Point(485, 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;
- //
- // ReBuildChartButton
- //
- this.ReBuildChartButton.Dock = System.Windows.Forms.DockStyle.Left;
- this.ReBuildChartButton.Location = new System.Drawing.Point(510, 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;
- //
- // label4
- //
- this.label4.Dock = System.Windows.Forms.DockStyle.Left;
- this.label4.Location = new System.Drawing.Point(592, 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;
- //
- // StopPlayButton
- //
- this.StopPlayButton.Dock = System.Windows.Forms.DockStyle.Left;
- this.StopPlayButton.Location = new System.Drawing.Point(632, 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;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.StopPlayButton);
- this.panel1.Controls.Add(this.label4);
- 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.ChunksPerMaUpDown);
- this.panel1.Controls.Add(this.ChunkMsLabel);
- this.panel1.Controls.Add(this.LoadButton);
- this.panel1.Controls.Add(this.VocalOnFilePathTextBox);
- this.panel1.Controls.Add(this.VocalOffFilePathTextBox);
- 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(1388, 46);
- this.panel1.TabIndex = 2;
- //
- // VocalOffFilePathTextBox
- //
- this.VocalOffFilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left;
- this.VocalOffFilePathTextBox.Location = new System.Drawing.Point(0, 0);
- this.VocalOffFilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.VocalOffFilePathTextBox.Name = "VocalOffFilePathTextBox";
- this.VocalOffFilePathTextBox.Size = new System.Drawing.Size(100, 25);
- this.VocalOffFilePathTextBox.TabIndex = 18;
- this.VocalOffFilePathTextBox.Text = "z:\\i.flac";
- //
- // WaveGraphic
- //
- this.WaveGraphic.Dock = System.Windows.Forms.DockStyle.Fill;
- this.WaveGraphic.Location = new System.Drawing.Point(0, 46);
- this.WaveGraphic.Name = "WaveGraphic";
- this.WaveGraphic.Size = new System.Drawing.Size(1388, 601);
- this.WaveGraphic.TabIndex = 3;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1388, 647);
- this.Controls.Add(this.WaveGraphic);
- this.Controls.Add(this.panel1);
- this.Name = "MainForm";
- this.Text = "SVIA";
- ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox VocalOnFilePathTextBox;
- private System.Windows.Forms.Button LoadButton;
- private System.Windows.Forms.Label ChunkMsLabel;
- private System.Windows.Forms.NumericUpDown ChunksPerMaUpDown;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button ReChunkButton;
- private System.Windows.Forms.Label PaddingLabel1;
- private System.Windows.Forms.Button ReBuildChartButton;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button StopPlayButton;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox VocalOffFilePathTextBox;
- private UI.WaveDubGraphic WaveGraphic;
- }
- }
|