Partial Class DDosAttack Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DDosAttack)) label4 = New System.Windows.Forms.Label() StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() Timer1 = New System.Windows.Forms.Timer(components) Timer2 = New System.Windows.Forms.Timer(components) Guna2GroupBox1 = New Guna.UI2.WinForms.Guna2GroupBox() txtPort = New Guna.UI2.WinForms.Guna2TextBox() txtHost = New Guna.UI2.WinForms.Guna2TextBox() Label5 = New System.Windows.Forms.Label() Label6 = New System.Windows.Forms.Label() Guna2GroupBox2 = New Guna.UI2.WinForms.Guna2GroupBox() txtTimeout = New Guna.UI2.WinForms.Guna2TextBox() Label7 = New System.Windows.Forms.Label() Guna2GroupBox3 = New Guna.UI2.WinForms.Guna2GroupBox() Guna2GradientButton3 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2GradientButton2 = New Guna.UI2.WinForms.Guna2GradientButton() StatusStrip1.SuspendLayout() Guna2GroupBox1.SuspendLayout() Guna2GroupBox2.SuspendLayout() Guna2GroupBox3.SuspendLayout() SuspendLayout() ' 'label4 ' label4.AutoSize = True label4.Location = New System.Drawing.Point(203, 38) label4.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) label4.Name = "label4" label4.Size = New System.Drawing.Size(28, 15) label4.TabIndex = 5 label4.Text = "Min" ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel2, ToolStripStatusLabel1}) StatusStrip1.Location = New System.Drawing.Point(0, 276) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Size = New System.Drawing.Size(317, 22) StatusStrip1.TabIndex = 58 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel2 ' ToolStripStatusLabel2.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" ToolStripStatusLabel2.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel2.Text = ".." ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel1.Text = ".." ' 'Timer1 ' Timer1.Interval = 1000 ' 'Timer2 ' Timer2.Enabled = True Timer2.Interval = 3000 ' 'Guna2GroupBox1 ' Guna2GroupBox1.BorderRadius = 3 Guna2GroupBox1.Controls.Add(txtPort) Guna2GroupBox1.Controls.Add(txtHost) Guna2GroupBox1.Controls.Add(Label5) Guna2GroupBox1.Controls.Add(Label6) Guna2GroupBox1.CustomBorderThickness = New System.Windows.Forms.Padding(0) Guna2GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GroupBox1.ForeColor = System.Drawing.Color.Black Guna2GroupBox1.Location = New System.Drawing.Point(12, 12) Guna2GroupBox1.Name = "Guna2GroupBox1" Guna2GroupBox1.Size = New System.Drawing.Size(291, 97) Guna2GroupBox1.TabIndex = 3 Guna2GroupBox1.Text = "Target" ' 'txtPort ' txtPort.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) txtPort.BorderRadius = 3 txtPort.Cursor = System.Windows.Forms.Cursors.IBeam txtPort.DefaultText = "80" txtPort.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) txtPort.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) txtPort.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtPort.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtPort.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtPort.Font = New System.Drawing.Font("Segoe UI", 9.0!) txtPort.ForeColor = System.Drawing.Color.Black txtPort.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtPort.Location = New System.Drawing.Point(57, 64) txtPort.Name = "txtPort" txtPort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) txtPort.PlaceholderForeColor = System.Drawing.Color.Black txtPort.PlaceholderText = "" txtPort.SelectedText = "" txtPort.Size = New System.Drawing.Size(216, 21) txtPort.TabIndex = 60 ' 'txtHost ' txtHost.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) txtHost.BorderRadius = 3 txtHost.Cursor = System.Windows.Forms.Cursors.IBeam txtHost.DefaultText = "www.google.com" txtHost.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) txtHost.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) txtHost.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtHost.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtHost.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtHost.Font = New System.Drawing.Font("Segoe UI", 9.0!) txtHost.ForeColor = System.Drawing.Color.Black txtHost.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtHost.Location = New System.Drawing.Point(57, 37) txtHost.Name = "txtHost" txtHost.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) txtHost.PlaceholderForeColor = System.Drawing.Color.Black txtHost.PlaceholderText = "" txtHost.SelectedText = "" txtHost.Size = New System.Drawing.Size(216, 21) txtHost.TabIndex = 59 ' 'Label5 ' Label5.AutoSize = True Label5.Location = New System.Drawing.Point(16, 66) Label5.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Label5.Name = "Label5" Label5.Size = New System.Drawing.Size(35, 15) Label5.TabIndex = 3 Label5.Text = "Port :" ' 'Label6 ' Label6.AutoSize = True Label6.Location = New System.Drawing.Point(14, 38) Label6.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Label6.Name = "Label6" Label6.Size = New System.Drawing.Size(38, 15) Label6.TabIndex = 4 Label6.Text = "Host :" ' 'Guna2GroupBox2 ' Guna2GroupBox2.BorderRadius = 3 Guna2GroupBox2.Controls.Add(label4) Guna2GroupBox2.Controls.Add(txtTimeout) Guna2GroupBox2.Controls.Add(Label7) Guna2GroupBox2.CustomBorderThickness = New System.Windows.Forms.Padding(0) Guna2GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GroupBox2.ForeColor = System.Drawing.Color.Black Guna2GroupBox2.Location = New System.Drawing.Point(12, 115) Guna2GroupBox2.Name = "Guna2GroupBox2" Guna2GroupBox2.Size = New System.Drawing.Size(291, 70) Guna2GroupBox2.TabIndex = 59 Guna2GroupBox2.Text = "Settings" ' 'txtTimeout ' txtTimeout.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) txtTimeout.BorderRadius = 3 txtTimeout.Cursor = System.Windows.Forms.Cursors.IBeam txtTimeout.DefaultText = "5" txtTimeout.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) txtTimeout.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) txtTimeout.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtTimeout.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) txtTimeout.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtTimeout.Font = New System.Drawing.Font("Segoe UI", 9.0!) txtTimeout.ForeColor = System.Drawing.Color.Black txtTimeout.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) txtTimeout.Location = New System.Drawing.Point(77, 35) txtTimeout.Name = "txtTimeout" txtTimeout.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) txtTimeout.PlaceholderForeColor = System.Drawing.Color.Black txtTimeout.PlaceholderText = "" txtTimeout.SelectedText = "" txtTimeout.Size = New System.Drawing.Size(121, 21) txtTimeout.TabIndex = 61 ' 'Label7 ' Label7.AutoSize = True Label7.Location = New System.Drawing.Point(14, 36) Label7.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Label7.Name = "Label7" Label7.Size = New System.Drawing.Size(57, 15) Label7.TabIndex = 5 Label7.Text = "Timeout :" ' 'Guna2GroupBox3 ' Guna2GroupBox3.BorderRadius = 3 Guna2GroupBox3.Controls.Add(Guna2GradientButton3) Guna2GroupBox3.Controls.Add(Guna2GradientButton2) Guna2GroupBox3.CustomBorderThickness = New System.Windows.Forms.Padding(0) Guna2GroupBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GroupBox3.ForeColor = System.Drawing.Color.Black Guna2GroupBox3.Location = New System.Drawing.Point(12, 191) Guna2GroupBox3.Name = "Guna2GroupBox3" Guna2GroupBox3.Size = New System.Drawing.Size(291, 74) Guna2GroupBox3.TabIndex = 60 Guna2GroupBox3.Text = "Command" ' 'Guna2GradientButton3 ' Guna2GradientButton3.BorderRadius = 4 Guna2GradientButton3.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton3.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton3.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton3.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton3.ForeColor = System.Drawing.Color.White Guna2GradientButton3.Image = Global.XWorm.My.Resources.Resources._Stop Guna2GradientButton3.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton3.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton3.Location = New System.Drawing.Point(170, 38) Guna2GradientButton3.Name = "Guna2GradientButton3" Guna2GradientButton3.Size = New System.Drawing.Size(103, 24) Guna2GradientButton3.TabIndex = 98 Guna2GradientButton3.Text = "Stop" ' 'Guna2GradientButton2 ' Guna2GradientButton2.BorderRadius = 4 Guna2GradientButton2.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton2.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton2.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton2.ForeColor = System.Drawing.Color.White Guna2GradientButton2.Image = Global.XWorm.My.Resources.Resources.Play Guna2GradientButton2.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton2.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton2.Location = New System.Drawing.Point(17, 38) Guna2GradientButton2.Name = "Guna2GradientButton2" Guna2GradientButton2.Size = New System.Drawing.Size(103, 24) Guna2GradientButton2.TabIndex = 97 Guna2GradientButton2.Text = "Start" ' 'DDosAttack ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(317, 298) Controls.Add(Guna2GroupBox3) Controls.Add(Guna2GroupBox2) Controls.Add(Guna2GroupBox1) Controls.Add(StatusStrip1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Name = "DDosAttack" Text = "DDosAttack" StatusStrip1.ResumeLayout(False) StatusStrip1.PerformLayout() Guna2GroupBox1.ResumeLayout(False) Guna2GroupBox1.PerformLayout() Guna2GroupBox2.ResumeLayout(False) Guna2GroupBox2.PerformLayout() Guna2GroupBox3.ResumeLayout(False) ResumeLayout(False) PerformLayout() End Sub Private WithEvents label4 As Label Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents Timer1 As Timer Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents Timer2 As Timer Friend WithEvents Guna2GroupBox1 As Guna.UI2.WinForms.Guna2GroupBox Private WithEvents Label5 As Label Private WithEvents Label6 As Label Friend WithEvents txtPort As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents txtHost As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Guna2GroupBox2 As Guna.UI2.WinForms.Guna2GroupBox Private WithEvents Label7 As Label Friend WithEvents txtTimeout As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Guna2GroupBox3 As Guna.UI2.WinForms.Guna2GroupBox Friend WithEvents Guna2GradientButton3 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2GradientButton2 As Guna.UI2.WinForms.Guna2GradientButton End Class