SuperDesign/Source/开发辅助工具/Tools/FrmWebGet.Designer.cs
zilinsoft 1f8c54fe38 - *.[改进]项目支持自动打包功能。
### RySmartEditor    V1.0.2501.2701
- *.[改进]FTP上传时限制300毫秒内只能刷新一次UI进度。
### SuperDesign    V3.0.2501.2701
- *.[新增]新增支持在线升级功能。
#### 项目功能->项目管理
- *.[新增]FTP上传文件列表和打包文件列表支持在软件里直接编辑。
- *.[改进]更新dll版本将比对版本号,只更新版本号更新或者更新日期更新的dll。
#### 项目功能->更新日志
- *.[新增]新增支持自动记录过的分组信息,然后可以进行选择快速插入。
- *.[新增]记录使用过的项目信息到总数据库,以方便总览。
- *.[改进]右键插入日志时直接对富文本框进行编辑,而不是替换内容,从而具备撤销功能。
- *.[改进]改进MD日志输出的样式设计。
- *.[修复]修复《确认日志覆盖》窗口里的按钮,随着窗口大小变化,按钮会错乱的BUG。
- *.[修复]修复双击日志列表显示日志时,针对本周的时间显示不正确的BUG。
- *.[修复]修复右键新增日志时,如果没有分组,插入的行可能不正确的BUG。
- *.[修复]修复设为开发日志后,鼠标指针变到文本开头的问题。
#### 网页抓取工具
- *.[新增]新增多个常用UA。
- *.[新增]切换Url时如果存在Cookie和Header时,则提示是否清空。
- *.[新增]保存记录时新增支持保存UA。
- *.[新增]Url列表支持图标展示。
2025-01-27 15:41:54 +08:00

1111 lines
59 KiB
C#

