📄 frmregex.designer.cs
字号:
this.浮点数ToolStripMenuItem.Name = "浮点数ToolStripMenuItem";
this.浮点数ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.浮点数ToolStripMenuItem.Text = "浮点数";
this.浮点数ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 电话号码ToolStripMenuItem
//
this.电话号码ToolStripMenuItem.Name = "电话号码ToolStripMenuItem";
this.电话号码ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.电话号码ToolStripMenuItem.Text = "电话号码";
this.电话号码ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 邮政编码ToolStripMenuItem
//
this.邮政编码ToolStripMenuItem.Name = "邮政编码ToolStripMenuItem";
this.邮政编码ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.邮政编码ToolStripMenuItem.Text = "邮政编码";
this.邮政编码ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.toolStripMenuItem1.Text = "Email地址1";
this.toolStripMenuItem1.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 电子邮件地址ToolStripMenuItem
//
this.电子邮件地址ToolStripMenuItem.Name = "电子邮件地址ToolStripMenuItem";
this.电子邮件地址ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.电子邮件地址ToolStripMenuItem.Text = "Email地址2";
this.电子邮件地址ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// iPToolStripMenuItem
//
this.iPToolStripMenuItem.Name = "iPToolStripMenuItem";
this.iPToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.iPToolStripMenuItem.Text = "IP地址";
this.iPToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 中文字符ToolStripMenuItem
//
this.中文字符ToolStripMenuItem.Name = "中文字符ToolStripMenuItem";
this.中文字符ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.中文字符ToolStripMenuItem.Text = "中文字符";
this.中文字符ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 空白行ToolStripMenuItem
//
this.空白行ToolStripMenuItem.Name = "空白行ToolStripMenuItem";
this.空白行ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.空白行ToolStripMenuItem.Text = "空白行";
this.空白行ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// hTML标记ToolStripMenuItem
//
this.hTML标记ToolStripMenuItem.Name = "hTML标记ToolStripMenuItem";
this.hTML标记ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.hTML标记ToolStripMenuItem.Text = "HTML标记";
this.hTML标记ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 首尾空白字符ToolStripMenuItem
//
this.首尾空白字符ToolStripMenuItem.Name = "首尾空白字符ToolStripMenuItem";
this.首尾空白字符ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.首尾空白字符ToolStripMenuItem.Text = "首尾空白字符";
this.首尾空白字符ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 网址URLToolStripMenuItem
//
this.网址URLToolStripMenuItem.Name = "网址URLToolStripMenuItem";
this.网址URLToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.网址URLToolStripMenuItem.Text = "网址URL";
this.网址URLToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 网络帐号ToolStripMenuItem
//
this.网络帐号ToolStripMenuItem.Name = "网络帐号ToolStripMenuItem";
this.网络帐号ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.网络帐号ToolStripMenuItem.Text = "网络帐号";
this.网络帐号ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 国内电话号码ToolStripMenuItem
//
this.国内电话号码ToolStripMenuItem.Name = "国内电话号码ToolStripMenuItem";
this.国内电话号码ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.国内电话号码ToolStripMenuItem.Text = "国内电话号码";
this.国内电话号码ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 腾讯QQ号ToolStripMenuItem
//
this.腾讯QQ号ToolStripMenuItem.Name = "腾讯QQ号ToolStripMenuItem";
this.腾讯QQ号ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.腾讯QQ号ToolStripMenuItem.Text = "腾讯QQ号";
this.腾讯QQ号ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// 中国身份证号ToolStripMenuItem
//
this.中国身份证号ToolStripMenuItem.Name = "中国身份证号ToolStripMenuItem";
this.中国身份证号ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.中国身份证号ToolStripMenuItem.Text = "中国身份证号";
this.中国身份证号ToolStripMenuItem.Click += new System.EventHandler(this.MenuRegexItem_Click);
//
// frmRegex
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 443);
this.Controls.Add(this.FamiliarRegex);
this.Controls.Add(this.GroupsButton);
this.Controls.Add(this.MatchesButton);
this.Controls.Add(this.SplitBoutton);
this.Controls.Add(this.ReplaceButton);
this.Controls.Add(this.TestRegexButton);
this.Controls.Add(this.ResultsTextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.ReplacementTextBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.InputTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.SaveRegexButton);
this.Controls.Add(this.OpenRegexButton);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.RegexTextBox);
this.Controls.Add(this.label1);
this.Name = "frmRegex";
this.Text = "正则表达式检测";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.MenuRegex.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox RegexTextBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox SingeLineChkBox;
private System.Windows.Forms.CheckBox RightToLeftChkBox;
private System.Windows.Forms.CheckBox MultiLineChkBox;
private System.Windows.Forms.CheckBox IgnoreCaseChkBox;
private System.Windows.Forms.CheckBox ExplicitCaptureChkBox;
private System.Windows.Forms.CheckBox ECMAScriptChkBox;
private System.Windows.Forms.CheckBox IgnorePatternWhiteSpaceChkBox;
private System.Windows.Forms.Button OpenRegexButton;
private System.Windows.Forms.Button SaveRegexButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox InputTextBox;
private System.Windows.Forms.TextBox ReplacementTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox ResultsTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button TestRegexButton;
private System.Windows.Forms.Button ReplaceButton;
private System.Windows.Forms.Button SplitBoutton;
private System.Windows.Forms.Button MatchesButton;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Button GroupsButton;
private System.Windows.Forms.LinkLabel FamiliarRegex;
private System.Windows.Forms.ContextMenuStrip MenuRegex;
private System.Windows.Forms.ToolStripMenuItem 整数ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 浮点数ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 电话号码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 邮政编码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 电子邮件地址ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem iPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 中文字符ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 空白行ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hTML标记ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 首尾空白字符ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 网址URLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 网络帐号ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 国内电话号码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 腾讯QQ号ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 中国身份证号ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -