namespace Server.Forms { partial class FormDOS { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDOS)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.txtHost = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtTimeout = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnStop = new System.Windows.Forms.Button(); this.btnAttack = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtPort); this.groupBox1.Controls.Add(this.txtHost); this.groupBox1.Location = new System.Drawing.Point(8, 7); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(288, 121); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Target"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 80); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "PORT"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 39); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 2; this.label1.Text = "HOST"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(55, 77); this.txtPort.Margin = new System.Windows.Forms.Padding(2); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(48, 21); this.txtPort.TabIndex = 1; this.txtPort.Text = "80"; // // txtHost // this.txtHost.Location = new System.Drawing.Point(55, 36); this.txtHost.Margin = new System.Windows.Forms.Padding(2); this.txtHost.Name = "txtHost"; this.txtHost.Size = new System.Drawing.Size(197, 21); this.txtHost.TabIndex = 1; this.txtHost.Text = "www.baidu.com"; // // groupBox2 // this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.txtTimeout); this.groupBox2.Location = new System.Drawing.Point(8, 132); this.groupBox2.Margin = new System.Windows.Forms.Padding(2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2); this.groupBox2.Size = new System.Drawing.Size(288, 102); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Setting"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(121, 51); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 5; this.label4.Text = "min."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 51); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 12); this.label3.TabIndex = 4; this.label3.Text = "Timeout"; // // txtTimeout // this.txtTimeout.Location = new System.Drawing.Point(74, 48); this.txtTimeout.Margin = new System.Windows.Forms.Padding(2); this.txtTimeout.Name = "txtTimeout"; this.txtTimeout.Size = new System.Drawing.Size(43, 21); this.txtTimeout.TabIndex = 3; this.txtTimeout.Text = "5"; // // groupBox3 // this.groupBox3.Controls.Add(this.btnStop); this.groupBox3.Controls.Add(this.btnAttack); this.groupBox3.Location = new System.Drawing.Point(300, 7); this.groupBox3.Margin = new System.Windows.Forms.Padding(2); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(2); this.groupBox3.Size = new System.Drawing.Size(100, 227); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Order"; // // btnStop // this.btnStop.Enabled = false; this.btnStop.Location = new System.Drawing.Point(15, 121); this.btnStop.Margin = new System.Windows.Forms.Padding(2); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(71, 85); this.btnStop.TabIndex = 1; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.BtnStop_Click); // // btnAttack // this.btnAttack.Location = new System.Drawing.Point(15, 20); this.btnAttack.Margin = new System.Windows.Forms.Padding(2); this.btnAttack.Name = "btnAttack"; this.btnAttack.Size = new System.Drawing.Size(71, 83); this.btnAttack.TabIndex = 0; this.btnAttack.Text = "Start"; this.btnAttack.UseVisualStyleBackColor = true; this.btnAttack.Click += new System.EventHandler(this.BtnAttack_Click); // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.Timer1_Tick); // // timer2 // this.timer2.Interval = 5000; this.timer2.Tick += new System.EventHandler(this.Timer2_Tick); // // FormDOS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(411, 245); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FormDOS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DDOS"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDOS_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.TextBox txtHost; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtTimeout; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnAttack; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; } }