代码拉取完成,页面将自动刷新
同步操作将从 Sunday/GitHubWikiTool 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace WindowsFormsApp1
{
partial class DownImagesForm
{
/// <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.label2 = new System.Windows.Forms.Label();
this.txb_rule = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txb_xpath = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txb_num = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txb_downPath = new System.Windows.Forms.TextBox();
this.txb_BNum = new System.Windows.Forms.TextBox();
this.txb_replace = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label12 = new System.Windows.Forms.Label();
this.txb_linkReplace = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txb_linkeBNum = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txb_linkNum = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txb_linkUrl = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txb_linkXpath = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 194);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "增量页规则";
//
// txb_rule
//
this.txb_rule.Location = new System.Drawing.Point(111, 191);
this.txb_rule.Multiline = true;
this.txb_rule.Name = "txb_rule";
this.txb_rule.Size = new System.Drawing.Size(535, 94);
this.txb_rule.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 297);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(545, 12);
this.label3.TabIndex = 4;
this.label3.Text = "多个页面换行添加,占位符是{0},如果只下载单页,上面可以不填占位符。下面的拼接内容会替换{0}";
//
// button1
//
this.button1.Location = new System.Drawing.Point(26, 453);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 5;
this.button1.Text = "批量下载";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(24, 383);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 7;
this.label4.Text = "xpath 表达式";
//
// txb_xpath
//
this.txb_xpath.Location = new System.Drawing.Point(111, 380);
this.txb_xpath.Name = "txb_xpath";
this.txb_xpath.Size = new System.Drawing.Size(535, 21);
this.txb_xpath.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(224, 351);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 9;
this.label5.Text = "[num]范围";
//
// txb_num
//
this.txb_num.Location = new System.Drawing.Point(450, 348);
this.txb_num.Name = "txb_num";
this.txb_num.Size = new System.Drawing.Size(131, 21);
this.txb_num.TabIndex = 8;
this.txb_num.Text = "10000";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 415);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 11;
this.label6.Text = "下载到";
//
// txb_downPath
//
this.txb_downPath.Location = new System.Drawing.Point(111, 412);
this.txb_downPath.Name = "txb_downPath";
this.txb_downPath.Size = new System.Drawing.Size(535, 21);
this.txb_downPath.TabIndex = 10;
this.txb_downPath.Text = "c:\\DownLoadImages";
//
// txb_BNum
//
this.txb_BNum.Location = new System.Drawing.Point(298, 348);
this.txb_BNum.Name = "txb_BNum";
this.txb_BNum.Size = new System.Drawing.Size(131, 21);
this.txb_BNum.TabIndex = 12;
this.txb_BNum.Text = "2";
//
// txb_replace
//
this.txb_replace.Location = new System.Drawing.Point(110, 348);
this.txb_replace.Name = "txb_replace";
this.txb_replace.Size = new System.Drawing.Size(95, 21);
this.txb_replace.TabIndex = 14;
this.txb_replace.Text = "[num]";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(35, 351);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 13;
this.label7.Text = "拼接内容";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(31, 316);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(455, 12);
this.label8.TabIndex = 15;
this.label8.Text = "例如: www.123.com/index{0}.html ,拼接内容是_[num],www.123.com/index_2.html";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txb_linkReplace);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txb_linkeBNum);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txb_linkNum);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txb_linkUrl);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txb_linkXpath);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Location = new System.Drawing.Point(26, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(620, 173);
this.groupBox1.TabIndex = 16;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "批量获取图片网页链接(可选)";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(422, 129);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(173, 12);
this.label12.TabIndex = 20;
this.label12.Text = "注意范围不能太大,防止死循环";
//
// txb_linkReplace
//
this.txb_linkReplace.Location = new System.Drawing.Point(107, 94);
this.txb_linkReplace.Name = "txb_linkReplace";
this.txb_linkReplace.Size = new System.Drawing.Size(95, 21);
this.txb_linkReplace.TabIndex = 19;
this.txb_linkReplace.Text = "[num]";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(28, 97);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 18;
this.label10.Text = "拼接内容";
//
// txb_linkeBNum
//
this.txb_linkeBNum.Location = new System.Drawing.Point(291, 94);
this.txb_linkeBNum.Name = "txb_linkeBNum";
this.txb_linkeBNum.Size = new System.Drawing.Size(131, 21);
this.txb_linkeBNum.TabIndex = 17;
this.txb_linkeBNum.Text = "2";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(217, 97);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(59, 12);
this.label11.TabIndex = 16;
this.label11.Text = "[num]范围";
//
// txb_linkNum
//
this.txb_linkNum.Location = new System.Drawing.Point(443, 94);
this.txb_linkNum.Name = "txb_linkNum";
this.txb_linkNum.Size = new System.Drawing.Size(131, 21);
this.txb_linkNum.TabIndex = 15;
this.txb_linkNum.Text = "10";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(28, 38);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 11;
this.label9.Text = "列表地址";
//
// txb_linkUrl
//
this.txb_linkUrl.Location = new System.Drawing.Point(121, 35);
this.txb_linkUrl.Name = "txb_linkUrl";
this.txb_linkUrl.Size = new System.Drawing.Size(474, 21);
this.txb_linkUrl.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 9;
this.label1.Text = "获取链接的xpath ";
//
// txb_linkXpath
//
this.txb_linkXpath.Location = new System.Drawing.Point(121, 62);
this.txb_linkXpath.Name = "txb_linkXpath";
this.txb_linkXpath.Size = new System.Drawing.Size(474, 21);
this.txb_linkXpath.TabIndex = 8;
//
// button2
//
this.button2.Location = new System.Drawing.Point(15, 129);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 0;
this.button2.Text = "获取链接";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// DownImagesForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(658, 493);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label8);
this.Controls.Add(this.txb_replace);
this.Controls.Add(this.label7);
this.Controls.Add(this.txb_BNum);
this.Controls.Add(this.label6);
this.Controls.Add(this.txb_downPath);
this.Controls.Add(this.label5);
this.Controls.Add(this.txb_num);
this.Controls.Add(this.label4);
this.Controls.Add(this.txb_xpath);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txb_rule);
this.Name = "DownImagesForm";
this.Text = "图片批量下载工具";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txb_rule;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txb_xpath;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txb_num;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txb_downPath;
private System.Windows.Forms.TextBox txb_BNum;
private System.Windows.Forms.TextBox txb_replace;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txb_linkUrl;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txb_linkXpath;
private System.Windows.Forms.TextBox txb_linkReplace;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txb_linkeBNum;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txb_linkNum;
private System.Windows.Forms.Label label12;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。