📄 frmregex.designer.cs
字号:
this.OpenRegexButton.Location = new System.Drawing.Point(365, 92);
this.OpenRegexButton.Name = "OpenRegexButton";
this.OpenRegexButton.Size = new System.Drawing.Size(90, 27);
this.OpenRegexButton.TabIndex = 3;
this.OpenRegexButton.Text = "打开文件";
this.OpenRegexButton.UseVisualStyleBackColor = true;
this.OpenRegexButton.Click += new System.EventHandler(this.OpenRegexButton_Click);
//
// SaveRegexButton
//
this.SaveRegexButton.Location = new System.Drawing.Point(365, 130);
this.SaveRegexButton.Name = "SaveRegexButton";
this.SaveRegexButton.Size = new System.Drawing.Size(90, 27);
this.SaveRegexButton.TabIndex = 4;
this.SaveRegexButton.Text = "保存结果";
this.SaveRegexButton.UseVisualStyleBackColor = true;
this.SaveRegexButton.Click += new System.EventHandler(this.SaveRegexButton_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 177);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 12);
this.label2.TabIndex = 5;
this.label2.Text = "请输入文本信息:";
//
// InputTextBox
//
this.InputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.InputTextBox.Location = new System.Drawing.Point(6, 192);
this.InputTextBox.Multiline = true;
this.InputTextBox.Name = "InputTextBox";
this.InputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.InputTextBox.Size = new System.Drawing.Size(470, 62);
this.InputTextBox.TabIndex = 6;
//
// ReplacementTextBox
//
this.ReplacementTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ReplacementTextBox.Location = new System.Drawing.Point(6, 275);
this.ReplacementTextBox.Multiline = true;
this.ReplacementTextBox.Name = "ReplacementTextBox";
this.ReplacementTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.ReplacementTextBox.Size = new System.Drawing.Size(470, 38);
this.ReplacementTextBox.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 260);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 7;
this.label3.Text = "替换文本:";
//
// ResultsTextBox
//
this.ResultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ResultsTextBox.Location = new System.Drawing.Point(6, 334);
this.ResultsTextBox.Multiline = true;
this.ResultsTextBox.Name = "ResultsTextBox";
this.ResultsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.ResultsTextBox.Size = new System.Drawing.Size(470, 66);
this.ResultsTextBox.TabIndex = 10;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 319);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 12);
this.label4.TabIndex = 9;
this.label4.Text = "反馈匹配结果:";
//
// TestRegexButton
//
this.TestRegexButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.TestRegexButton.Location = new System.Drawing.Point(10, 408);
this.TestRegexButton.Name = "TestRegexButton";
this.TestRegexButton.Size = new System.Drawing.Size(75, 27);
this.TestRegexButton.TabIndex = 11;
this.TestRegexButton.Text = "检查";
this.TestRegexButton.UseVisualStyleBackColor = true;
this.TestRegexButton.Click += new System.EventHandler(this.TestRegexButton_Click);
//
// ReplaceButton
//
this.ReplaceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ReplaceButton.Location = new System.Drawing.Point(94, 408);
this.ReplaceButton.Name = "ReplaceButton";
this.ReplaceButton.Size = new System.Drawing.Size(75, 27);
this.ReplaceButton.TabIndex = 12;
this.ReplaceButton.Text = "替换";
this.ReplaceButton.UseVisualStyleBackColor = true;
this.ReplaceButton.Click += new System.EventHandler(this.ReplaceButton_Click);
//
// SplitBoutton
//
this.SplitBoutton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SplitBoutton.Location = new System.Drawing.Point(178, 408);
this.SplitBoutton.Name = "SplitBoutton";
this.SplitBoutton.Size = new System.Drawing.Size(75, 27);
this.SplitBoutton.TabIndex = 13;
this.SplitBoutton.Text = "拆分";
this.SplitBoutton.UseVisualStyleBackColor = true;
this.SplitBoutton.Click += new System.EventHandler(this.SplitBoutton_Click);
//
// MatchesButton
//
this.MatchesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MatchesButton.Location = new System.Drawing.Point(262, 408);
this.MatchesButton.Name = "MatchesButton";
this.MatchesButton.Size = new System.Drawing.Size(75, 27);
this.MatchesButton.TabIndex = 14;
this.MatchesButton.Text = "匹配项";
this.MatchesButton.UseVisualStyleBackColor = true;
this.MatchesButton.Click += new System.EventHandler(this.MatchesButton_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// saveFileDialog1
//
this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
//
// GroupsButton
//
this.GroupsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.GroupsButton.Location = new System.Drawing.Point(346, 408);
this.GroupsButton.Name = "GroupsButton";
this.GroupsButton.Size = new System.Drawing.Size(75, 27);
this.GroupsButton.TabIndex = 15;
this.GroupsButton.Text = "分组信息";
this.GroupsButton.UseVisualStyleBackColor = true;
this.GroupsButton.Click += new System.EventHandler(this.GroupsButton_Click);
//
// FamiliarRegex
//
this.FamiliarRegex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.FamiliarRegex.AutoSize = true;
this.FamiliarRegex.Location = new System.Drawing.Point(383, 7);
this.FamiliarRegex.Name = "FamiliarRegex";
this.FamiliarRegex.Size = new System.Drawing.Size(89, 12);
this.FamiliarRegex.TabIndex = 16;
this.FamiliarRegex.TabStop = true;
this.FamiliarRegex.Text = "常见正则表达式";
this.FamiliarRegex.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.FamiliarRegex_LinkClicked);
//
// MenuRegex
//
this.MenuRegex.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.整数ToolStripMenuItem,
this.浮点数ToolStripMenuItem,
this.电话号码ToolStripMenuItem,
this.邮政编码ToolStripMenuItem,
this.toolStripMenuItem1,
this.电子邮件地址ToolStripMenuItem,
this.iPToolStripMenuItem,
this.中文字符ToolStripMenuItem,
this.空白行ToolStripMenuItem,
this.hTML标记ToolStripMenuItem,
this.首尾空白字符ToolStripMenuItem,
this.网址URLToolStripMenuItem,
this.网络帐号ToolStripMenuItem,
this.国内电话号码ToolStripMenuItem,
this.腾讯QQ号ToolStripMenuItem,
this.中国身份证号ToolStripMenuItem});
this.MenuRegex.Name = "MenuRegex";
this.MenuRegex.Size = new System.Drawing.Size(143, 356);
//
// 整数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
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -