1 Star 2 Fork 0

vForce/CDN刷流量工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form1.Designer.cs 4.67 KB
一键复制 编辑 原始数据 按行查看 历史
vForce 提交于 2017-04-08 13:36 . v1
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;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/vforce/exhaustCDNTransfer.git
git@gitee.com:vforce/exhaustCDNTransfer.git
vforce
exhaustCDNTransfer
CDN刷流量工具
master

搜索帮助