LrcPreProcessPage.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. namespace LrcTool
  2. {
  3. partial class LrcPreProcessPage
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.RightRichTextBox = new System.Windows.Forms.RichTextBox();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.FullWidthSpaceToHalfWideCheckBox = new System.Windows.Forms.CheckBox();
  31. this.RemoveBracketsCheckBox = new System.Windows.Forms.CheckBox();
  32. this.Fixed2CheckBox = new System.Windows.Forms.CheckBox();
  33. this.RemoveBlankLinesCheckBox = new System.Windows.Forms.CheckBox();
  34. this.PasteButton = new System.Windows.Forms.Button();
  35. this.FireButton = new System.Windows.Forms.Button();
  36. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37. this.LeftRichTextBox = new System.Windows.Forms.RichTextBox();
  38. this.panel1.SuspendLayout();
  39. this.splitContainer1.Panel1.SuspendLayout();
  40. this.splitContainer1.Panel2.SuspendLayout();
  41. this.splitContainer1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // RightRichTextBox
  45. //
  46. this.RightRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.RightRichTextBox.Location = new System.Drawing.Point(0, 0);
  48. this.RightRichTextBox.Name = "RightRichTextBox";
  49. this.RightRichTextBox.ReadOnly = true;
  50. this.RightRichTextBox.Size = new System.Drawing.Size(549, 715);
  51. this.RightRichTextBox.TabIndex = 4;
  52. this.RightRichTextBox.Text = "";
  53. //
  54. // panel1
  55. //
  56. this.panel1.Controls.Add(this.FullWidthSpaceToHalfWideCheckBox);
  57. this.panel1.Controls.Add(this.RemoveBracketsCheckBox);
  58. this.panel1.Controls.Add(this.Fixed2CheckBox);
  59. this.panel1.Controls.Add(this.RemoveBlankLinesCheckBox);
  60. this.panel1.Controls.Add(this.PasteButton);
  61. this.panel1.Controls.Add(this.FireButton);
  62. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.panel1.Location = new System.Drawing.Point(0, 0);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(1050, 33);
  66. this.panel1.TabIndex = 6;
  67. //
  68. // FullWidthSpaceToHalfWideCheckBox
  69. //
  70. this.FullWidthSpaceToHalfWideCheckBox.AutoSize = true;
  71. this.FullWidthSpaceToHalfWideCheckBox.Checked = true;
  72. this.FullWidthSpaceToHalfWideCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  73. this.FullWidthSpaceToHalfWideCheckBox.Location = new System.Drawing.Point(531, 6);
  74. this.FullWidthSpaceToHalfWideCheckBox.Name = "FullWidthSpaceToHalfWideCheckBox";
  75. this.FullWidthSpaceToHalfWideCheckBox.Size = new System.Drawing.Size(198, 16);
  76. this.FullWidthSpaceToHalfWideCheckBox.TabIndex = 4;
  77. this.FullWidthSpaceToHalfWideCheckBox.Text = "Full-width space to half-wide";
  78. this.FullWidthSpaceToHalfWideCheckBox.UseVisualStyleBackColor = true;
  79. //
  80. // RemoveBracketsCheckBox
  81. //
  82. this.RemoveBracketsCheckBox.AutoSize = true;
  83. this.RemoveBracketsCheckBox.Checked = true;
  84. this.RemoveBracketsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  85. this.RemoveBracketsCheckBox.Location = new System.Drawing.Point(399, 6);
  86. this.RemoveBracketsCheckBox.Name = "RemoveBracketsCheckBox";
  87. this.RemoveBracketsCheckBox.Size = new System.Drawing.Size(126, 16);
  88. this.RemoveBracketsCheckBox.TabIndex = 4;
  89. this.RemoveBracketsCheckBox.Text = "Remove \\(Hira+?\\)";
  90. this.RemoveBracketsCheckBox.UseVisualStyleBackColor = true;
  91. //
  92. // Fixed2CheckBox
  93. //
  94. this.Fixed2CheckBox.AutoSize = true;
  95. this.Fixed2CheckBox.Checked = true;
  96. this.Fixed2CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  97. this.Fixed2CheckBox.Location = new System.Drawing.Point(165, 6);
  98. this.Fixed2CheckBox.Name = "Fixed2CheckBox";
  99. this.Fixed2CheckBox.Size = new System.Drawing.Size(90, 16);
  100. this.Fixed2CheckBox.TabIndex = 4;
  101. this.Fixed2CheckBox.Text = "Fixed 0.00]";
  102. this.Fixed2CheckBox.UseVisualStyleBackColor = true;
  103. //
  104. // RemoveBlankLinesCheckBox
  105. //
  106. this.RemoveBlankLinesCheckBox.AutoSize = true;
  107. this.RemoveBlankLinesCheckBox.Checked = true;
  108. this.RemoveBlankLinesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  109. this.RemoveBlankLinesCheckBox.Location = new System.Drawing.Point(261, 6);
  110. this.RemoveBlankLinesCheckBox.Name = "RemoveBlankLinesCheckBox";
  111. this.RemoveBlankLinesCheckBox.Size = new System.Drawing.Size(132, 16);
  112. this.RemoveBlankLinesCheckBox.TabIndex = 4;
  113. this.RemoveBlankLinesCheckBox.Text = "Remove blank lines";
  114. this.RemoveBlankLinesCheckBox.UseVisualStyleBackColor = true;
  115. //
  116. // PasteButton
  117. //
  118. this.PasteButton.Location = new System.Drawing.Point(3, 3);
  119. this.PasteButton.Name = "PasteButton";
  120. this.PasteButton.Size = new System.Drawing.Size(75, 21);
  121. this.PasteButton.TabIndex = 3;
  122. this.PasteButton.Text = "Paste↓";
  123. this.PasteButton.UseVisualStyleBackColor = true;
  124. this.PasteButton.Click += new System.EventHandler(this.PasteButton_Click);
  125. //
  126. // FireButton
  127. //
  128. this.FireButton.Location = new System.Drawing.Point(84, 3);
  129. this.FireButton.Name = "FireButton";
  130. this.FireButton.Size = new System.Drawing.Size(75, 21);
  131. this.FireButton.TabIndex = 3;
  132. this.FireButton.Text = "Fire!";
  133. this.FireButton.UseVisualStyleBackColor = true;
  134. this.FireButton.Click += new System.EventHandler(this.FireButton_Click);
  135. //
  136. // splitContainer1
  137. //
  138. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.splitContainer1.Location = new System.Drawing.Point(0, 33);
  140. this.splitContainer1.Name = "splitContainer1";
  141. //
  142. // splitContainer1.Panel1
  143. //
  144. this.splitContainer1.Panel1.Controls.Add(this.LeftRichTextBox);
  145. //
  146. // splitContainer1.Panel2
  147. //
  148. this.splitContainer1.Panel2.Controls.Add(this.RightRichTextBox);
  149. this.splitContainer1.Size = new System.Drawing.Size(1050, 715);
  150. this.splitContainer1.SplitterDistance = 497;
  151. this.splitContainer1.TabIndex = 7;
  152. //
  153. // LeftRichTextBox
  154. //
  155. this.LeftRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.LeftRichTextBox.Location = new System.Drawing.Point(0, 0);
  157. this.LeftRichTextBox.Name = "LeftRichTextBox";
  158. this.LeftRichTextBox.Size = new System.Drawing.Size(497, 715);
  159. this.LeftRichTextBox.TabIndex = 4;
  160. this.LeftRichTextBox.Text = "";
  161. //
  162. // LrcPreProcessPage
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.Controls.Add(this.splitContainer1);
  167. this.Controls.Add(this.panel1);
  168. this.Name = "LrcPreProcessPage";
  169. this.Size = new System.Drawing.Size(1050, 748);
  170. this.panel1.ResumeLayout(false);
  171. this.panel1.PerformLayout();
  172. this.splitContainer1.Panel1.ResumeLayout(false);
  173. this.splitContainer1.Panel2.ResumeLayout(false);
  174. this.splitContainer1.ResumeLayout(false);
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private System.Windows.Forms.RichTextBox RightRichTextBox;
  179. private System.Windows.Forms.Panel panel1;
  180. private System.Windows.Forms.CheckBox RemoveBracketsCheckBox;
  181. private System.Windows.Forms.CheckBox Fixed2CheckBox;
  182. private System.Windows.Forms.CheckBox RemoveBlankLinesCheckBox;
  183. private System.Windows.Forms.Button PasteButton;
  184. private System.Windows.Forms.Button FireButton;
  185. private System.Windows.Forms.SplitContainer splitContainer1;
  186. private System.Windows.Forms.RichTextBox LeftRichTextBox;
  187. private System.Windows.Forms.CheckBox FullWidthSpaceToHalfWideCheckBox;
  188. }
  189. }