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
Convertitore romano - Form1.Designer.vb

Form1.Designer.vb

Caricato da: R0gerblack
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         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.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  26.         Me.TextBox1 = New System.Windows.Forms.TextBox
  27.         Me.Button1 = New System.Windows.Forms.Button
  28.         Me.Label1 = New System.Windows.Forms.Label
  29.         Me.SuspendLayout()
  30.         '
  31.         'TextBox1
  32.         '
  33.         Me.TextBox1.Location = New System.Drawing.Point(2, 2)
  34.         Me.TextBox1.Name = "TextBox1"
  35.         Me.TextBox1.Size = New System.Drawing.Size(284, 20)
  36.         Me.TextBox1.TabIndex = 0
  37.         '
  38.         'Button1
  39.         '
  40.         Me.Button1.Location = New System.Drawing.Point(211, 28)
  41.         Me.Button1.Name = "Button1"
  42.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  43.         Me.Button1.TabIndex = 1
  44.         Me.Button1.Text = "Converti"
  45.         Me.Button1.UseVisualStyleBackColor = True
  46.         '
  47.         'Label1
  48.         '
  49.         Me.Label1.AutoSize = True
  50.         Me.Label1.Location = New System.Drawing.Point(-1, 28)
  51.         Me.Label1.Name = "Label1"
  52.         Me.Label1.Size = New System.Drawing.Size(159, 26)
  53.         Me.Label1.TabIndex = 2
  54.         Me.Label1.Text = "Inserire numero " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "arabo che dev'essere convertito"
  55.         '
  56.         'Form1
  57.         '
  58.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  59.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  60.         Me.ClientSize = New System.Drawing.Size(284, 56)
  61.         Me.Controls.Add(Me.Label1)
  62.         Me.Controls.Add(Me.Button1)
  63.         Me.Controls.Add(Me.TextBox1)
  64.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  65.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  66.         Me.MaximizeBox = False
  67.         Me.Name = "Form1"
  68.         Me.ShowIcon = False
  69.         Me.Text = "Convertitore Romano"
  70.         Me.ResumeLayout(False)
  71.         Me.PerformLayout()
  72.  
  73.     End Sub
  74.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  75.     Friend WithEvents Button1 As System.Windows.Forms.Button
  76.     Friend WithEvents Label1 As System.Windows.Forms.Label
  77.  
  78. End Class