📄 formregular.designer.cs
字号:
namespace Regular.Helper
{
partial class FormRegular
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegular));
this.lblPattern = new System.Windows.Forms.Label();
this.txtPattern = new System.Windows.Forms.TextBox();
this.lblString = new System.Windows.Forms.Label();
this.btnGo = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtString = new System.Windows.Forms.RichTextBox();
this.btnClear = new System.Windows.Forms.Button();
this.txtResult = new System.Windows.Forms.RichTextBox();
this.btnClearRN = new System.Windows.Forms.Button();
this.ckbClearHtml = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// lblPattern
//
this.lblPattern.AutoSize = true;
this.lblPattern.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPattern.Location = new System.Drawing.Point(12, 9);
this.lblPattern.Name = "lblPattern";
this.lblPattern.Size = new System.Drawing.Size(71, 13);
this.lblPattern.TabIndex = 0;
this.lblPattern.Text = "Pattern:";
//
// txtPattern
//
this.txtPattern.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtPattern.Location = new System.Drawing.Point(89, 6);
this.txtPattern.Multiline = true;
this.txtPattern.Name = "txtPattern";
this.txtPattern.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPattern.Size = new System.Drawing.Size(590, 90);
this.txtPattern.TabIndex = 1;
//
// lblString
//
this.lblString.AutoSize = true;
this.lblString.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblString.Location = new System.Drawing.Point(20, 110);
this.lblString.Name = "lblString";
this.lblString.Size = new System.Drawing.Size(63, 13);
this.lblString.TabIndex = 2;
this.lblString.Text = "String:";
//
// btnGo
//
this.btnGo.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnGo.Location = new System.Drawing.Point(685, 6);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(49, 23);
this.btnGo.TabIndex = 4;
this.btnGo.Text = "Go";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(20, 231);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Result:";
//
// txtString
//
this.txtString.DetectUrls = false;
this.txtString.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtString.Location = new System.Drawing.Point(89, 107);
this.txtString.Name = "txtString";
this.txtString.Size = new System.Drawing.Size(691, 115);
this.txtString.TabIndex = 7;
this.txtString.Text = resources.GetString("txtString.Text");
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(740, 6);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(49, 23);
this.btnClear.TabIndex = 8;
this.btnClear.Text = "Clear";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// txtResult
//
this.txtResult.DetectUrls = false;
this.txtResult.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtResult.Location = new System.Drawing.Point(89, 227);
this.txtResult.Name = "txtResult";
this.txtResult.Size = new System.Drawing.Size(691, 214);
this.txtResult.TabIndex = 9;
this.txtResult.Text = "";
//
// btnClearRN
//
this.btnClearRN.Location = new System.Drawing.Point(685, 35);
this.btnClearRN.Name = "btnClearRN";
this.btnClearRN.Size = new System.Drawing.Size(104, 23);
this.btnClearRN.TabIndex = 10;
this.btnClearRN.Text = "Clear \\r\\n";
this.btnClearRN.UseVisualStyleBackColor = true;
this.btnClearRN.Click += new System.EventHandler(this.btnClearRN_Click);
//
// ckbClearHtml
//
this.ckbClearHtml.AutoSize = true;
this.ckbClearHtml.CheckAlign = System.Drawing.ContentAlignment.BottomLeft;
this.ckbClearHtml.Location = new System.Drawing.Point(700, 74);
this.ckbClearHtml.Name = "ckbClearHtml";
this.ckbClearHtml.Size = new System.Drawing.Size(78, 17);
this.ckbClearHtml.TabIndex = 11;
this.ckbClearHtml.Text = " Clear Html";
this.ckbClearHtml.UseVisualStyleBackColor = true;
this.ckbClearHtml.CheckedChanged += new System.EventHandler(this.ckbClearHtml_CheckedChanged);
//
// FormRegular
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 453);
this.Controls.Add(this.ckbClearHtml);
this.Controls.Add(this.btnClearRN);
this.Controls.Add(this.txtResult);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.txtString);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.lblString);
this.Controls.Add(this.txtPattern);
this.Controls.Add(this.lblPattern);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FormRegular";
this.Text = "FormRegular";
this.Load += new System.EventHandler(this.FormRegular_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPattern;
private System.Windows.Forms.TextBox txtPattern;
private System.Windows.Forms.Label lblString;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox txtString;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.RichTextBox txtResult;
private System.Windows.Forms.Button btnClearRN;
private System.Windows.Forms.CheckBox ckbClearHtml;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -