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

iphost.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class iphost
  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(iphost))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.TextBox1 = New System.Windows.Forms.TextBox
  25.         Me.Button1 = New System.Windows.Forms.Button
  26.         Me.Button2 = New System.Windows.Forms.Button
  27.         Me.SuspendLayout()
  28.         '
  29.         'Label1
  30.         '
  31.         Me.Label1.AutoSize = True
  32.         Me.Label1.Location = New System.Drawing.Point(5, 6)
  33.         Me.Label1.Name = "Label1"
  34.         Me.Label1.Size = New System.Drawing.Size(75, 13)
  35.         Me.Label1.TabIndex = 0
  36.         Me.Label1.Text = "L'ip Del Sito è:"
  37.         '
  38.         'TextBox1
  39.         '
  40.         Me.TextBox1.Location = New System.Drawing.Point(9, 21)
  41.         Me.TextBox1.Name = "TextBox1"
  42.         Me.TextBox1.Size = New System.Drawing.Size(97, 20)
  43.         Me.TextBox1.TabIndex = 1
  44.         '
  45.         'Button1
  46.         '
  47.         Me.Button1.Location = New System.Drawing.Point(8, 47)
  48.         Me.Button1.Name = "Button1"
  49.         Me.Button1.Size = New System.Drawing.Size(77, 25)
  50.         Me.Button1.TabIndex = 2
  51.         Me.Button1.Text = "OK"
  52.         Me.Button1.UseVisualStyleBackColor = True
  53.         '
  54.         'Button2
  55.         '
  56.         Me.Button2.Location = New System.Drawing.Point(91, 47)
  57.         Me.Button2.Name = "Button2"
  58.         Me.Button2.Size = New System.Drawing.Size(75, 25)
  59.         Me.Button2.TabIndex = 3
  60.         Me.Button2.Text = "Copia"
  61.         Me.Button2.UseVisualStyleBackColor = True
  62.         '
  63.         'iphost
  64.         '
  65.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  66.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  67.         Me.ClientSize = New System.Drawing.Size(235, 80)
  68.         Me.ControlBox = False
  69.         Me.Controls.Add(Me.Button2)
  70.         Me.Controls.Add(Me.Button1)
  71.         Me.Controls.Add(Me.TextBox1)
  72.         Me.Controls.Add(Me.Label1)
  73.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  74.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  75.         Me.MaximizeBox = False
  76.         Me.MinimizeBox = False
  77.         Me.Name = "iphost"
  78.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  79.         Me.Text = "GLoBaL WeB - Hostname To Ip"
  80.         Me.ResumeLayout(False)
  81.         Me.PerformLayout()
  82.  
  83.     End Sub
  84.     Friend WithEvents Label1 As System.Windows.Forms.Label
  85.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  86.     Friend WithEvents Button1 As System.Windows.Forms.Button
  87.     Friend WithEvents Button2 As System.Windows.Forms.Button
  88. End Class