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 - Portscan.Designer.vb

Portscan.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Portscan
  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(Portscan))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.TextBox1 = New System.Windows.Forms.TextBox
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.TextBox2 = New System.Windows.Forms.TextBox
  27.         Me.Button1 = New System.Windows.Forms.Button
  28.         Me.Button2 = New System.Windows.Forms.Button
  29.         Me.ListBox1 = New System.Windows.Forms.ListBox
  30.         Me.Label3 = New System.Windows.Forms.Label
  31.         Me.TextBox3 = New System.Windows.Forms.TextBox
  32.         Me.Label4 = New System.Windows.Forms.Label
  33.         Me.SuspendLayout()
  34.         '
  35.         'Label1
  36.         '
  37.         Me.Label1.AutoSize = True
  38.         Me.Label1.Location = New System.Drawing.Point(4, 4)
  39.         Me.Label1.Name = "Label1"
  40.         Me.Label1.Size = New System.Drawing.Size(79, 13)
  41.         Me.Label1.TabIndex = 0
  42.         Me.Label1.Text = "Scan from port:"
  43.         '
  44.         'TextBox1
  45.         '
  46.         Me.TextBox1.Location = New System.Drawing.Point(7, 19)
  47.         Me.TextBox1.Name = "TextBox1"
  48.         Me.TextBox1.Size = New System.Drawing.Size(75, 20)
  49.         Me.TextBox1.TabIndex = 1
  50.         Me.TextBox1.Text = "1"
  51.         '
  52.         'Label2
  53.         '
  54.         Me.Label2.AutoSize = True
  55.         Me.Label2.Location = New System.Drawing.Point(91, 4)
  56.         Me.Label2.Name = "Label2"
  57.         Me.Label2.Size = New System.Drawing.Size(23, 13)
  58.         Me.Label2.TabIndex = 2
  59.         Me.Label2.Text = "To:"
  60.         '
  61.         'TextBox2
  62.         '
  63.         Me.TextBox2.Location = New System.Drawing.Point(94, 19)
  64.         Me.TextBox2.Name = "TextBox2"
  65.         Me.TextBox2.Size = New System.Drawing.Size(76, 20)
  66.         Me.TextBox2.TabIndex = 3
  67.         Me.TextBox2.Text = "65536"
  68.         '
  69.         'Button1
  70.         '
  71.         Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
  72.         Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  73.         Me.Button1.Location = New System.Drawing.Point(6, 45)
  74.         Me.Button1.Name = "Button1"
  75.         Me.Button1.Size = New System.Drawing.Size(76, 32)
  76.         Me.Button1.TabIndex = 4
  77.         Me.Button1.Text = "       Start"
  78.         Me.Button1.UseVisualStyleBackColor = True
  79.         '
  80.         'Button2
  81.         '
  82.         Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
  83.         Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  84.         Me.Button2.Location = New System.Drawing.Point(94, 45)
  85.         Me.Button2.Name = "Button2"
  86.         Me.Button2.Size = New System.Drawing.Size(76, 32)
  87.         Me.Button2.TabIndex = 5
  88.         Me.Button2.Text = "        Stop"
  89.         Me.Button2.UseVisualStyleBackColor = True
  90.         '
  91.         'ListBox1
  92.         '
  93.         Me.ListBox1.FormattingEnabled = True
  94.         Me.ListBox1.Location = New System.Drawing.Point(7, 96)
  95.         Me.ListBox1.Name = "ListBox1"
  96.         Me.ListBox1.Size = New System.Drawing.Size(264, 108)
  97.         Me.ListBox1.TabIndex = 6
  98.         '
  99.         'Label3
  100.         '
  101.         Me.Label3.AutoSize = True
  102.         Me.Label3.Location = New System.Drawing.Point(4, 80)
  103.         Me.Label3.Name = "Label3"
  104.         Me.Label3.Size = New System.Drawing.Size(63, 13)
  105.         Me.Label3.TabIndex = 7
  106.         Me.Label3.Text = "Ports Open:"
  107.         '
  108.         'TextBox3
  109.         '
  110.         Me.TextBox3.Location = New System.Drawing.Point(176, 19)
  111.         Me.TextBox3.Name = "TextBox3"
  112.         Me.TextBox3.Size = New System.Drawing.Size(95, 20)
  113.         Me.TextBox3.TabIndex = 8
  114.         '
  115.         'Label4
  116.         '
  117.         Me.Label4.AutoSize = True
  118.         Me.Label4.Location = New System.Drawing.Point(173, 4)
  119.         Me.Label4.Name = "Label4"
  120.         Me.Label4.Size = New System.Drawing.Size(72, 13)
  121.         Me.Label4.TabIndex = 9
  122.         Me.Label4.Text = "Site To Scan:"
  123.         '
  124.         'Portscan
  125.         '
  126.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  127.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  128.         Me.ClientSize = New System.Drawing.Size(277, 214)
  129.         Me.Controls.Add(Me.Label4)
  130.         Me.Controls.Add(Me.TextBox3)
  131.         Me.Controls.Add(Me.Label3)
  132.         Me.Controls.Add(Me.ListBox1)
  133.         Me.Controls.Add(Me.Button2)
  134.         Me.Controls.Add(Me.Button1)
  135.         Me.Controls.Add(Me.TextBox2)
  136.         Me.Controls.Add(Me.Label2)
  137.         Me.Controls.Add(Me.TextBox1)
  138.         Me.Controls.Add(Me.Label1)
  139.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  140.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  141.         Me.MaximizeBox = False
  142.         Me.Name = "Portscan"
  143.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  144.         Me.Text = "GLoBaL WeB - Port scanner"
  145.         Me.ResumeLayout(False)
  146.         Me.PerformLayout()
  147.  
  148.     End Sub
  149.     Friend WithEvents Label1 As System.Windows.Forms.Label
  150.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  151.     Friend WithEvents Label2 As System.Windows.Forms.Label
  152.     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  153.     Friend WithEvents Button1 As System.Windows.Forms.Button
  154.     Friend WithEvents Button2 As System.Windows.Forms.Button
  155.     Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  156.     Friend WithEvents Label3 As System.Windows.Forms.Label
  157.     Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  158.     Friend WithEvents Label4 As System.Windows.Forms.Label
  159. End Class