MainForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. using SongVocalSectionAnalyser.UI;
  2. namespace SongVocalSectionAnalyser
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.StopPlayButton = new System.Windows.Forms.Button();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.PlayFromCursorToEndRadioButton = new System.Windows.Forms.RadioButton();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.PlayChunkRadioButton = new System.Windows.Forms.RadioButton();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.ReBuildChartButton = new System.Windows.Forms.Button();
  37. this.PaddingLabel1 = new System.Windows.Forms.Label();
  38. this.ReChunkButton = new System.Windows.Forms.Button();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.ChunkDebounceUpDown = new System.Windows.Forms.NumericUpDown();
  41. this.ChunkDebounceLabel = new System.Windows.Forms.Label();
  42. this.ChunkThresholdUpDown = new System.Windows.Forms.NumericUpDown();
  43. this.ChunkThresholdLabel = new System.Windows.Forms.Label();
  44. this.MsPerChunkUpDown = new System.Windows.Forms.NumericUpDown();
  45. this.MaChunksLabel = new System.Windows.Forms.Label();
  46. this.ChunksPerMaUpDown = new System.Windows.Forms.NumericUpDown();
  47. this.ChunkMsLabel = new System.Windows.Forms.Label();
  48. this.LoadButton = new System.Windows.Forms.Button();
  49. this.FilePathTextBox = new System.Windows.Forms.TextBox();
  50. this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
  51. this.MainChart = new SongVocalSectionAnalyser.UI.InteractiveChart();
  52. this.RightRichTextBox = new System.Windows.Forms.RichTextBox();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.ChunkDebounceUpDown)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ChunkThresholdUpDown)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.MsPerChunkUpDown)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
  59. this.MainSplitContainer.Panel1.SuspendLayout();
  60. this.MainSplitContainer.Panel2.SuspendLayout();
  61. this.MainSplitContainer.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.Controls.Add(this.StopPlayButton);
  67. this.panel1.Controls.Add(this.label4);
  68. this.panel1.Controls.Add(this.PlayFromCursorToEndRadioButton);
  69. this.panel1.Controls.Add(this.label3);
  70. this.panel1.Controls.Add(this.PlayChunkRadioButton);
  71. this.panel1.Controls.Add(this.label2);
  72. this.panel1.Controls.Add(this.ReBuildChartButton);
  73. this.panel1.Controls.Add(this.PaddingLabel1);
  74. this.panel1.Controls.Add(this.ReChunkButton);
  75. this.panel1.Controls.Add(this.label1);
  76. this.panel1.Controls.Add(this.ChunkDebounceUpDown);
  77. this.panel1.Controls.Add(this.ChunkDebounceLabel);
  78. this.panel1.Controls.Add(this.ChunkThresholdUpDown);
  79. this.panel1.Controls.Add(this.ChunkThresholdLabel);
  80. this.panel1.Controls.Add(this.MsPerChunkUpDown);
  81. this.panel1.Controls.Add(this.MaChunksLabel);
  82. this.panel1.Controls.Add(this.ChunksPerMaUpDown);
  83. this.panel1.Controls.Add(this.ChunkMsLabel);
  84. this.panel1.Controls.Add(this.LoadButton);
  85. this.panel1.Controls.Add(this.FilePathTextBox);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.panel1.Location = new System.Drawing.Point(0, 0);
  88. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  89. this.panel1.Name = "panel1";
  90. this.panel1.Size = new System.Drawing.Size(1377, 46);
  91. this.panel1.TabIndex = 1;
  92. //
  93. // StopPlayButton
  94. //
  95. this.StopPlayButton.Dock = System.Windows.Forms.DockStyle.Left;
  96. this.StopPlayButton.Location = new System.Drawing.Point(1273, 0);
  97. this.StopPlayButton.Name = "StopPlayButton";
  98. this.StopPlayButton.Size = new System.Drawing.Size(75, 46);
  99. this.StopPlayButton.TabIndex = 16;
  100. this.StopPlayButton.Text = "Stop\r\nPlay";
  101. this.StopPlayButton.UseVisualStyleBackColor = true;
  102. this.StopPlayButton.Click += new System.EventHandler(this.StopPlayButton_Click);
  103. //
  104. // label4
  105. //
  106. this.label4.Dock = System.Windows.Forms.DockStyle.Left;
  107. this.label4.Location = new System.Drawing.Point(1233, 0);
  108. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  109. this.label4.Name = "label4";
  110. this.label4.Size = new System.Drawing.Size(40, 46);
  111. this.label4.TabIndex = 17;
  112. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  113. //
  114. // PlayFromCursorToEndRadioButton
  115. //
  116. this.PlayFromCursorToEndRadioButton.AutoSize = true;
  117. this.PlayFromCursorToEndRadioButton.Dock = System.Windows.Forms.DockStyle.Left;
  118. this.PlayFromCursorToEndRadioButton.Location = new System.Drawing.Point(1117, 0);
  119. this.PlayFromCursorToEndRadioButton.Name = "PlayFromCursorToEndRadioButton";
  120. this.PlayFromCursorToEndRadioButton.Size = new System.Drawing.Size(116, 46);
  121. this.PlayFromCursorToEndRadioButton.TabIndex = 14;
  122. this.PlayFromCursorToEndRadioButton.TabStop = true;
  123. this.PlayFromCursorToEndRadioButton.Text = "PlayFrom\r\nCursorToEnd";
  124. this.PlayFromCursorToEndRadioButton.UseVisualStyleBackColor = true;
  125. //
  126. // label3
  127. //
  128. this.label3.Dock = System.Windows.Forms.DockStyle.Left;
  129. this.label3.Location = new System.Drawing.Point(1077, 0);
  130. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.label3.Name = "label3";
  132. this.label3.Size = new System.Drawing.Size(40, 46);
  133. this.label3.TabIndex = 15;
  134. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  135. //
  136. // PlayChunkRadioButton
  137. //
  138. this.PlayChunkRadioButton.AutoSize = true;
  139. this.PlayChunkRadioButton.Checked = true;
  140. this.PlayChunkRadioButton.Dock = System.Windows.Forms.DockStyle.Left;
  141. this.PlayChunkRadioButton.Location = new System.Drawing.Point(969, 0);
  142. this.PlayChunkRadioButton.Name = "PlayChunkRadioButton";
  143. this.PlayChunkRadioButton.Size = new System.Drawing.Size(108, 46);
  144. this.PlayChunkRadioButton.TabIndex = 13;
  145. this.PlayChunkRadioButton.TabStop = true;
  146. this.PlayChunkRadioButton.Text = "Play\r\nChunkGroup";
  147. this.PlayChunkRadioButton.UseVisualStyleBackColor = true;
  148. //
  149. // label2
  150. //
  151. this.label2.Dock = System.Windows.Forms.DockStyle.Left;
  152. this.label2.Location = new System.Drawing.Point(929, 0);
  153. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.label2.Name = "label2";
  155. this.label2.Size = new System.Drawing.Size(40, 46);
  156. this.label2.TabIndex = 12;
  157. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  158. //
  159. // ReBuildChartButton
  160. //
  161. this.ReBuildChartButton.Dock = System.Windows.Forms.DockStyle.Left;
  162. this.ReBuildChartButton.Location = new System.Drawing.Point(847, 0);
  163. this.ReBuildChartButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.ReBuildChartButton.Name = "ReBuildChartButton";
  165. this.ReBuildChartButton.Size = new System.Drawing.Size(82, 46);
  166. this.ReBuildChartButton.TabIndex = 1;
  167. this.ReBuildChartButton.Text = "Rebuild\r\nChart";
  168. this.ReBuildChartButton.UseVisualStyleBackColor = true;
  169. this.ReBuildChartButton.Click += new System.EventHandler(this.ReBuildChartButton_Click);
  170. //
  171. // PaddingLabel1
  172. //
  173. this.PaddingLabel1.Dock = System.Windows.Forms.DockStyle.Left;
  174. this.PaddingLabel1.Location = new System.Drawing.Point(822, 0);
  175. this.PaddingLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  176. this.PaddingLabel1.Name = "PaddingLabel1";
  177. this.PaddingLabel1.Size = new System.Drawing.Size(25, 46);
  178. this.PaddingLabel1.TabIndex = 4;
  179. //
  180. // ReChunkButton
  181. //
  182. this.ReChunkButton.Dock = System.Windows.Forms.DockStyle.Left;
  183. this.ReChunkButton.Location = new System.Drawing.Point(747, 0);
  184. this.ReChunkButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.ReChunkButton.Name = "ReChunkButton";
  186. this.ReChunkButton.Size = new System.Drawing.Size(75, 46);
  187. this.ReChunkButton.TabIndex = 1;
  188. this.ReChunkButton.Text = "Re\r\nChunk";
  189. this.ReChunkButton.UseVisualStyleBackColor = true;
  190. this.ReChunkButton.Click += new System.EventHandler(this.ReChunkButton_Click);
  191. //
  192. // label1
  193. //
  194. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  195. this.label1.Location = new System.Drawing.Point(719, 0);
  196. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.label1.Name = "label1";
  198. this.label1.Size = new System.Drawing.Size(28, 46);
  199. this.label1.TabIndex = 10;
  200. //
  201. // ChunkDebounceUpDown
  202. //
  203. this.ChunkDebounceUpDown.Dock = System.Windows.Forms.DockStyle.Left;
  204. this.ChunkDebounceUpDown.Location = new System.Drawing.Point(650, 0);
  205. this.ChunkDebounceUpDown.Margin = new System.Windows.Forms.Padding(4);
  206. this.ChunkDebounceUpDown.Maximum = new decimal(new int[] {
  207. 1000,
  208. 0,
  209. 0,
  210. 0});
  211. this.ChunkDebounceUpDown.Minimum = new decimal(new int[] {
  212. 1,
  213. 0,
  214. 0,
  215. 0});
  216. this.ChunkDebounceUpDown.Name = "ChunkDebounceUpDown";
  217. this.ChunkDebounceUpDown.Size = new System.Drawing.Size(69, 25);
  218. this.ChunkDebounceUpDown.TabIndex = 8;
  219. this.ChunkDebounceUpDown.Value = new decimal(new int[] {
  220. 5,
  221. 0,
  222. 0,
  223. 0});
  224. //
  225. // ChunkDebounceLabel
  226. //
  227. this.ChunkDebounceLabel.Dock = System.Windows.Forms.DockStyle.Left;
  228. this.ChunkDebounceLabel.Location = new System.Drawing.Point(564, 0);
  229. this.ChunkDebounceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  230. this.ChunkDebounceLabel.Name = "ChunkDebounceLabel";
  231. this.ChunkDebounceLabel.Size = new System.Drawing.Size(86, 46);
  232. this.ChunkDebounceLabel.TabIndex = 9;
  233. this.ChunkDebounceLabel.Text = "Chunk\r\nDebounce";
  234. this.ChunkDebounceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  235. //
  236. // ChunkThresholdUpDown
  237. //
  238. this.ChunkThresholdUpDown.DecimalPlaces = 2;
  239. this.ChunkThresholdUpDown.Dock = System.Windows.Forms.DockStyle.Left;
  240. this.ChunkThresholdUpDown.Location = new System.Drawing.Point(495, 0);
  241. this.ChunkThresholdUpDown.Margin = new System.Windows.Forms.Padding(4);
  242. this.ChunkThresholdUpDown.Minimum = new decimal(new int[] {
  243. 1,
  244. 0,
  245. 0,
  246. 131072});
  247. this.ChunkThresholdUpDown.Name = "ChunkThresholdUpDown";
  248. this.ChunkThresholdUpDown.Size = new System.Drawing.Size(69, 25);
  249. this.ChunkThresholdUpDown.TabIndex = 6;
  250. this.ChunkThresholdUpDown.Value = new decimal(new int[] {
  251. 80,
  252. 0,
  253. 0,
  254. 0});
  255. //
  256. // ChunkThresholdLabel
  257. //
  258. this.ChunkThresholdLabel.Dock = System.Windows.Forms.DockStyle.Left;
  259. this.ChunkThresholdLabel.Location = new System.Drawing.Point(404, 0);
  260. this.ChunkThresholdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.ChunkThresholdLabel.Name = "ChunkThresholdLabel";
  262. this.ChunkThresholdLabel.Size = new System.Drawing.Size(91, 46);
  263. this.ChunkThresholdLabel.TabIndex = 7;
  264. this.ChunkThresholdLabel.Text = "Chunk\r\nThreshold";
  265. this.ChunkThresholdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  266. //
  267. // MsPerChunkUpDown
  268. //
  269. this.MsPerChunkUpDown.Dock = System.Windows.Forms.DockStyle.Left;
  270. this.MsPerChunkUpDown.Location = new System.Drawing.Point(344, 0);
  271. this.MsPerChunkUpDown.Margin = new System.Windows.Forms.Padding(4);
  272. this.MsPerChunkUpDown.Maximum = new decimal(new int[] {
  273. 1000,
  274. 0,
  275. 0,
  276. 0});
  277. this.MsPerChunkUpDown.Minimum = new decimal(new int[] {
  278. 1,
  279. 0,
  280. 0,
  281. 0});
  282. this.MsPerChunkUpDown.Name = "MsPerChunkUpDown";
  283. this.MsPerChunkUpDown.Size = new System.Drawing.Size(60, 25);
  284. this.MsPerChunkUpDown.TabIndex = 2;
  285. this.MsPerChunkUpDown.Value = new decimal(new int[] {
  286. 10,
  287. 0,
  288. 0,
  289. 0});
  290. //
  291. // MaChunksLabel
  292. //
  293. this.MaChunksLabel.Dock = System.Windows.Forms.DockStyle.Left;
  294. this.MaChunksLabel.Location = new System.Drawing.Point(282, 0);
  295. this.MaChunksLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  296. this.MaChunksLabel.Name = "MaChunksLabel";
  297. this.MaChunksLabel.Size = new System.Drawing.Size(62, 46);
  298. this.MaChunksLabel.TabIndex = 5;
  299. this.MaChunksLabel.Text = "Ma\r\nChunks";
  300. this.MaChunksLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  301. //
  302. // ChunksPerMaUpDown
  303. //
  304. this.ChunksPerMaUpDown.Dock = System.Windows.Forms.DockStyle.Left;
  305. this.ChunksPerMaUpDown.Location = new System.Drawing.Point(222, 0);
  306. this.ChunksPerMaUpDown.Margin = new System.Windows.Forms.Padding(4);
  307. this.ChunksPerMaUpDown.Maximum = new decimal(new int[] {
  308. 1000,
  309. 0,
  310. 0,
  311. 0});
  312. this.ChunksPerMaUpDown.Minimum = new decimal(new int[] {
  313. 1,
  314. 0,
  315. 0,
  316. 0});
  317. this.ChunksPerMaUpDown.Name = "ChunksPerMaUpDown";
  318. this.ChunksPerMaUpDown.Size = new System.Drawing.Size(60, 25);
  319. this.ChunksPerMaUpDown.TabIndex = 2;
  320. this.ChunksPerMaUpDown.Value = new decimal(new int[] {
  321. 25,
  322. 0,
  323. 0,
  324. 0});
  325. //
  326. // ChunkMsLabel
  327. //
  328. this.ChunkMsLabel.Dock = System.Windows.Forms.DockStyle.Left;
  329. this.ChunkMsLabel.Location = new System.Drawing.Point(161, 0);
  330. this.ChunkMsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  331. this.ChunkMsLabel.Name = "ChunkMsLabel";
  332. this.ChunkMsLabel.Size = new System.Drawing.Size(61, 46);
  333. this.ChunkMsLabel.TabIndex = 3;
  334. this.ChunkMsLabel.Text = "Chunk\r\nMs";
  335. this.ChunkMsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  336. //
  337. // LoadButton
  338. //
  339. this.LoadButton.Dock = System.Windows.Forms.DockStyle.Left;
  340. this.LoadButton.Location = new System.Drawing.Point(100, 0);
  341. this.LoadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  342. this.LoadButton.Name = "LoadButton";
  343. this.LoadButton.Size = new System.Drawing.Size(61, 46);
  344. this.LoadButton.TabIndex = 1;
  345. this.LoadButton.Text = "Load";
  346. this.LoadButton.UseVisualStyleBackColor = true;
  347. this.LoadButton.Click += new System.EventHandler(this.LoadButton_Click);
  348. //
  349. // FilePathTextBox
  350. //
  351. this.FilePathTextBox.Dock = System.Windows.Forms.DockStyle.Left;
  352. this.FilePathTextBox.Location = new System.Drawing.Point(0, 0);
  353. this.FilePathTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  354. this.FilePathTextBox.Name = "FilePathTextBox";
  355. this.FilePathTextBox.Size = new System.Drawing.Size(100, 25);
  356. this.FilePathTextBox.TabIndex = 0;
  357. this.FilePathTextBox.Text = "z:\\m1.mp3";
  358. //
  359. // MainSplitContainer
  360. //
  361. this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  362. this.MainSplitContainer.Location = new System.Drawing.Point(0, 46);
  363. this.MainSplitContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  364. this.MainSplitContainer.Name = "MainSplitContainer";
  365. //
  366. // MainSplitContainer.Panel1
  367. //
  368. this.MainSplitContainer.Panel1.Controls.Add(this.MainChart);
  369. //
  370. // MainSplitContainer.Panel2
  371. //
  372. this.MainSplitContainer.Panel2.Controls.Add(this.RightRichTextBox);
  373. this.MainSplitContainer.Size = new System.Drawing.Size(1377, 726);
  374. this.MainSplitContainer.SplitterDistance = 794;
  375. this.MainSplitContainer.TabIndex = 2;
  376. //
  377. // MainChart
  378. //
  379. this.MainChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  380. this.MainChart.Dock = System.Windows.Forms.DockStyle.Fill;
  381. this.MainChart.Location = new System.Drawing.Point(0, 0);
  382. this.MainChart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  383. this.MainChart.Name = "MainChart";
  384. this.MainChart.PlayingSample = null;
  385. this.MainChart.Size = new System.Drawing.Size(794, 726);
  386. this.MainChart.TabIndex = 0;
  387. this.MainChart.TimelineClicked += new System.Action<System.TimeSpan, SongVocalSectionAnalyser.UI.ChunkGroup>(this.MainChart_TimelineClicked);
  388. //
  389. // RightRichTextBox
  390. //
  391. this.RightRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.RightRichTextBox.Location = new System.Drawing.Point(0, 0);
  393. this.RightRichTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  394. this.RightRichTextBox.Name = "RightRichTextBox";
  395. this.RightRichTextBox.Size = new System.Drawing.Size(579, 726);
  396. this.RightRichTextBox.TabIndex = 0;
  397. this.RightRichTextBox.Text = "";
  398. //
  399. // MainForm
  400. //
  401. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  402. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  403. this.ClientSize = new System.Drawing.Size(1377, 772);
  404. this.Controls.Add(this.MainSplitContainer);
  405. this.Controls.Add(this.panel1);
  406. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  407. this.Name = "MainForm";
  408. this.Text = "SVSA";
  409. this.panel1.ResumeLayout(false);
  410. this.panel1.PerformLayout();
  411. ((System.ComponentModel.ISupportInitialize)(this.ChunkDebounceUpDown)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.ChunkThresholdUpDown)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.MsPerChunkUpDown)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.ChunksPerMaUpDown)).EndInit();
  415. this.MainSplitContainer.Panel1.ResumeLayout(false);
  416. this.MainSplitContainer.Panel2.ResumeLayout(false);
  417. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
  418. this.MainSplitContainer.ResumeLayout(false);
  419. this.ResumeLayout(false);
  420. }
  421. #endregion
  422. private InteractiveChart MainChart;
  423. private System.Windows.Forms.Panel panel1;
  424. private System.Windows.Forms.Button LoadButton;
  425. private System.Windows.Forms.TextBox FilePathTextBox;
  426. private System.Windows.Forms.SplitContainer MainSplitContainer;
  427. private System.Windows.Forms.RichTextBox RightRichTextBox;
  428. private System.Windows.Forms.Button ReChunkButton;
  429. private System.Windows.Forms.NumericUpDown ChunksPerMaUpDown;
  430. private System.Windows.Forms.NumericUpDown MsPerChunkUpDown;
  431. private System.Windows.Forms.Button ReBuildChartButton;
  432. private System.Windows.Forms.Label PaddingLabel1;
  433. private System.Windows.Forms.Label ChunkMsLabel;
  434. private System.Windows.Forms.NumericUpDown ChunkThresholdUpDown;
  435. private System.Windows.Forms.Label ChunkThresholdLabel;
  436. private System.Windows.Forms.Label MaChunksLabel;
  437. private System.Windows.Forms.NumericUpDown ChunkDebounceUpDown;
  438. private System.Windows.Forms.Label ChunkDebounceLabel;
  439. private System.Windows.Forms.Label label1;
  440. private System.Windows.Forms.Label label2;
  441. private System.Windows.Forms.RadioButton PlayFromCursorToEndRadioButton;
  442. private System.Windows.Forms.Label label3;
  443. private System.Windows.Forms.RadioButton PlayChunkRadioButton;
  444. private System.Windows.Forms.Button StopPlayButton;
  445. private System.Windows.Forms.Label label4;
  446. }
  447. }