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
shoot simulator - Form2.Designer.vb

Form2.Designer.vb

Caricato da: Walker93
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form2
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Richiesto da Progettazione Windows Form
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
  21.     'Può essere modificata in Progettazione Windows Form.  
  22.     'Non modificarla nell'editor del codice.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.SuspendLayout()
  29.         '
  30.         'Label1
  31.         '
  32.         Me.Label1.AutoSize = True
  33.         Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  34.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  35.         Me.Label1.Name = "Label1"
  36.         Me.Label1.Size = New System.Drawing.Size(106, 13)
  37.         Me.Label1.TabIndex = 0
  38.         Me.Label1.Text = "Autore: Walker93"
  39.         '
  40.         'Label2
  41.         '
  42.         Me.Label2.AutoSize = True
  43.         Me.Label2.Location = New System.Drawing.Point(12, 22)
  44.         Me.Label2.Name = "Label2"
  45.         Me.Label2.Size = New System.Drawing.Size(259, 182)
  46.         Me.Label2.TabIndex = 1
  47.         Me.Label2.Text = resources.GetString("Label2.Text")
  48.         '
  49.         'Form2
  50.         '
  51.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  52.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  53.         Me.ClientSize = New System.Drawing.Size(315, 216)
  54.         Me.Controls.Add(Me.Label2)
  55.         Me.Controls.Add(Me.Label1)
  56.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  57.         Me.Name = "Form2"
  58.         Me.ShowInTaskbar = False
  59.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  60.         Me.Text = "help"
  61.         Me.TopMost = True
  62.         Me.ResumeLayout(False)
  63.         Me.PerformLayout()
  64.  
  65.     End Sub
  66.     Friend WithEvents Label1 As System.Windows.Forms.Label
  67.     Friend WithEvents Label2 As System.Windows.Forms.Label
  68. End Class