📄 frmregex.designer.cs
字号:
namespace RegexTest
{
partial class frmRegex
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.RegexTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.IgnorePatternWhiteSpaceChkBox = new System.Windows.Forms.CheckBox();
this.SingeLineChkBox = new System.Windows.Forms.CheckBox();
this.RightToLeftChkBox = new System.Windows.Forms.CheckBox();
this.MultiLineChkBox = new System.Windows.Forms.CheckBox();
this.IgnoreCaseChkBox = new System.Windows.Forms.CheckBox();
this.ExplicitCaptureChkBox = new System.Windows.Forms.CheckBox();
this.ECMAScriptChkBox = new System.Windows.Forms.CheckBox();
this.OpenRegexButton = new System.Windows.Forms.Button();
this.SaveRegexButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.InputTextBox = new System.Windows.Forms.TextBox();
this.ReplacementTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.ResultsTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.TestRegexButton = new System.Windows.Forms.Button();
this.ReplaceButton = new System.Windows.Forms.Button();
this.SplitBoutton = new System.Windows.Forms.Button();
this.MatchesButton = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.GroupsButton = new System.Windows.Forms.Button();
this.FamiliarRegex = new System.Windows.Forms.LinkLabel();
this.MenuRegex = new System.Windows.Forms.ContextMenuStrip(this.components);
this.整数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.浮点数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.电话号码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.邮政编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.电子邮件地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.iPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.中文字符ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.空白行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hTML标记ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.首尾空白字符ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.网址URLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.网络帐号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.国内电话号码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.腾讯QQ号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.中国身份证号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
this.MenuRegex.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 0;
this.label1.Text = "正则表达式:";
//
// RegexTextBox
//
this.RegexTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RegexTextBox.Location = new System.Drawing.Point(6, 23);
this.RegexTextBox.Multiline = true;
this.RegexTextBox.Name = "RegexTextBox";
this.RegexTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.RegexTextBox.Size = new System.Drawing.Size(470, 47);
this.RegexTextBox.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.IgnorePatternWhiteSpaceChkBox);
this.groupBox1.Controls.Add(this.SingeLineChkBox);
this.groupBox1.Controls.Add(this.RightToLeftChkBox);
this.groupBox1.Controls.Add(this.MultiLineChkBox);
this.groupBox1.Controls.Add(this.IgnoreCaseChkBox);
this.groupBox1.Controls.Add(this.ExplicitCaptureChkBox);
this.groupBox1.Controls.Add(this.ECMAScriptChkBox);
this.groupBox1.Location = new System.Drawing.Point(7, 76);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(335, 94);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "正则表达式选项:";
//
// IgnorePatternWhiteSpaceChkBox
//
this.IgnorePatternWhiteSpaceChkBox.AutoSize = true;
this.IgnorePatternWhiteSpaceChkBox.Location = new System.Drawing.Point(21, 69);
this.IgnorePatternWhiteSpaceChkBox.Name = "IgnorePatternWhiteSpaceChkBox";
this.IgnorePatternWhiteSpaceChkBox.Size = new System.Drawing.Size(156, 16);
this.IgnorePatternWhiteSpaceChkBox.TabIndex = 6;
this.IgnorePatternWhiteSpaceChkBox.Text = "删除所有非转义空白字符";
this.IgnorePatternWhiteSpaceChkBox.UseVisualStyleBackColor = true;
//
// SingeLineChkBox
//
this.SingeLineChkBox.AutoSize = true;
this.SingeLineChkBox.Location = new System.Drawing.Point(235, 47);
this.SingeLineChkBox.Name = "SingeLineChkBox";
this.SingeLineChkBox.Size = new System.Drawing.Size(72, 16);
this.SingeLineChkBox.TabIndex = 5;
this.SingeLineChkBox.Text = "单行文本";
this.SingeLineChkBox.UseVisualStyleBackColor = true;
//
// RightToLeftChkBox
//
this.RightToLeftChkBox.AutoSize = true;
this.RightToLeftChkBox.Location = new System.Drawing.Point(125, 46);
this.RightToLeftChkBox.Name = "RightToLeftChkBox";
this.RightToLeftChkBox.Size = new System.Drawing.Size(72, 16);
this.RightToLeftChkBox.TabIndex = 4;
this.RightToLeftChkBox.Text = "从右到左";
this.RightToLeftChkBox.UseVisualStyleBackColor = true;
//
// MultiLineChkBox
//
this.MultiLineChkBox.AutoSize = true;
this.MultiLineChkBox.Location = new System.Drawing.Point(21, 47);
this.MultiLineChkBox.Name = "MultiLineChkBox";
this.MultiLineChkBox.Size = new System.Drawing.Size(72, 16);
this.MultiLineChkBox.TabIndex = 3;
this.MultiLineChkBox.Text = "多行文本";
this.MultiLineChkBox.UseVisualStyleBackColor = true;
//
// IgnoreCaseChkBox
//
this.IgnoreCaseChkBox.AutoSize = true;
this.IgnoreCaseChkBox.Location = new System.Drawing.Point(235, 25);
this.IgnoreCaseChkBox.Name = "IgnoreCaseChkBox";
this.IgnoreCaseChkBox.Size = new System.Drawing.Size(84, 16);
this.IgnoreCaseChkBox.TabIndex = 2;
this.IgnoreCaseChkBox.Text = "忽略大小写";
this.IgnoreCaseChkBox.UseVisualStyleBackColor = true;
//
// ExplicitCaptureChkBox
//
this.ExplicitCaptureChkBox.AutoSize = true;
this.ExplicitCaptureChkBox.Location = new System.Drawing.Point(125, 24);
this.ExplicitCaptureChkBox.Name = "ExplicitCaptureChkBox";
this.ExplicitCaptureChkBox.Size = new System.Drawing.Size(72, 16);
this.ExplicitCaptureChkBox.TabIndex = 1;
this.ExplicitCaptureChkBox.Text = "取消捕捉";
this.ExplicitCaptureChkBox.UseVisualStyleBackColor = true;
//
// ECMAScriptChkBox
//
this.ECMAScriptChkBox.AutoSize = true;
this.ECMAScriptChkBox.Location = new System.Drawing.Point(21, 25);
this.ECMAScriptChkBox.Name = "ECMAScriptChkBox";
this.ECMAScriptChkBox.Size = new System.Drawing.Size(72, 16);
this.ECMAScriptChkBox.TabIndex = 0;
this.ECMAScriptChkBox.Text = "ECMA规范";
this.ECMAScriptChkBox.UseVisualStyleBackColor = true;
//
// OpenRegexButton
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -