?? 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 + -