namespace LrcTool { partial class LrcPreProcessPage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.RightRichTextBox = new System.Windows.Forms.RichTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.FullWidthSpaceToHalfWideCheckBox = new System.Windows.Forms.CheckBox(); this.RemoveBracketsCheckBox = new System.Windows.Forms.CheckBox(); this.Fixed2CheckBox = new System.Windows.Forms.CheckBox(); this.RemoveBlankLinesCheckBox = new System.Windows.Forms.CheckBox(); this.PasteButton = new System.Windows.Forms.Button(); this.FireButton = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.LeftRichTextBox = new System.Windows.Forms.RichTextBox(); this.panel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // RightRichTextBox // this.RightRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.RightRichTextBox.Location = new System.Drawing.Point(0, 0); this.RightRichTextBox.Name = "RightRichTextBox"; this.RightRichTextBox.ReadOnly = true; this.RightRichTextBox.Size = new System.Drawing.Size(549, 715); this.RightRichTextBox.TabIndex = 4; this.RightRichTextBox.Text = ""; // // panel1 // this.panel1.Controls.Add(this.FullWidthSpaceToHalfWideCheckBox); this.panel1.Controls.Add(this.RemoveBracketsCheckBox); this.panel1.Controls.Add(this.Fixed2CheckBox); this.panel1.Controls.Add(this.RemoveBlankLinesCheckBox); this.panel1.Controls.Add(this.PasteButton); this.panel1.Controls.Add(this.FireButton); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1050, 33); this.panel1.TabIndex = 6; // // FullWidthSpaceToHalfWideCheckBox // this.FullWidthSpaceToHalfWideCheckBox.AutoSize = true; this.FullWidthSpaceToHalfWideCheckBox.Checked = true; this.FullWidthSpaceToHalfWideCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.FullWidthSpaceToHalfWideCheckBox.Location = new System.Drawing.Point(531, 6); this.FullWidthSpaceToHalfWideCheckBox.Name = "FullWidthSpaceToHalfWideCheckBox"; this.FullWidthSpaceToHalfWideCheckBox.Size = new System.Drawing.Size(198, 16); this.FullWidthSpaceToHalfWideCheckBox.TabIndex = 4; this.FullWidthSpaceToHalfWideCheckBox.Text = "Full-width space to half-wide"; this.FullWidthSpaceToHalfWideCheckBox.UseVisualStyleBackColor = true; // // RemoveBracketsCheckBox // this.RemoveBracketsCheckBox.AutoSize = true; this.RemoveBracketsCheckBox.Checked = true; this.RemoveBracketsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.RemoveBracketsCheckBox.Location = new System.Drawing.Point(399, 6); this.RemoveBracketsCheckBox.Name = "RemoveBracketsCheckBox"; this.RemoveBracketsCheckBox.Size = new System.Drawing.Size(126, 16); this.RemoveBracketsCheckBox.TabIndex = 4; this.RemoveBracketsCheckBox.Text = "Remove \\(Hira+?\\)"; this.RemoveBracketsCheckBox.UseVisualStyleBackColor = true; // // Fixed2CheckBox // this.Fixed2CheckBox.AutoSize = true; this.Fixed2CheckBox.Checked = true; this.Fixed2CheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.Fixed2CheckBox.Location = new System.Drawing.Point(165, 6); this.Fixed2CheckBox.Name = "Fixed2CheckBox"; this.Fixed2CheckBox.Size = new System.Drawing.Size(90, 16); this.Fixed2CheckBox.TabIndex = 4; this.Fixed2CheckBox.Text = "Fixed 0.00]"; this.Fixed2CheckBox.UseVisualStyleBackColor = true; // // RemoveBlankLinesCheckBox // this.RemoveBlankLinesCheckBox.AutoSize = true; this.RemoveBlankLinesCheckBox.Checked = true; this.RemoveBlankLinesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.RemoveBlankLinesCheckBox.Location = new System.Drawing.Point(261, 6); this.RemoveBlankLinesCheckBox.Name = "RemoveBlankLinesCheckBox"; this.RemoveBlankLinesCheckBox.Size = new System.Drawing.Size(132, 16); this.RemoveBlankLinesCheckBox.TabIndex = 4; this.RemoveBlankLinesCheckBox.Text = "Remove blank lines"; this.RemoveBlankLinesCheckBox.UseVisualStyleBackColor = true; // // PasteButton // this.PasteButton.Location = new System.Drawing.Point(3, 3); this.PasteButton.Name = "PasteButton"; this.PasteButton.Size = new System.Drawing.Size(75, 21); this.PasteButton.TabIndex = 3; this.PasteButton.Text = "Paste↓"; this.PasteButton.UseVisualStyleBackColor = true; this.PasteButton.Click += new System.EventHandler(this.PasteButton_Click); // // FireButton // this.FireButton.Location = new System.Drawing.Point(84, 3); this.FireButton.Name = "FireButton"; this.FireButton.Size = new System.Drawing.Size(75, 21); this.FireButton.TabIndex = 3; this.FireButton.Text = "Fire!"; this.FireButton.UseVisualStyleBackColor = true; this.FireButton.Click += new System.EventHandler(this.FireButton_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 33); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.LeftRichTextBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.RightRichTextBox); this.splitContainer1.Size = new System.Drawing.Size(1050, 715); this.splitContainer1.SplitterDistance = 497; this.splitContainer1.TabIndex = 7; // // LeftRichTextBox // this.LeftRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.LeftRichTextBox.Location = new System.Drawing.Point(0, 0); this.LeftRichTextBox.Name = "LeftRichTextBox"; this.LeftRichTextBox.Size = new System.Drawing.Size(497, 715); this.LeftRichTextBox.TabIndex = 4; this.LeftRichTextBox.Text = ""; // // LrcPreProcessPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Name = "LrcPreProcessPage"; this.Size = new System.Drawing.Size(1050, 748); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox RightRichTextBox; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox RemoveBracketsCheckBox; private System.Windows.Forms.CheckBox Fixed2CheckBox; private System.Windows.Forms.CheckBox RemoveBlankLinesCheckBox; private System.Windows.Forms.Button PasteButton; private System.Windows.Forms.Button FireButton; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.RichTextBox LeftRichTextBox; private System.Windows.Forms.CheckBox FullWidthSpaceToHalfWideCheckBox; } }