namespace AsyncRAT_Sharp.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.btnAll = new System.Windows.Forms.RadioButton(); this.btnSelected = new System.Windows.Forms.RadioButton(); 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(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(596, 114); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Target"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(415, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 20); this.label2.TabIndex = 2; this.label2.Text = "PORT"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 20); this.label1.TabIndex = 2; this.label1.Text = "HOST"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(477, 44); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(70, 26); this.txtPort.TabIndex = 1; this.txtPort.Text = "80"; // // txtHost // this.txtHost.Location = new System.Drawing.Point(79, 44); this.txtHost.Name = "txtHost"; this.txtHost.Size = new System.Drawing.Size(293, 26); this.txtHost.TabIndex = 1; this.txtHost.Text = "www.google.com"; // // groupBox2 // this.groupBox2.Controls.Add(this.btnAll); this.groupBox2.Controls.Add(this.btnSelected); 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(12, 146); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(596, 102); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Settings"; // // btnAll // this.btnAll.AutoSize = true; this.btnAll.Checked = true; this.btnAll.Location = new System.Drawing.Point(455, 43); this.btnAll.Name = "btnAll"; this.btnAll.Size = new System.Drawing.Size(103, 24); this.btnAll.TabIndex = 7; this.btnAll.TabStop = true; this.btnAll.Text = "All Clients"; this.btnAll.UseVisualStyleBackColor = true; // // btnSelected // this.btnSelected.AutoSize = true; this.btnSelected.Location = new System.Drawing.Point(273, 43); this.btnSelected.Name = "btnSelected"; this.btnSelected.Size = new System.Drawing.Size(149, 24); this.btnSelected.TabIndex = 6; this.btnSelected.Text = "Selected Clients"; this.btnSelected.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(178, 45); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 20); this.label4.TabIndex = 5; this.label4.Text = "min."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 20); this.label3.TabIndex = 4; this.label3.Text = "TIMEOUT"; // // txtTimeout // this.txtTimeout.Location = new System.Drawing.Point(109, 42); this.txtTimeout.Name = "txtTimeout"; this.txtTimeout.Size = new System.Drawing.Size(63, 26); 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(12, 282); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(596, 100); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Command"; // // btnStop // this.btnStop.Enabled = false; this.btnStop.Location = new System.Drawing.Point(477, 35); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(107, 43); 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(22, 35); this.btnAttack.Name = "btnAttack"; this.btnAttack.Size = new System.Drawing.Size(107, 43); this.btnAttack.TabIndex = 0; this.btnAttack.Text = "Attack"; 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(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(631, 408); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormDOS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DOS"; 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.RadioButton btnAll; private System.Windows.Forms.RadioButton btnSelected; 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; } }