------ #### SuperDesign V2.0.2301.2101 - *.[新增]新增API编辑器,自动保存和快速插入修改参数。 - *.[改进]使用新款高亮编辑器。
294 lines
14 KiB
C#
294 lines
14 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmRegex
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRegex));
|
|
this.tabControl3 = new System.Windows.Forms.TabControl();
|
|
this.TabTxtResult = new System.Windows.Forms.TabPage();
|
|
this.RichRegexOutput = new System.Windows.Forms.RichTextBox();
|
|
this.contextMenuStripRichText1 = new ryProcessManager.hezuo.ContextMenuStripRichText();
|
|
this.tabPage10 = new System.Windows.Forms.TabPage();
|
|
this.table1 = new XPTable.Models.Table();
|
|
this.columnModel1 = new XPTable.Models.ColumnModel();
|
|
this.textColumn1 = new XPTable.Models.TextColumn();
|
|
this.textColumn2 = new XPTable.Models.TextColumn();
|
|
this.textColumn3 = new XPTable.Models.TextColumn();
|
|
this.tableModel1 = new XPTable.Models.TableModel();
|
|
this.tabPage11 = new System.Windows.Forms.TabPage();
|
|
this.LnkRegexHelp = new System.Windows.Forms.LinkLabel();
|
|
this.ChkIgnoreCase = new System.Windows.Forms.CheckBox();
|
|
this.ChkMultiline = new System.Windows.Forms.CheckBox();
|
|
this.RySearchRegex = new ryControls.rySearch();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
|
|
this.TxtRegexInput = new ryControls.Controls.RichTextBox2();
|
|
this.tabControl3.SuspendLayout();
|
|
this.TabTxtResult.SuspendLayout();
|
|
this.tabPage10.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
|
|
this.tabPage11.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl3
|
|
//
|
|
this.tabControl3.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.tabControl3.Controls.Add(this.TabTxtResult);
|
|
this.tabControl3.Controls.Add(this.tabPage10);
|
|
this.tabControl3.Controls.Add(this.tabPage11);
|
|
this.tabControl3.Location = new System.Drawing.Point(12, 201);
|
|
this.tabControl3.Name = "tabControl3";
|
|
this.tabControl3.SelectedIndex = 0;
|
|
this.tabControl3.Size = new System.Drawing.Size(825, 294);
|
|
this.tabControl3.TabIndex = 13;
|
|
//
|
|
// TabTxtResult
|
|
//
|
|
this.TabTxtResult.Controls.Add(this.RichRegexOutput);
|
|
this.TabTxtResult.Location = new System.Drawing.Point(4, 22);
|
|
this.TabTxtResult.Name = "TabTxtResult";
|
|
this.TabTxtResult.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TabTxtResult.Size = new System.Drawing.Size(817, 268);
|
|
this.TabTxtResult.TabIndex = 0;
|
|
this.TabTxtResult.Text = "普通结果";
|
|
this.TabTxtResult.UseVisualStyleBackColor = true;
|
|
//
|
|
// RichRegexOutput
|
|
//
|
|
this.RichRegexOutput.BackColor = System.Drawing.Color.White;
|
|
this.RichRegexOutput.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.RichRegexOutput.ContextMenuStrip = this.contextMenuStripRichText1;
|
|
this.RichRegexOutput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.RichRegexOutput.Location = new System.Drawing.Point(3, 3);
|
|
this.RichRegexOutput.Name = "RichRegexOutput";
|
|
this.RichRegexOutput.ReadOnly = true;
|
|
this.RichRegexOutput.Size = new System.Drawing.Size(811, 262);
|
|
this.RichRegexOutput.TabIndex = 4;
|
|
this.RichRegexOutput.Text = "";
|
|
this.RichRegexOutput.WordWrap = false;
|
|
//
|
|
// contextMenuStripRichText1
|
|
//
|
|
this.contextMenuStripRichText1.Name = "contextMenuStripRichText1";
|
|
this.contextMenuStripRichText1.Size = new System.Drawing.Size(101, 164);
|
|
//
|
|
// tabPage10
|
|
//
|
|
this.tabPage10.Controls.Add(this.table1);
|
|
this.tabPage10.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage10.Name = "tabPage10";
|
|
this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage10.Size = new System.Drawing.Size(817, 268);
|
|
this.tabPage10.TabIndex = 1;
|
|
this.tabPage10.Text = "列表展示";
|
|
this.tabPage10.UseVisualStyleBackColor = true;
|
|
//
|
|
// table1
|
|
//
|
|
this.table1.ColumnModel = this.columnModel1;
|
|
this.table1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.table1.FullRowSelect = true;
|
|
this.table1.Location = new System.Drawing.Point(3, 3);
|
|
this.table1.Name = "table1";
|
|
this.table1.NoItemsText = "当前列表没有任何项";
|
|
this.table1.Size = new System.Drawing.Size(811, 262);
|
|
this.table1.TabIndex = 0;
|
|
this.table1.TableModel = this.tableModel1;
|
|
this.table1.Text = "table1";
|
|
//
|
|
// columnModel1
|
|
//
|
|
this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
|
|
this.textColumn1,
|
|
this.textColumn2,
|
|
this.textColumn3});
|
|
//
|
|
// textColumn1
|
|
//
|
|
this.textColumn1.Editable = false;
|
|
this.textColumn1.Tag = null;
|
|
this.textColumn1.Text = "匹配的内容";
|
|
this.textColumn1.Width = 550;
|
|
//
|
|
// textColumn2
|
|
//
|
|
this.textColumn2.Editable = false;
|
|
this.textColumn2.Tag = null;
|
|
this.textColumn2.Text = "位置";
|
|
//
|
|
// textColumn3
|
|
//
|
|
this.textColumn3.Editable = false;
|
|
this.textColumn3.Tag = null;
|
|
this.textColumn3.Text = "分组";
|
|
this.textColumn3.Width = 150;
|
|
//
|
|
// tabPage11
|
|
//
|
|
this.tabPage11.Controls.Add(this.LnkRegexHelp);
|
|
this.tabPage11.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage11.Name = "tabPage11";
|
|
this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage11.Size = new System.Drawing.Size(817, 268);
|
|
this.tabPage11.TabIndex = 2;
|
|
this.tabPage11.Text = "正则帮助";
|
|
this.tabPage11.UseVisualStyleBackColor = true;
|
|
//
|
|
// LnkRegexHelp
|
|
//
|
|
this.LnkRegexHelp.AutoSize = true;
|
|
this.LnkRegexHelp.Location = new System.Drawing.Point(13, 10);
|
|
this.LnkRegexHelp.Name = "LnkRegexHelp";
|
|
this.LnkRegexHelp.Size = new System.Drawing.Size(53, 12);
|
|
this.LnkRegexHelp.TabIndex = 0;
|
|
this.LnkRegexHelp.TabStop = true;
|
|
this.LnkRegexHelp.Text = "访问帮助";
|
|
this.LnkRegexHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRegexHelp_LinkClicked);
|
|
//
|
|
// ChkIgnoreCase
|
|
//
|
|
this.ChkIgnoreCase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ChkIgnoreCase.AutoSize = true;
|
|
this.ChkIgnoreCase.Location = new System.Drawing.Point(616, 12);
|
|
this.ChkIgnoreCase.Name = "ChkIgnoreCase";
|
|
this.ChkIgnoreCase.Size = new System.Drawing.Size(84, 16);
|
|
this.ChkIgnoreCase.TabIndex = 17;
|
|
this.ChkIgnoreCase.Text = "忽略大小写";
|
|
this.ChkIgnoreCase.UseVisualStyleBackColor = true;
|
|
//
|
|
// ChkMultiline
|
|
//
|
|
this.ChkMultiline.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ChkMultiline.AutoSize = true;
|
|
this.ChkMultiline.Location = new System.Drawing.Point(538, 12);
|
|
this.ChkMultiline.Name = "ChkMultiline";
|
|
this.ChkMultiline.Size = new System.Drawing.Size(72, 16);
|
|
this.ChkMultiline.TabIndex = 16;
|
|
this.ChkMultiline.Text = "多行模式";
|
|
this.ChkMultiline.UseVisualStyleBackColor = true;
|
|
//
|
|
// RySearchRegex
|
|
//
|
|
this.RySearchRegex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RySearchRegex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
|
|
this.RySearchRegex.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.RySearchRegex.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
|
|
this.RySearchRegex.EmptyText = "";
|
|
this.RySearchRegex.Location = new System.Drawing.Point(81, 6);
|
|
this.RySearchRegex.Name = "RySearchRegex";
|
|
this.RySearchRegex.Size = new System.Drawing.Size(451, 25);
|
|
this.RySearchRegex.TabIndex = 14;
|
|
this.RySearchRegex.OnSearch += new System.EventHandler(this.RySearchRegex_OnSearch);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(10, 13);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(65, 12);
|
|
this.label12.TabIndex = 12;
|
|
this.label12.Text = "正则表达式";
|
|
//
|
|
// menuRight1
|
|
//
|
|
this.menuRight1.Name = "menuRight1";
|
|
this.menuRight1.Size = new System.Drawing.Size(185, 92);
|
|
this.menuRight1.SourceContent = this;
|
|
//
|
|
// TxtRegexInput
|
|
//
|
|
this.TxtRegexInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtRegexInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.TxtRegexInput.DetectUrls = false;
|
|
this.TxtRegexInput.EmptyText = "在此输入待匹配文本";
|
|
this.TxtRegexInput.Font = new System.Drawing.Font("Courier New", 10F);
|
|
this.TxtRegexInput.ForeColor = System.Drawing.Color.Black;
|
|
this.TxtRegexInput.Location = new System.Drawing.Point(12, 37);
|
|
this.TxtRegexInput.Name = "TxtRegexInput";
|
|
this.TxtRegexInput.OnlyInputText = true;
|
|
this.TxtRegexInput.Size = new System.Drawing.Size(825, 158);
|
|
this.TxtRegexInput.TabIndex = 18;
|
|
this.TxtRegexInput.Text = "";
|
|
this.TxtRegexInput.WordWrap = false;
|
|
this.TxtRegexInput.DoubleClick += new System.EventHandler(this.TxtRegexInput_DoubleClick);
|
|
//
|
|
// FrmRegex
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(849, 499);
|
|
this.Controls.Add(this.TxtRegexInput);
|
|
this.Controls.Add(this.tabControl3);
|
|
this.Controls.Add(this.ChkIgnoreCase);
|
|
this.Controls.Add(this.ChkMultiline);
|
|
this.Controls.Add(this.RySearchRegex);
|
|
this.Controls.Add(this.label12);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmRegex";
|
|
this.TabPageContextMenuStrip = this.menuRight1;
|
|
this.Text = "正则表达式";
|
|
this.Load += new System.EventHandler(this.FrmRegex_Load);
|
|
this.tabControl3.ResumeLayout(false);
|
|
this.TabTxtResult.ResumeLayout(false);
|
|
this.tabPage10.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
|
|
this.tabPage11.ResumeLayout(false);
|
|
this.tabPage11.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl3;
|
|
private System.Windows.Forms.TabPage TabTxtResult;
|
|
private System.Windows.Forms.RichTextBox RichRegexOutput;
|
|
private System.Windows.Forms.TabPage tabPage10;
|
|
private XPTable.Models.Table table1;
|
|
private System.Windows.Forms.TabPage tabPage11;
|
|
private System.Windows.Forms.LinkLabel LnkRegexHelp;
|
|
private System.Windows.Forms.CheckBox ChkIgnoreCase;
|
|
private System.Windows.Forms.CheckBox ChkMultiline;
|
|
private ryControls.rySearch RySearchRegex;
|
|
private System.Windows.Forms.Label label12;
|
|
private XPTable.Models.ColumnModel columnModel1;
|
|
private XPTable.Models.TableModel tableModel1;
|
|
private XPTable.Models.TextColumn textColumn1;
|
|
private XPTable.Models.TextColumn textColumn2;
|
|
private XPTable.Models.TextColumn textColumn3;
|
|
private ryProcessManager.hezuo.ContextMenuStripRichText contextMenuStripRichText1;
|
|
private ryPaiban.Model.MenuRight menuRight1;
|
|
private ryControls.Controls.RichTextBox2 TxtRegexInput;
|
|
}
|
|
} |