namespace .Tools
{
partial class FrmWebGet
{
/// <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(FrmWebGet));
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.RichHtml = new ryControls.Controls.RichTextBox2();
this.tabPage12 = new System.Windows.Forms.TabPage();
this.highlightEditor1 = new ScintillaNETV2.Highlight.HighlightEditor();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.RichCookie = new ryControls.Controls.RichTextBox2();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.RichStatus = new ryControls.Controls.RichTextBox2();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.RichHeader = new ryControls.Controls.RichTextBox2();
this.tabPreview = new System.Windows.Forms.TabPage();
this.extendedWebBrowser1 = new ExtendedWebBrowser2.ExtendedWebBrowser();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.TxtPost = new ScintillaNETV2.Highlight.HighlightEditor();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.TxtCookie = new ryControls.Controls.RichTextBox2();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.TxtInputHeader = new ryControls.Controls.RichTextBox2();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.CbbContentType = new ryControls.ComboBoxEx2();
this.CbbUserAgent = new ryControls.ComboBoxEx2();
this.CbbReferer = new ryControls.TextBoxEx2();
this.CbbIp = new ryControls.TextBoxEx2();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ChkNoPreview = new System.Windows.Forms.CheckBox();
this.ChkHtmlPreview = new System.Windows.Forms.CheckBox();
this.ChkGetPic = new System.Windows.Forms.CheckBox();
this.ChkJump = new System.Windows.Forms.CheckBox();
this.CbbWriteTimeout = new ryControls.RyComboBox();
this.label5 = new System.Windows.Forms.Label();
this.CbbTimeout = new ryControls.RyComboBox();
this.label4 = new System.Windows.Forms.Label();
this.CbbEncoding = new ryControls.RyComboBox();
this.label3 = new System.Windows.Forms.Label();
this.RbPost = new System.Windows.Forms.RadioButton();
this.RbGet = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
this.TxtUrl = new ryControls.TextBoxEx2();
this.BtnRunHtml = new ryControls.ButtonEx();
this.objectListView2 = new BrightIdeasSoftware.FastObjectListView();
this.OlvUrl = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.OlvName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.MenuMore = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.BtnShare = new ryControls.SuperPictureBox();
this.BtnSetting = new ryControls.SuperPictureBox();
this.BtnMore = new ryControls.SuperPictureBox();
this.RbHead = new System.Windows.Forms.RadioButton();
this.MenuSetting = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.curl代码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage12.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
this.tabPreview.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage7.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BtnShare)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BtnSetting)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BtnMore)).BeginInit();
this.MenuSetting.SuspendLayout();
this.SuspendLayout();
//
// tabControl2
//
this.tabControl2.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.tabControl2.Controls.Add(this.tabPage3);
this.tabControl2.Controls.Add(this.tabPage12);
this.tabControl2.Controls.Add(this.tabPage4);
this.tabControl2.Controls.Add(this.tabPage5);
this.tabControl2.Controls.Add(this.tabPage6);
this.tabControl2.Controls.Add(this.tabPreview);
this.tabControl2.Location = new System.Drawing.Point(8, 288);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(896, 332);
this.tabControl2.TabIndex = 108;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.pictureBox1);
this.tabPage3.Controls.Add(this.RichHtml);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(888, 306);
this.tabPage3.TabIndex = 0;
this.tabPage3.Text = "HTML";
this.tabPage3.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(3, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(882, 300);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.Visible = false;
//
// RichHtml
//
this.RichHtml.BackColor = System.Drawing.Color.White;
this.RichHtml.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichHtml.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichHtml.EmptyText = "";
this.RichHtml.Font = new System.Drawing.Font("Courier New", 10F);
this.RichHtml.ForeColor = System.Drawing.Color.Black;
this.RichHtml.Location = new System.Drawing.Point(3, 3);
this.RichHtml.Name = "RichHtml";
this.RichHtml.OnlyInputText = true;
this.RichHtml.ReadOnly = true;
this.RichHtml.Size = new System.Drawing.Size(882, 300);
this.RichHtml.TabIndex = 3;
this.RichHtml.Text = "";
this.RichHtml.WordWrap = true;
//
// tabPage12
//
this.tabPage12.Controls.Add(this.highlightEditor1);
this.tabPage12.Location = new System.Drawing.Point(4, 22);
this.tabPage12.Name = "tabPage12";
this.tabPage12.Padding = new System.Windows.Forms.Padding(3);
this.tabPage12.Size = new System.Drawing.Size(888, 306);
this.tabPage12.TabIndex = 4;
this.tabPage12.Text = "HTML格式化";
this.tabPage12.UseVisualStyleBackColor = true;
//
// highlightEditor1
//
this.highlightEditor1.AutoMark = true;
this.highlightEditor1.CurHighliteLang = VPKSoft2.ScintillaLexers.LexerEnumerations.LexerType.Text;
this.highlightEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
this.highlightEditor1.Font = new System.Drawing.Font("Consolas", 11.25F);
this.highlightEditor1.LineNumberOn = true;
this.highlightEditor1.Location = new System.Drawing.Point(3, 3);
this.highlightEditor1.Name = "highlightEditor1";
this.highlightEditor1.ReadOnly = true;
this.highlightEditor1.SelectedText = "";
this.highlightEditor1.Size = new System.Drawing.Size(882, 300);
this.highlightEditor1.TabIndex = 0;
this.highlightEditor1.UseCustomGotoLine = false;
this.highlightEditor1.UseCustomShowFindReplace = false;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.RichCookie);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(888, 306);
this.tabPage4.TabIndex = 1;
this.tabPage4.Text = "Cookie";
this.tabPage4.UseVisualStyleBackColor = true;
//
// RichCookie
//
this.RichCookie.BackColor = System.Drawing.Color.White;
this.RichCookie.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichCookie.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichCookie.EmptyText = "";
this.RichCookie.Font = new System.Drawing.Font("Courier New", 10F);
this.RichCookie.ForeColor = System.Drawing.Color.Black;
this.RichCookie.Location = new System.Drawing.Point(3, 3);
this.RichCookie.Name = "RichCookie";
this.RichCookie.OnlyInputText = true;
this.RichCookie.ReadOnly = true;
this.RichCookie.Size = new System.Drawing.Size(882, 300);
this.RichCookie.TabIndex = 4;
this.RichCookie.Text = "";
this.RichCookie.WordWrap = true;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.RichStatus);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(888, 306);
this.tabPage5.TabIndex = 2;
this.tabPage5.Text = "Status";
this.tabPage5.UseVisualStyleBackColor = true;
//
// RichStatus
//
this.RichStatus.BackColor = System.Drawing.Color.White;
this.RichStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichStatus.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichStatus.EmptyText = "";
this.RichStatus.Font = new System.Drawing.Font("Courier New", 10F);
this.RichStatus.ForeColor = System.Drawing.Color.Black;
this.RichStatus.Location = new System.Drawing.Point(3, 3);
this.RichStatus.Name = "RichStatus";
this.RichStatus.OnlyInputText = true;
this.RichStatus.ReadOnly = true;
this.RichStatus.Size = new System.Drawing.Size(882, 300);
this.RichStatus.TabIndex = 5;
this.RichStatus.Text = "";
this.RichStatus.WordWrap = true;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.RichHeader);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(888, 306);
this.tabPage6.TabIndex = 3;
this.tabPage6.Text = "Header";
this.tabPage6.UseVisualStyleBackColor = true;
//
// RichHeader
//
this.RichHeader.BackColor = System.Drawing.Color.White;
this.RichHeader.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichHeader.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichHeader.EmptyText = "";
this.RichHeader.Font = new System.Drawing.Font("Courier New", 10F);
this.RichHeader.ForeColor = System.Drawing.Color.Black;
this.RichHeader.Location = new System.Drawing.Point(3, 3);
this.RichHeader.Name = "RichHeader";
this.RichHeader.OnlyInputText = true;
this.RichHeader.ReadOnly = true;
this.RichHeader.Size = new System.Drawing.Size(882, 300);
this.RichHeader.TabIndex = 6;
this.RichHeader.Text = "";
//
// tabPreview
//
this.tabPreview.Controls.Add(this.extendedWebBrowser1);
this.tabPreview.Location = new System.Drawing.Point(4, 22);
this.tabPreview.Name = "tabPreview";
this.tabPreview.Padding = new System.Windows.Forms.Padding(3);
this.tabPreview.Size = new System.Drawing.Size(888, 306);
this.tabPreview.TabIndex = 5;
this.tabPreview.Text = "预览";
this.tabPreview.UseVisualStyleBackColor = true;
//
// extendedWebBrowser1
//
this.extendedWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.extendedWebBrowser1.ForceOpenThisWindow = true;
this.extendedWebBrowser1.Location = new System.Drawing.Point(3, 3);
this.extendedWebBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.extendedWebBrowser1.Name = "extendedWebBrowser1";
this.extendedWebBrowser1.ScriptErrorsSuppressed = true;
this.extendedWebBrowser1.Size = new System.Drawing.Size(882, 300);
this.extendedWebBrowser1.TabIndex = 2;
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage7);
this.tabControl1.Location = new System.Drawing.Point(10, 171);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(894, 115);
this.tabControl1.TabIndex = 6;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.TxtPost);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(886, 89);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Post数据";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Gray;
this.label1.Location = new System.Drawing.Point(292, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(238, 14);
this.label1.TabIndex = 4;
this.label1.Text = "当前模式下Post数据不生效,无法修改";
this.label1.Visible = false;
//
// TxtPost
//
this.TxtPost.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.TxtPost.AutoMark = true;
this.TxtPost.BorderStyle = ScintillaNETV2.BorderStyle.FixedSingle;
this.TxtPost.CurHighliteLang = VPKSoft2.ScintillaLexers.LexerEnumerations.LexerType.Text;
this.TxtPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TxtPost.ImeMode = System.Windows.Forms.ImeMode.Close;
this.TxtPost.LineNumberOn = true;
this.TxtPost.Location = new System.Drawing.Point(3, 3);
this.TxtPost.Name = "TxtPost";
this.TxtPost.ReadOnly = false;
this.TxtPost.SelectedText = "";
this.TxtPost.Size = new System.Drawing.Size(880, 83);
this.TxtPost.TabIndex = 3;
this.TxtPost.UseCustomGotoLine = false;
this.TxtPost.UseCustomShowFindReplace = false;
this.TxtPost.EnabledChanged += new System.EventHandler(this.TxtPost_EnabledChanged);
this.TxtPost.TextChanged += new System.EventHandler(this.TxtPost_TextChanged);
this.TxtPost.DoubleClick += new System.EventHandler(this.TxtPost_DoubleClick);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.TxtCookie);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(886, 89);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Cookie";
this.tabPage2.UseVisualStyleBackColor = true;
//
// TxtCookie
//
this.TxtCookie.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.TxtCookie.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TxtCookie.EmptyText = "请填写请求时要发送的Cookie";
this.TxtCookie.Font = new System.Drawing.Font("Courier New", 10F);
this.TxtCookie.ForeColor = System.Drawing.Color.Black;
this.TxtCookie.Location = new System.Drawing.Point(2, 3);
this.TxtCookie.Name = "TxtCookie";
this.TxtCookie.OnlyInputText = true;
this.TxtCookie.Size = new System.Drawing.Size(881, 83);
this.TxtCookie.TabIndex = 6;
this.TxtCookie.Text = "";
this.TxtCookie.WordWrap = true;
this.TxtCookie.TextChanged += new System.EventHandler(this.TxtCookie_TextChanged);
this.TxtCookie.DoubleClick += new System.EventHandler(this.TxtCookie_DoubleClick);
//
// tabPage7
//
this.tabPage7.Controls.Add(this.TxtInputHeader);
this.tabPage7.Location = new System.Drawing.Point(4, 22);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(886, 89);
this.tabPage7.TabIndex = 2;
this.tabPage7.Text = "Header";
this.tabPage7.UseVisualStyleBackColor = true;
//
// TxtInputHeader
//
this.TxtInputHeader.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.TxtInputHeader.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TxtInputHeader.EmptyText = "请填写请求时要发送的Header";
this.TxtInputHeader.Font = new System.Drawing.Font("Courier New", 10F);
this.TxtInputHeader.ForeColor = System.Drawing.Color.Black;
this.TxtInputHeader.Location = new System.Drawing.Point(2, 3);
this.TxtInputHeader.Name = "TxtInputHeader";
this.TxtInputHeader.OnlyInputText = true;
this.TxtInputHeader.Size = new System.Drawing.Size(881, 83);
this.TxtInputHeader.TabIndex = 7;
this.TxtInputHeader.Text = "";
this.TxtInputHeader.WordWrap = true;
this.TxtInputHeader.TextChanged += new System.EventHandler(this.TxtInputHeader_TextChanged);
this.TxtInputHeader.DoubleClick += new System.EventHandler(this.TxtCookie_DoubleClick);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.CbbContentType);
this.groupBox2.Controls.Add(this.CbbUserAgent);
this.groupBox2.Controls.Add(this.CbbReferer);
this.groupBox2.Controls.Add(this.CbbIp);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Location = new System.Drawing.Point(10, 90);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(887, 75);
this.groupBox2.TabIndex = 106;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "高级配置";
//
// CbbContentType
//
this.CbbContentType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.CbbContentType.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.CbbContentType.EmptyText = "";
this.CbbContentType.Items.Add("text/html");
this.CbbContentType.Items.Add("application/x-www-form-urlencoded");
this.CbbContentType.Items.Add("application/json");
this.CbbContentType.Items.Add("text/json");
this.CbbContentType.Location = new System.Drawing.Point(86, 18);
this.CbbContentType.MaxPopupHeight = 0;
this.CbbContentType.MaxPopupWidth = 250;
this.CbbContentType.Name = "CbbContentType";
this.CbbContentType.SelectedIndex = -1;
this.CbbContentType.SelectedItem = null;
this.CbbContentType.Size = new System.Drawing.Size(218, 23);
this.CbbContentType.TabIndex = 304;
this.CbbContentType.ToolTipText = "";
//
// CbbUserAgent
//
this.CbbUserAgent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CbbUserAgent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.CbbUserAgent.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.CbbUserAgent.EmptyText = "";
this.CbbUserAgent.Location = new System.Drawing.Point(374, 18);
this.CbbUserAgent.MaxPopupHeight = 0;
this.CbbUserAgent.MaxPopupWidth = 0;
this.CbbUserAgent.Name = "CbbUserAgent";
this.CbbUserAgent.SelectedIndex = -1;
this.CbbUserAgent.SelectedItem = null;
this.CbbUserAgent.Size = new System.Drawing.Size(506, 23);
this.CbbUserAgent.TabIndex = 303;
this.toolTip1.SetToolTip(this.CbbUserAgent, "assdddddd");
this.CbbUserAgent.ToolTipText = "";
this.CbbUserAgent.SelectedIndexChanged += new System.EventHandler(this.CbbUserAgent_SelectedIndexChanged);
//
// CbbReferer
//
this.CbbReferer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CbbReferer.BackColor = System.Drawing.Color.White;
this.CbbReferer.EmptyText = "引用页(可选)";
this.CbbReferer.ImeMode = System.Windows.Forms.ImeMode.Close;
this.CbbReferer.Location = new System.Drawing.Point(374, 46);
this.CbbReferer.LongTime = 2000;
this.CbbReferer.MaxLength = 999999999;
this.CbbReferer.MaxUndoRedoSteps = 50;
this.CbbReferer.Multiline = false;
this.CbbReferer.Name = "CbbReferer";
this.CbbReferer.OnlyNumeric = false;
this.CbbReferer.PasswordChar = '\0';
this.CbbReferer.ReadOnly = false;
this.CbbReferer.SelectedText = "";
this.CbbReferer.SelectionLength = 0;
this.CbbReferer.SelectionStart = 0;
this.CbbReferer.Size = new System.Drawing.Size(506, 23);
this.CbbReferer.TabIndex = 302;
this.CbbReferer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.CbbReferer.ToolTip = "";
this.CbbReferer.WordWrap = true;
//
// CbbIp
//
this.CbbIp.BackColor = System.Drawing.Color.White;
this.CbbIp.EmptyText = "代理IP可为空";
this.CbbIp.ImeMode = System.Windows.Forms.ImeMode.Close;
this.CbbIp.Location = new System.Drawing.Point(86, 46);
this.CbbIp.LongTime = 2000;
this.CbbIp.MaxLength = 999999999;
this.CbbIp.MaxUndoRedoSteps = 50;
this.CbbIp.Multiline = false;
this.CbbIp.Name = "CbbIp";
this.CbbIp.OnlyNumeric = false;
this.CbbIp.PasswordChar = '\0';
this.CbbIp.ReadOnly = false;
this.CbbIp.SelectedText = "";
this.CbbIp.SelectionLength = 0;
this.CbbIp.SelectionStart = 0;
this.CbbIp.Size = new System.Drawing.Size(218, 23);
this.CbbIp.TabIndex = 301;
this.CbbIp.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.CbbIp.ToolTip = "";
this.CbbIp.WordWrap = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 4;
this.label6.Text = "代理IP";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(310, 24);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 2;
this.label7.Text = "UserAgent";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(312, 50);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(47, 12);
this.label11.TabIndex = 0;
this.label11.Text = "Referer";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 24);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(71, 12);
this.label8.TabIndex = 0;
this.label8.Text = "ContentType";
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.ChkNoPreview);
this.groupBox1.Controls.Add(this.ChkHtmlPreview);
this.groupBox1.Controls.Add(this.ChkGetPic);
this.groupBox1.Controls.Add(this.ChkJump);
this.groupBox1.Controls.Add(this.CbbWriteTimeout);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.CbbTimeout);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.CbbEncoding);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(10, 34);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(887, 51);
this.groupBox1.TabIndex = 105;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本配置";
//
// ChkNoPreview
//
this.ChkNoPreview.AutoSize = true;
this.ChkNoPreview.Checked = true;
this.ChkNoPreview.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkNoPreview.Location = new System.Drawing.Point(610, 21);
this.ChkNoPreview.Name = "ChkNoPreview";
this.ChkNoPreview.Size = new System.Drawing.Size(60, 16);
this.ChkNoPreview.TabIndex = 9;
this.ChkNoPreview.Text = "不预览";
this.ChkNoPreview.UseVisualStyleBackColor = true;
this.ChkNoPreview.CheckedChanged += new System.EventHandler(this.ChkNoPreview_CheckedChanged);
//
// ChkHtmlPreview
//
this.ChkHtmlPreview.AutoSize = true;
this.ChkHtmlPreview.Checked = true;
this.ChkHtmlPreview.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkHtmlPreview.Enabled = false;
this.ChkHtmlPreview.Location = new System.Drawing.Point(676, 21);
this.ChkHtmlPreview.Name = "ChkHtmlPreview";
this.ChkHtmlPreview.Size = new System.Drawing.Size(144, 16);
this.ChkHtmlPreview.TabIndex = 8;
this.ChkHtmlPreview.Text = "使用HTML结果进行预览";
this.ChkHtmlPreview.UseVisualStyleBackColor = true;
//
// ChkGetPic
//
this.ChkGetPic.AutoSize = true;
this.ChkGetPic.Location = new System.Drawing.Point(532, 21);
this.ChkGetPic.Name = "ChkGetPic";
this.ChkGetPic.Size = new System.Drawing.Size(72, 16);
this.ChkGetPic.TabIndex = 7;
this.ChkGetPic.Text = "获取图片";
this.ChkGetPic.UseVisualStyleBackColor = true;
//
// ChkJump
//
this.ChkJump.AutoSize = true;
this.ChkJump.Location = new System.Drawing.Point(478, 21);
this.ChkJump.Name = "ChkJump";
this.ChkJump.Size = new System.Drawing.Size(48, 16);
this.ChkJump.TabIndex = 6;
this.ChkJump.Text = "跳转";
this.ChkJump.UseVisualStyleBackColor = true;
//
// CbbWriteTimeout
//
this.CbbWriteTimeout.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbWriteTimeout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbWriteTimeout.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbWriteTimeout.FormattingEnabled = true;
this.CbbWriteTimeout.Items.AddRange(new object[] {
"100秒",
"50秒",
"30秒",
"20秒",
"10秒",
"5秒"});
this.CbbWriteTimeout.Location = new System.Drawing.Point(393, 18);
this.CbbWriteTimeout.MaxUndoRedoSteps = 50;
this.CbbWriteTimeout.Name = "CbbWriteTimeout";
this.CbbWriteTimeout.Size = new System.Drawing.Size(74, 22);
this.CbbWriteTimeout.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(337, 24);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "写入超时";
//
// CbbTimeout
//
this.CbbTimeout.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbTimeout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbTimeout.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbTimeout.FormattingEnabled = true;
this.CbbTimeout.Items.AddRange(new object[] {
"100秒",
"50秒",
"30秒",
"20秒",
"10秒",
"5秒"});
this.CbbTimeout.Location = new System.Drawing.Point(256, 18);
this.CbbTimeout.MaxUndoRedoSteps = 50;
this.CbbTimeout.Name = "CbbTimeout";
this.CbbTimeout.Size = new System.Drawing.Size(74, 22);
this.CbbTimeout.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(197, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 2;
this.label4.Text = "连接超时";
//
// CbbEncoding
//
this.CbbEncoding.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbEncoding.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbEncoding.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbEncoding.FormattingEnabled = true;
this.CbbEncoding.Items.AddRange(new object[] {
"自动识别",
"utf-8",
"gb2312",
"gbk",
"ASCII",
"Unicode",
"iso-8859-1"});
this.CbbEncoding.Location = new System.Drawing.Point(70, 18);
this.CbbEncoding.MaxUndoRedoSteps = 50;
this.CbbEncoding.Name = "CbbEncoding";
this.CbbEncoding.Size = new System.Drawing.Size(121, 22);
this.CbbEncoding.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "选择编码";
//
// RbPost
//
this.RbPost.AutoSize = true;
this.RbPost.Location = new System.Drawing.Point(629, 10);
this.RbPost.Name = "RbPost";
this.RbPost.Size = new System.Drawing.Size(47, 16);
this.RbPost.TabIndex = 103;
this.RbPost.Text = "Post";
this.RbPost.UseVisualStyleBackColor = true;
this.RbPost.CheckedChanged += new System.EventHandler(this.RbPost_CheckedChanged);
//
// RbGet
//
this.RbGet.AutoSize = true;
this.RbGet.Checked = true;
this.RbGet.Location = new System.Drawing.Point(582, 10);
this.RbGet.Name = "RbGet";
this.RbGet.Size = new System.Drawing.Size(41, 16);
this.RbGet.TabIndex = 102;
this.RbGet.TabStop = true;
this.RbGet.Text = "Get";
this.RbGet.UseVisualStyleBackColor = true;
this.RbGet.CheckedChanged += new System.EventHandler(this.RbGet_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 12);
this.label2.TabIndex = 101;
this.label2.Text = "Url";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.toolStripMenuItem1,
this.ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(149, 76);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
//
// 置顶收藏该项ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "置顶收藏该项ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItem.Text = "置顶收藏该项";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 删除该项ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "删除该项ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItem.Text = "删除该项";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(145, 6);
//
// 设置备注ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "设置备注ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItem.Text = "设置备注";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// menuRight1
//
this.menuRight1.Name = "menuRight1";
this.menuRight1.Size = new System.Drawing.Size(185, 92);
this.menuRight1.SourceContent = null;
//
// TxtUrl
//
this.TxtUrl.BackColor = System.Drawing.Color.White;
this.TxtUrl.EmptyText = "请填写请求url";
this.TxtUrl.ImeMode = System.Windows.Forms.ImeMode.Close;
this.TxtUrl.Location = new System.Drawing.Point(45, 6);
this.TxtUrl.LongTime = 2000;
this.TxtUrl.MaxLength = 999999999;
this.TxtUrl.MaxUndoRedoSteps = 50;
this.TxtUrl.Multiline = false;
this.TxtUrl.Name = "TxtUrl";
this.TxtUrl.OnlyNumeric = false;
this.TxtUrl.PasswordChar = '\0';
this.TxtUrl.ReadOnly = false;
this.TxtUrl.SelectedText = "";
this.TxtUrl.SelectionLength = 0;
this.TxtUrl.SelectionStart = 0;
this.TxtUrl.Size = new System.Drawing.Size(505, 23);
this.TxtUrl.TabIndex = 110;
this.TxtUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtUrl.ToolTip = "";
this.TxtUrl.WordWrap = true;
this.TxtUrl.TextChanged2 += new System.EventHandler(this.TxtUrl_TextChanged2);
this.TxtUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtUrl_KeyDown);
this.TxtUrl.Leave += new System.EventHandler(this.TxtUrl_Leave);
//
// BtnRunHtml
//
this.BtnRunHtml.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnRunHtml.Location = new System.Drawing.Point(735, 6);
this.BtnRunHtml.Name = "BtnRunHtml";
this.BtnRunHtml.Size = new System.Drawing.Size(82, 26);
this.BtnRunHtml.TabIndex = 104;
this.BtnRunHtml.Text = "执行";
this.BtnRunHtml.UseVisualStyleBackColor = true;
this.BtnRunHtml.Click += new System.EventHandler(this.BtnRunHtml_Click);
//
// objectListView2
//
this.objectListView2.AllColumns.Add(this.OlvUrl);
this.objectListView2.AllColumns.Add(this.OlvName);
this.objectListView2.CellEditUseWholeCell = false;
this.objectListView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.OlvUrl,
this.OlvName});
this.objectListView2.ContextMenuStrip = this.contextMenuStrip1;
this.objectListView2.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListView2.FullRowSelect = true;
this.objectListView2.HideSelection = false;
this.objectListView2.Location = new System.Drawing.Point(45, 30);
this.objectListView2.MultiSelect = false;
this.objectListView2.Name = "objectListView2";
this.objectListView2.ShowGroups = false;
this.objectListView2.ShowItemToolTips = true;
this.objectListView2.Size = new System.Drawing.Size(653, 323);
this.objectListView2.TabIndex = 113;
this.objectListView2.UseCompatibleStateImageBehavior = false;
this.objectListView2.UseHotItem = true;
this.objectListView2.View = System.Windows.Forms.View.Details;
this.objectListView2.VirtualMode = true;
this.objectListView2.Visible = false;
this.objectListView2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Table1_KeyDown);
this.objectListView2.Leave += new System.EventHandler(this.Table1_Leave);
this.objectListView2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Table1_MouseClick);
//
// OlvUrl
//
this.OlvUrl.Text = "网址";
this.OlvUrl.Width = 430;
//
// OlvName
//
this.OlvName.Text = "名称";
this.OlvName.Width = 200;
//
// MenuMore
//
this.MenuMore.Name = "MenuMore";
this.MenuMore.Size = new System.Drawing.Size(61, 4);
//
// toolTip1
//
this.toolTip1.ShowAlways = true;
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
//
// BtnShare
//
this.BtnShare.Cursor = System.Windows.Forms.Cursors.Hand;
this.BtnShare.Image = ((System.Drawing.Image)(resources.GetObject("BtnShare.Image")));
this.BtnShare.ImageDomain = null;
this.BtnShare.ImageResFolder = null;
this.BtnShare.Location = new System.Drawing.Point(849, 11);
this.BtnShare.Name = "BtnShare";
this.BtnShare.Size = new System.Drawing.Size(20, 18);
this.BtnShare.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.BtnShare.TabIndex = 117;
this.BtnShare.TabStop = false;
this.toolTip1.SetToolTip(this.BtnShare, "分享当前页面数据给别人");
this.BtnShare.Click += new System.EventHandler(this.BtnShare_Click);
//
// BtnSetting
//
this.BtnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
this.BtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("BtnSetting.Image")));
this.BtnSetting.ImageDomain = null;
this.BtnSetting.ImageResFolder = null;
this.BtnSetting.Location = new System.Drawing.Point(823, 11);
this.BtnSetting.Name = "BtnSetting";
this.BtnSetting.Size = new System.Drawing.Size(20, 18);
this.BtnSetting.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.BtnSetting.TabIndex = 116;
this.BtnSetting.TabStop = false;
this.toolTip1.SetToolTip(this.BtnSetting, "更多选项");
this.BtnSetting.Click += new System.EventHandler(this.BtnSetting_Click);
//
// BtnMore
//
this.BtnMore.Cursor = System.Windows.Forms.Cursors.Hand;
this.BtnMore.Image = ((System.Drawing.Image)(resources.GetObject("BtnMore.Image")));
this.BtnMore.ImageDomain = null;
this.BtnMore.ImageResFolder = null;
this.BtnMore.Location = new System.Drawing.Point(556, 8);
this.BtnMore.Name = "BtnMore";
this.BtnMore.Size = new System.Drawing.Size(20, 18);
this.BtnMore.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.BtnMore.TabIndex = 114;
this.BtnMore.TabStop = false;
this.toolTip1.SetToolTip(this.BtnMore, "更多选项");
this.BtnMore.Click += new System.EventHandler(this.BtnMore_Click);
//
// RbHead
//
this.RbHead.AutoSize = true;
this.RbHead.Location = new System.Drawing.Point(682, 10);
this.RbHead.Name = "RbHead";
this.RbHead.Size = new System.Drawing.Size(47, 16);
this.RbHead.TabIndex = 115;
this.RbHead.Text = "Head";
this.RbHead.UseVisualStyleBackColor = true;
this.RbHead.CheckedChanged += new System.EventHandler(this.RbHead_CheckedChanged);
//
// MenuSetting
//
this.MenuSetting.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.curl代码ToolStripMenuItem,
this.toolStripMenuItem2,
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.MenuSetting.Name = "MenuMore";
this.MenuSetting.Size = new System.Drawing.Size(185, 98);
//
// 生成代码ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "生成代码ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem.Text = "生成C#代码";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 生成curl代码ToolStripMenuItem
//
this.curl代码ToolStripMenuItem.Name = "生成curl代码ToolStripMenuItem";
this.curl代码ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.curl代码ToolStripMenuItem.Text = "生成curl代码";
this.curl代码ToolStripMenuItem.Click += new System.EventHandler(this.curl代码ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(181, 6);
//
// 导出当前设置ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "导出当前设置ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem.Text = "分享当前设置给别人";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 导入当前设置ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "导入当前设置ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem.Text = "导入别人的分享链接";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// FrmWebGet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(909, 620);
this.Controls.Add(this.BtnShare);
this.Controls.Add(this.BtnSetting);
this.Controls.Add(this.RbHead);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.BtnMore);
this.Controls.Add(this.TxtUrl);
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.BtnRunHtml);
this.Controls.Add(this.RbPost);
this.Controls.Add(this.RbGet);
this.Controls.Add(this.label2);
this.Controls.Add(this.objectListView2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmWebGet";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.TabPageContextMenuStrip = this.menuRight1;
this.Text = "网页抓取工具";
this.Activated += new System.EventHandler(this.FrmWebGet_Activated);
this.Load += new System.EventHandler(this.FrmWebGet_Load);
this.Click += new System.EventHandler(this.FrmWebGet_Click);
this.tabControl2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage12.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPreview.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage7.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BtnShare)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BtnSetting)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BtnMore)).EndInit();
this.MenuSetting.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TabPage tabPage12;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox ChkGetPic;
private System.Windows.Forms.CheckBox ChkJump;
private ryControls.RyComboBox CbbWriteTimeout;
private System.Windows.Forms.Label label5;
private ryControls.RyComboBox CbbTimeout;
private System.Windows.Forms.Label label4;
private ryControls.RyComboBox CbbEncoding;
private System.Windows.Forms.Label label3;
private ryControls.ButtonEx BtnRunHtml;
private System.Windows.Forms.RadioButton RbPost;
private System.Windows.Forms.RadioButton RbGet;
private ryControls.TextBoxEx2 TxtUrl;
private System.Windows.Forms.Label label2;
private ryPaiban.Model.MenuRight menuRight1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage7;
private ryControls.Controls.RichTextBox2 TxtCookie;
private ryControls.Controls.RichTextBox2 TxtInputHeader;
private System.Windows.Forms.TabPage tabPreview;
private ExtendedWebBrowser2.ExtendedWebBrowser extendedWebBrowser1;
private System.Windows.Forms.CheckBox ChkHtmlPreview;
private System.Windows.Forms.CheckBox ChkNoPreview;
private BrightIdeasSoftware.FastObjectListView objectListView2;
private BrightIdeasSoftware.OLVColumn OlvUrl;
private BrightIdeasSoftware.OLVColumn OlvName;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private ryControls.Controls.RichTextBox2 RichHtml;
private ryControls.Controls.RichTextBox2 RichCookie;
private ryControls.Controls.RichTextBox2 RichStatus;
private ryControls.Controls.RichTextBox2 RichHeader;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private ScintillaNETV2.Highlight.HighlightEditor highlightEditor1;
private ryControls.SuperPictureBox BtnMore;
private System.Windows.Forms.ContextMenuStrip MenuMore;
private System.Windows.Forms.ToolTip toolTip1;
private ScintillaNETV2.Highlight.HighlightEditor TxtPost;
private System.Windows.Forms.RadioButton RbHead;
private ryControls.SuperPictureBox BtnSetting;
private System.Windows.Forms.ContextMenuStrip MenuSetting;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private ryControls.SuperPictureBox BtnShare;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripMenuItem curl代码ToolStripMenuItem;
private ryControls.TextBoxEx2 CbbIp;
private ryControls.TextBoxEx2 CbbReferer;
private ryControls.ComboBoxEx2 CbbUserAgent;
private ryControls.ComboBoxEx2 CbbContentType;
}
}