SuperDesign/Source/开发辅助工具/Tools/FrmXpath.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

272 lines
14 KiB
C#

namespace .Tools
{
partial class FrmXpath
{
/// <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(FrmXpath));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.TxtXML = new ScintillaNETV2.Highlight.HighlightEditor();
this.panelEx1 = new ryControls.PanelEx();
this.htmlPanel1 = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
this.label1 = new System.Windows.Forms.Label();
this.CbbXMLType = new ryControls.RyComboBox();
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
this.treeRenderer1 = new BrightIdeasSoftware.TreeListView.TreeRenderer();
this.BtnGet = new ryControls.ButtonEx();
this.label2 = new System.Windows.Forms.Label();
this.RichXpath = new ryControls.TextBoxEx2();
this.RichAttr = new ryControls.TextBoxEx2();
((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, 41);
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(955, 463);
this.splitContainer1.SplitterDistance = 140;
this.splitContainer1.SplitterWidth = 2;
this.splitContainer1.TabIndex = 13;
//
// TxtXML
//
this.TxtXML.AutoMark = true;
this.TxtXML.CurHighliteLang = VPKSoft2.ScintillaLexers.LexerEnumerations.LexerType.Text;
this.TxtXML.Dock = System.Windows.Forms.DockStyle.Fill;
this.TxtXML.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TxtXML.LineNumberOn = true;
this.TxtXML.Location = new System.Drawing.Point(0, 0);
this.TxtXML.Name = "TxtXML";
this.TxtXML.ReadOnly = false;
this.TxtXML.SelectedText = "";
this.TxtXML.Size = new System.Drawing.Size(955, 140);
this.TxtXML.TabIndex = 33;
this.TxtXML.UseCustomGotoLine = false;
this.TxtXML.UseCustomShowFindReplace = false;
this.TxtXML.TextChanged += new System.EventHandler(this.TxtXML_TextChanged);
//
// 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.htmlPanel1);
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(949, 347);
this.panelEx1.TabIndex = 8;
this.panelEx1.TileBackColor = System.Drawing.Color.White;
//
// htmlPanel1
//
this.htmlPanel1.AutoScroll = true;
this.htmlPanel1.BackColor = System.Drawing.SystemColors.Window;
this.htmlPanel1.BaseStylesheet = null;
this.htmlPanel1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.htmlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.htmlPanel1.Location = new System.Drawing.Point(2, 2);
this.htmlPanel1.Name = "htmlPanel1";
this.htmlPanel1.Size = new System.Drawing.Size(945, 343);
this.htmlPanel1.TabIndex = 1;
this.htmlPanel1.Text = null;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(116, 15);
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("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbXMLType.FormattingEnabled = true;
this.CbbXMLType.Items.AddRange(new object[] {
"XML内容",
"Html内容",
"JSon内容"});
this.CbbXMLType.Location = new System.Drawing.Point(11, 8);
this.CbbXMLType.Name = "CbbXMLType";
this.CbbXMLType.Size = new System.Drawing.Size(99, 27);
this.CbbXMLType.TabIndex = 10;
this.CbbXMLType.SelectedIndexChanged += new System.EventHandler(this.CbbXMLType_SelectedIndexChanged);
//
// menuRight1
//
this.menuRight1.Name = "menuRight1";
this.menuRight1.Size = new System.Drawing.Size(185, 92);
this.menuRight1.SourceContent = this;
//
// treeRenderer1
//
this.treeRenderer1.IsShowGlyphs = true;
this.treeRenderer1.IsShowLines = true;
this.treeRenderer1.UseTriangles = false;
//
// BtnGet
//
this.BtnGet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnGet.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnGet.Location = new System.Drawing.Point(896, 5);
this.BtnGet.Name = "BtnGet";
this.BtnGet.Size = new System.Drawing.Size(70, 32);
this.BtnGet.TabIndex = 35;
this.BtnGet.Text = "获取";
this.BtnGet.UseVisualStyleBackColor = true;
this.BtnGet.Click += new System.EventHandler(this.BtnGet_Click);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(748, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 36;
this.label2.Text = "属性";
//
// RichXpath
//
this.RichXpath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RichXpath.BackColor = System.Drawing.Color.White;
this.RichXpath.EmptyText = "";
this.RichXpath.Location = new System.Drawing.Point(193, 8);
this.RichXpath.LongTime = 2000;
this.RichXpath.MaxLength = 999999999;
this.RichXpath.MaxUndoRedoSteps = 50;
this.RichXpath.Multiline = false;
this.RichXpath.Name = "RichXpath";
this.RichXpath.OnlyNumeric = false;
this.RichXpath.PasswordChar = '\0';
this.RichXpath.ReadOnly = false;
this.RichXpath.SelectedText = "";
this.RichXpath.SelectionLength = 0;
this.RichXpath.SelectionStart = 0;
this.RichXpath.Size = new System.Drawing.Size(549, 27);
this.RichXpath.TabIndex = 34;
this.RichXpath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.RichXpath.ToolTip = "";
this.RichXpath.WordWrap = true;
this.RichXpath.LongTimeNoChanged += new System.EventHandler(this.RichXpath_LongTimeNoChanged);
this.RichXpath.TextChanged2 += new System.EventHandler(this.RichXpath_TextChanged);
this.RichXpath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RichXpath_KeyDown);
//
// RichAttr
//
this.RichAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.RichAttr.BackColor = System.Drawing.Color.White;
this.RichAttr.EmptyText = "";
this.RichAttr.Location = new System.Drawing.Point(783, 8);
this.RichAttr.LongTime = 2000;
this.RichAttr.MaxLength = 999999999;
this.RichAttr.MaxUndoRedoSteps = 50;
this.RichAttr.Multiline = false;
this.RichAttr.Name = "RichAttr";
this.RichAttr.OnlyNumeric = false;
this.RichAttr.PasswordChar = '\0';
this.RichAttr.ReadOnly = false;
this.RichAttr.SelectedText = "";
this.RichAttr.SelectionLength = 0;
this.RichAttr.SelectionStart = 0;
this.RichAttr.Size = new System.Drawing.Size(107, 27);
this.RichAttr.TabIndex = 35;
this.RichAttr.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.RichAttr.ToolTip = "";
this.RichAttr.WordWrap = true;
this.RichAttr.LongTimeNoChanged += new System.EventHandler(this.RichAttr_LongTimeNoChanged);
this.RichAttr.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RichAttr_KeyDown);
//
// FrmXpath
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(974, 509);
this.Controls.Add(this.RichAttr);
this.Controls.Add(this.RichXpath);
this.Controls.Add(this.label2);
this.Controls.Add(this.BtnGet);
this.Controls.Add(this.splitContainer1);
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/JPath测试工具";
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 System.Windows.Forms.Label label1;
private ryControls.RyComboBox CbbXMLType;
private ryPaiban.Model.MenuRight menuRight1;
private TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel1;
private BrightIdeasSoftware.TreeListView.TreeRenderer treeRenderer1;
private ScintillaNETV2.Highlight.HighlightEditor TxtXML;
private ryControls.ButtonEx BtnGet;
private System.Windows.Forms.Label label2;
private ryControls.TextBoxEx2 RichAttr;
private ryControls.TextBoxEx2 RichXpath;
}
}