MainForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. namespace SongVocalIsolateAutomation
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.VocalOnFilePathTextBox = new System.Windows.Forms.TextBox();
  29. this.LoadButton = new System.Windows.Forms.Button();
  30. this.ChunkMsLabel = new System.Windows.Forms.Label();
  31. this.ChunksPerMaUpDown = new System.Windows.Forms.NumericUpDown();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.ReChunkButton = new System.Windows.Forms.Button();
  34. this.PaddingLabel1 = new System.Windows.Forms.Label();
  35. this.ReBuildChartButton = new System.Windows.Forms.Button();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.StopPlayButton = new System.Windows.Forms.Button();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.VocalOffFilePathTextBox = new System.Windows.Forms.TextBox();
  40. this.WaveGraphic = new SongVocalIsolateAutomation.UI.WaveDubGraphic();
  41. ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).BeginInit();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // VocalOnFilePathTextBox
  46. //
  47. this.VocalOnFilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left;
  48. this.VocalOnFilePathTextBox.Location = new System.Drawing.Point(100, 0);
  49. this.VocalOnFilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  50. this.VocalOnFilePathTextBox.Name = "VocalOnFilePathTextBox";
  51. this.VocalOnFilePathTextBox.Size = new System.Drawing.Size(100, 25);
  52. this.VocalOnFilePathTextBox.TabIndex = 0;
  53. this.VocalOnFilePathTextBox.Text = "z:\\v.flac";
  54. //
  55. // LoadButton
  56. //
  57. this.LoadButton.Dock = System.Windows.Forms.DockStyle.Left;
  58. this.LoadButton.Location = new System.Drawing.Point(200, 0);
  59. this.LoadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  60. this.LoadButton.Name = "LoadButton";
  61. this.LoadButton.Size = new System.Drawing.Size(61, 46);
  62. this.LoadButton.TabIndex = 1;
  63. this.LoadButton.Text = "Load";
  64. this.LoadButton.UseVisualStyleBackColor = true;
  65. this.LoadButton.Click += new System.EventHandler(this.LoadButton_Click);
  66. //
  67. // ChunkMsLabel
  68. //
  69. this.ChunkMsLabel.Dock = System.Windows.Forms.DockStyle.Left;
  70. this.ChunkMsLabel.Location = new System.Drawing.Point(261, 0);
  71. this.ChunkMsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  72. this.ChunkMsLabel.Name = "ChunkMsLabel";
  73. this.ChunkMsLabel.Size = new System.Drawing.Size(61, 46);
  74. this.ChunkMsLabel.TabIndex = 3;
  75. this.ChunkMsLabel.Text = "Chunk\r\nMs";
  76. this.ChunkMsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  77. //
  78. // ChunksPerMaUpDown
  79. //
  80. this.ChunksPerMaUpDown.Dock = System.Windows.Forms.DockStyle.Left;
  81. this.ChunksPerMaUpDown.Location = new System.Drawing.Point(322, 0);
  82. this.ChunksPerMaUpDown.Margin = new System.Windows.Forms.Padding(4);
  83. this.ChunksPerMaUpDown.Maximum = new decimal(new int[] {
  84. 1000,
  85. 0,
  86. 0,
  87. 0});
  88. this.ChunksPerMaUpDown.Minimum = new decimal(new int[] {
  89. 1,
  90. 0,
  91. 0,
  92. 0});
  93. this.ChunksPerMaUpDown.Name = "ChunksPerMaUpDown";
  94. this.ChunksPerMaUpDown.Size = new System.Drawing.Size(60, 25);
  95. this.ChunksPerMaUpDown.TabIndex = 2;
  96. this.ChunksPerMaUpDown.Value = new decimal(new int[] {
  97. 25,
  98. 0,
  99. 0,
  100. 0});
  101. //
  102. // label1
  103. //
  104. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  105. this.label1.Location = new System.Drawing.Point(382, 0);
  106. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(28, 46);
  109. this.label1.TabIndex = 10;
  110. //
  111. // ReChunkButton
  112. //
  113. this.ReChunkButton.Dock = System.Windows.Forms.DockStyle.Left;
  114. this.ReChunkButton.Location = new System.Drawing.Point(410, 0);
  115. this.ReChunkButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  116. this.ReChunkButton.Name = "ReChunkButton";
  117. this.ReChunkButton.Size = new System.Drawing.Size(75, 46);
  118. this.ReChunkButton.TabIndex = 1;
  119. this.ReChunkButton.Text = "Re\r\nChunk";
  120. this.ReChunkButton.UseVisualStyleBackColor = true;
  121. //
  122. // PaddingLabel1
  123. //
  124. this.PaddingLabel1.Dock = System.Windows.Forms.DockStyle.Left;
  125. this.PaddingLabel1.Location = new System.Drawing.Point(485, 0);
  126. this.PaddingLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.PaddingLabel1.Name = "PaddingLabel1";
  128. this.PaddingLabel1.Size = new System.Drawing.Size(25, 46);
  129. this.PaddingLabel1.TabIndex = 4;
  130. //
  131. // ReBuildChartButton
  132. //
  133. this.ReBuildChartButton.Dock = System.Windows.Forms.DockStyle.Left;
  134. this.ReBuildChartButton.Location = new System.Drawing.Point(510, 0);
  135. this.ReBuildChartButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  136. this.ReBuildChartButton.Name = "ReBuildChartButton";
  137. this.ReBuildChartButton.Size = new System.Drawing.Size(82, 46);
  138. this.ReBuildChartButton.TabIndex = 1;
  139. this.ReBuildChartButton.Text = "Rebuild\r\nChart";
  140. this.ReBuildChartButton.UseVisualStyleBackColor = true;
  141. //
  142. // label4
  143. //
  144. this.label4.Dock = System.Windows.Forms.DockStyle.Left;
  145. this.label4.Location = new System.Drawing.Point(592, 0);
  146. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.label4.Name = "label4";
  148. this.label4.Size = new System.Drawing.Size(40, 46);
  149. this.label4.TabIndex = 17;
  150. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  151. //
  152. // StopPlayButton
  153. //
  154. this.StopPlayButton.Dock = System.Windows.Forms.DockStyle.Left;
  155. this.StopPlayButton.Location = new System.Drawing.Point(632, 0);
  156. this.StopPlayButton.Name = "StopPlayButton";
  157. this.StopPlayButton.Size = new System.Drawing.Size(75, 46);
  158. this.StopPlayButton.TabIndex = 16;
  159. this.StopPlayButton.Text = "Stop\r\nPlay";
  160. this.StopPlayButton.UseVisualStyleBackColor = true;
  161. //
  162. // panel1
  163. //
  164. this.panel1.Controls.Add(this.StopPlayButton);
  165. this.panel1.Controls.Add(this.label4);
  166. this.panel1.Controls.Add(this.ReBuildChartButton);
  167. this.panel1.Controls.Add(this.PaddingLabel1);
  168. this.panel1.Controls.Add(this.ReChunkButton);
  169. this.panel1.Controls.Add(this.label1);
  170. this.panel1.Controls.Add(this.ChunksPerMaUpDown);
  171. this.panel1.Controls.Add(this.ChunkMsLabel);
  172. this.panel1.Controls.Add(this.LoadButton);
  173. this.panel1.Controls.Add(this.VocalOnFilePathTextBox);
  174. this.panel1.Controls.Add(this.VocalOffFilePathTextBox);
  175. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  176. this.panel1.Location = new System.Drawing.Point(0, 0);
  177. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.panel1.Name = "panel1";
  179. this.panel1.Size = new System.Drawing.Size(1388, 46);
  180. this.panel1.TabIndex = 2;
  181. //
  182. // VocalOffFilePathTextBox
  183. //
  184. this.VocalOffFilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left;
  185. this.VocalOffFilePathTextBox.Location = new System.Drawing.Point(0, 0);
  186. this.VocalOffFilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  187. this.VocalOffFilePathTextBox.Name = "VocalOffFilePathTextBox";
  188. this.VocalOffFilePathTextBox.Size = new System.Drawing.Size(100, 25);
  189. this.VocalOffFilePathTextBox.TabIndex = 18;
  190. this.VocalOffFilePathTextBox.Text = "z:\\i.flac";
  191. //
  192. // WaveGraphic
  193. //
  194. this.WaveGraphic.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.WaveGraphic.Location = new System.Drawing.Point(0, 46);
  196. this.WaveGraphic.Name = "WaveGraphic";
  197. this.WaveGraphic.Size = new System.Drawing.Size(1388, 601);
  198. this.WaveGraphic.TabIndex = 3;
  199. //
  200. // MainForm
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(1388, 647);
  205. this.Controls.Add(this.WaveGraphic);
  206. this.Controls.Add(this.panel1);
  207. this.Name = "MainForm";
  208. this.Text = "SVIA";
  209. ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).EndInit();
  210. this.panel1.ResumeLayout(false);
  211. this.panel1.PerformLayout();
  212. this.ResumeLayout(false);
  213. }
  214. #endregion
  215. private System.Windows.Forms.TextBox VocalOnFilePathTextBox;
  216. private System.Windows.Forms.Button LoadButton;
  217. private System.Windows.Forms.Label ChunkMsLabel;
  218. private System.Windows.Forms.NumericUpDown ChunksPerMaUpDown;
  219. private System.Windows.Forms.Label label1;
  220. private System.Windows.Forms.Button ReChunkButton;
  221. private System.Windows.Forms.Label PaddingLabel1;
  222. private System.Windows.Forms.Button ReBuildChartButton;
  223. private System.Windows.Forms.Label label4;
  224. private System.Windows.Forms.Button StopPlayButton;
  225. private System.Windows.Forms.Panel panel1;
  226. private System.Windows.Forms.TextBox VocalOffFilePathTextBox;
  227. private UI.WaveDubGraphic WaveGraphic;
  228. }
  229. }