namespace 开发辅助工具.Tools { partial class FrmXpath { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmXpath)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panelEx1 = new ryControls.PanelEx(); this.textEditorControl1 = new ICSharpCode.TextEditor.TextEditorControl(); this.contextMenuStripHighlightText1 = new ryProcessManager.hezuo.ContextMenuStripHighlightText(); this.RySearchXpath = new ryControls.rySearch(); this.label1 = new System.Windows.Forms.Label(); this.CbbXMLType = new ryControls.RyComboBox(); this.menuRight1 = new ryPaiban.Model.MenuRight(this.components); this.TxtXML = new ryControls.Controls.RichTextBox2(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(10, 33); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.TxtXML); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panelEx1); this.splitContainer1.Size = new System.Drawing.Size(875, 475); this.splitContainer1.SplitterDistance = 145; this.splitContainer1.SplitterWidth = 2; this.splitContainer1.TabIndex = 13; // // panelEx1 // this.panelEx1.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.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(216)))), ((int)(((byte)(223))))); this.panelEx1.Controls.Add(this.textEditorControl1); this.panelEx1.Location = new System.Drawing.Point(2, 3); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(2); this.panelEx1.RoundeStyle = ryControls.RoundStyle.None; this.panelEx1.Size = new System.Drawing.Size(869, 326); this.panelEx1.TabIndex = 8; this.panelEx1.TileBackColor = System.Drawing.Color.White; // // textEditorControl1 // this.textEditorControl1.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.textEditorControl1.ContextMenuStrip = this.contextMenuStripHighlightText1; this.textEditorControl1.IsReadOnly = false; this.textEditorControl1.Location = new System.Drawing.Point(5, 5); this.textEditorControl1.Name = "textEditorControl1"; this.textEditorControl1.Size = new System.Drawing.Size(859, 316); this.textEditorControl1.TabIndex = 5; // // contextMenuStripHighlightText1 // this.contextMenuStripHighlightText1.Name = "contextMenuStripHighlightText1"; this.contextMenuStripHighlightText1.Size = new System.Drawing.Size(101, 186); // // RySearchXpath // this.RySearchXpath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RySearchXpath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.RySearchXpath.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.RySearchXpath.EmptyText = ""; this.RySearchXpath.Location = new System.Drawing.Point(179, 3); this.RySearchXpath.Name = "RySearchXpath"; this.RySearchXpath.Size = new System.Drawing.Size(707, 25); this.RySearchXpath.TabIndex = 12; this.RySearchXpath.OnSearch += new System.EventHandler(this.RySearchXpath_OnSearch); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(102, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 12); this.label1.TabIndex = 11; this.label1.Text = "Xpath表达式"; // // CbbXMLType // this.CbbXMLType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CbbXMLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbbXMLType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CbbXMLType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CbbXMLType.FormattingEnabled = true; this.CbbXMLType.Items.AddRange(new object[] { "XML内容", "Html内容"}); this.CbbXMLType.Location = new System.Drawing.Point(11, 3); this.CbbXMLType.Name = "CbbXMLType"; this.CbbXMLType.Size = new System.Drawing.Size(85, 24); this.CbbXMLType.TabIndex = 10; // // menuRight1 // this.menuRight1.Name = "menuRight1"; this.menuRight1.Size = new System.Drawing.Size(173, 48); this.menuRight1.SourceContent = this; // // TxtXML // this.TxtXML.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.TxtXML.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TxtXML.DetectUrls = false; this.TxtXML.EmptyText = "待匹配的XML或HTML内容"; this.TxtXML.ForeColor = System.Drawing.Color.Black; this.TxtXML.Location = new System.Drawing.Point(3, 3); this.TxtXML.Name = "TxtXML"; this.TxtXML.OnlyInputText = true; this.TxtXML.Size = new System.Drawing.Size(868, 139); this.TxtXML.TabIndex = 32; this.TxtXML.Text = ""; this.TxtXML.DoubleClick += new System.EventHandler(this.TxtXML_DoubleClick); // // FrmXpath // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(894, 509); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.RySearchXpath); this.Controls.Add(this.label1); this.Controls.Add(this.CbbXMLType); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmXpath"; this.TabPageContextMenuStrip = this.menuRight1; this.Text = "Xpath测试工具"; this.Load += new System.EventHandler(this.FrmXpath_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private ryControls.PanelEx panelEx1; private ICSharpCode.TextEditor.TextEditorControl textEditorControl1; private ryControls.rySearch RySearchXpath; private System.Windows.Forms.Label label1; private ryControls.RyComboBox CbbXMLType; private ryProcessManager.hezuo.ContextMenuStripHighlightText contextMenuStripHighlightText1; private ryPaiban.Model.MenuRight menuRight1; private ryControls.Controls.RichTextBox2 TxtXML; } }