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
Shutdown - Form3.Designer.vb

Form3.Designer.vb

Caricato da: Progman-92
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form3
  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(Form3))
  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.SuspendLayout()
  30.         '
  31.         'Label1
  32.         '
  33.         Me.Label1.AutoSize = True
  34.         Me.Label1.Location = New System.Drawing.Point(13, 13)
  35.         Me.Label1.Name = "Label1"
  36.         Me.Label1.Size = New System.Drawing.Size(167, 13)
  37.         Me.Label1.TabIndex = 0
  38.         Me.Label1.Text = "Titolo della finestra da visualizzare"
  39.         '
  40.         'TextBox1
  41.         '
  42.         Me.TextBox1.Location = New System.Drawing.Point(29, 30)
  43.         Me.TextBox1.Name = "TextBox1"
  44.         Me.TextBox1.Size = New System.Drawing.Size(320, 20)
  45.         Me.TextBox1.TabIndex = 1
  46.         '
  47.         'Label2
  48.         '
  49.         Me.Label2.AutoSize = True
  50.         Me.Label2.Location = New System.Drawing.Point(16, 70)
  51.         Me.Label2.Name = "Label2"
  52.         Me.Label2.Size = New System.Drawing.Size(96, 13)
  53.         Me.Label2.TabIndex = 2
  54.         Me.Label2.Text = "Testo della finestra"
  55.         '
  56.         'TextBox2
  57.         '
  58.         Me.TextBox2.Location = New System.Drawing.Point(29, 95)
  59.         Me.TextBox2.Multiline = True
  60.         Me.TextBox2.Name = "TextBox2"
  61.         Me.TextBox2.Size = New System.Drawing.Size(320, 44)
  62.         Me.TextBox2.TabIndex = 3
  63.         '
  64.         'Button1
  65.         '
  66.         Me.Button1.Location = New System.Drawing.Point(193, 145)
  67.         Me.Button1.Name = "Button1"
  68.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  69.         Me.Button1.TabIndex = 4
  70.         Me.Button1.Text = "OK"
  71.         Me.Button1.UseVisualStyleBackColor = True
  72.         '
  73.         'Button2
  74.         '
  75.         Me.Button2.Location = New System.Drawing.Point(274, 144)
  76.         Me.Button2.Name = "Button2"
  77.         Me.Button2.Size = New System.Drawing.Size(75, 23)
  78.         Me.Button2.TabIndex = 5
  79.         Me.Button2.Text = "Annulla"
  80.         Me.Button2.UseVisualStyleBackColor = True
  81.         '
  82.         'Form3
  83.         '
  84.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  85.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  86.         Me.ClientSize = New System.Drawing.Size(361, 179)
  87.         Me.Controls.Add(Me.Button2)
  88.         Me.Controls.Add(Me.Button1)
  89.         Me.Controls.Add(Me.TextBox2)
  90.         Me.Controls.Add(Me.Label2)
  91.         Me.Controls.Add(Me.TextBox1)
  92.         Me.Controls.Add(Me.Label1)
  93.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  94.         Me.Name = "Form3"
  95.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  96.         Me.Text = "Configurazione Finestra"
  97.         Me.ResumeLayout(False)
  98.         Me.PerformLayout()
  99.  
  100.     End Sub
  101.     Friend WithEvents Label1 As System.Windows.Forms.Label
  102.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  103.     Friend WithEvents Label2 As System.Windows.Forms.Label
  104.     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  105.     Friend WithEvents Button1 As System.Windows.Forms.Button
  106.     Friend WithEvents Button2 As System.Windows.Forms.Button
  107. End Class