Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Global Web 2.2 - Attacca.Designer.vb

Attacca.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Attacca
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Attacca))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.Button1 = New System.Windows.Forms.Button
  25.         Me.Button2 = New System.Windows.Forms.Button
  26.         Me.TextBox1 = New System.Windows.Forms.TextBox
  27.         Me.SuspendLayout()
  28.         '
  29.         'Label1
  30.         '
  31.         Me.Label1.AutoSize = True
  32.         Me.Label1.Location = New System.Drawing.Point(6, 8)
  33.         Me.Label1.Name = "Label1"
  34.         Me.Label1.Size = New System.Drawing.Size(49, 13)
  35.         Me.Label1.TabIndex = 0
  36.         Me.Label1.Text = "Sockets:"
  37.         '
  38.         'Button1
  39.         '
  40.         Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
  41.         Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  42.         Me.Button1.Location = New System.Drawing.Point(9, 50)
  43.         Me.Button1.Name = "Button1"
  44.         Me.Button1.Size = New System.Drawing.Size(81, 28)
  45.         Me.Button1.TabIndex = 2
  46.         Me.Button1.Text = "        Start"
  47.         Me.Button1.UseVisualStyleBackColor = True
  48.         '
  49.         'Button2
  50.         '
  51.         Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
  52.         Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  53.         Me.Button2.Location = New System.Drawing.Point(104, 50)
  54.         Me.Button2.Name = "Button2"
  55.         Me.Button2.Size = New System.Drawing.Size(81, 28)
  56.         Me.Button2.TabIndex = 3
  57.         Me.Button2.Text = "       Stop"
  58.         Me.Button2.UseVisualStyleBackColor = True
  59.         '
  60.         'TextBox1
  61.         '
  62.         Me.TextBox1.Location = New System.Drawing.Point(9, 24)
  63.         Me.TextBox1.Name = "TextBox1"
  64.         Me.TextBox1.Size = New System.Drawing.Size(176, 20)
  65.         Me.TextBox1.TabIndex = 4
  66.         Me.TextBox1.Text = "100000"
  67.         '
  68.         'Attacca
  69.         '
  70.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  71.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  72.         Me.ClientSize = New System.Drawing.Size(197, 89)
  73.         Me.Controls.Add(Me.TextBox1)
  74.         Me.Controls.Add(Me.Button2)
  75.         Me.Controls.Add(Me.Button1)
  76.         Me.Controls.Add(Me.Label1)
  77.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  78.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  79.         Me.MaximizeBox = False
  80.         Me.Name = "Attacca"
  81.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  82.         Me.Text = "Site Attack"
  83.         Me.ResumeLayout(False)
  84.         Me.PerformLayout()
  85.  
  86.     End Sub
  87.     Friend WithEvents Label1 As System.Windows.Forms.Label
  88.     Friend WithEvents Button1 As System.Windows.Forms.Button
  89.     Friend WithEvents Button2 As System.Windows.Forms.Button
  90.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  91. End Class