代码拉取完成,页面将自动刷新
namespace CDN刷流量工具
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.textBoxUrl = new System.Windows.Forms.TextBox();
this.buttonSubmit = new System.Windows.Forms.Button();
this.labelStatistics = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBoxThreadCount = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(167, 106);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 99;
this.label1.Text = "目标地址";
//
// textBoxUrl
//
this.textBoxUrl.Location = new System.Drawing.Point(240, 103);
this.textBoxUrl.Name = "textBoxUrl";
this.textBoxUrl.Size = new System.Drawing.Size(245, 25);
this.textBoxUrl.TabIndex = 1;
//
// buttonSubmit
//
this.buttonSubmit.Location = new System.Drawing.Point(279, 243);
this.buttonSubmit.Name = "buttonSubmit";
this.buttonSubmit.Size = new System.Drawing.Size(117, 45);
this.buttonSubmit.TabIndex = 3;
this.buttonSubmit.Text = "启动";
this.buttonSubmit.UseVisualStyleBackColor = true;
this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
//
// labelStatistics
//
this.labelStatistics.AutoSize = true;
this.labelStatistics.Location = new System.Drawing.Point(12, 426);
this.labelStatistics.Name = "labelStatistics";
this.labelStatistics.Size = new System.Drawing.Size(52, 15);
this.labelStatistics.TabIndex = 101;
this.labelStatistics.Text = "未运行";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(167, 172);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 100;
this.label2.Text = "线程数";
//
// textBoxThreadCount
//
this.textBoxThreadCount.Location = new System.Drawing.Point(240, 169);
this.textBoxThreadCount.Name = "textBoxThreadCount";
this.textBoxThreadCount.Size = new System.Drawing.Size(245, 25);
this.textBoxThreadCount.TabIndex = 2;
//
// MainForm
//
this.AcceptButton = this.buttonSubmit;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(694, 450);
this.Controls.Add(this.textBoxThreadCount);
this.Controls.Add(this.label2);
this.Controls.Add(this.labelStatistics);
this.Controls.Add(this.buttonSubmit);
this.Controls.Add(this.textBoxUrl);
this.Controls.Add(this.label1);
this.Name = "MainForm";
this.Text = "CDN刷流量工具";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxUrl;
private System.Windows.Forms.Button buttonSubmit;
private System.Windows.Forms.Label labelStatistics;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxThreadCount;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。