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
Libreria Dll Algoritmo di Buzz - Form1.Designer.vb

Form1.Designer.vb

Caricato da: A_butta
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  26.         Me.TextBox3 = New System.Windows.Forms.TextBox
  27.         Me.Button2 = New System.Windows.Forms.Button
  28.         Me.TextBox4 = New System.Windows.Forms.TextBox
  29.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  30.         Me.Button1 = New System.Windows.Forms.Button
  31.         Me.TextBox1 = New System.Windows.Forms.TextBox
  32.         Me.TextBox2 = New System.Windows.Forms.TextBox
  33.         Me.GroupBox2.SuspendLayout()
  34.         Me.GroupBox1.SuspendLayout()
  35.         Me.SuspendLayout()
  36.         '
  37.         'GroupBox2
  38.         '
  39.         Me.GroupBox2.Controls.Add(Me.TextBox3)
  40.         Me.GroupBox2.Controls.Add(Me.Button2)
  41.         Me.GroupBox2.Controls.Add(Me.TextBox4)
  42.         Me.GroupBox2.Location = New System.Drawing.Point(5, 138)
  43.         Me.GroupBox2.Name = "GroupBox2"
  44.         Me.GroupBox2.Size = New System.Drawing.Size(290, 120)
  45.         Me.GroupBox2.TabIndex = 8
  46.         Me.GroupBox2.TabStop = False
  47.         Me.GroupBox2.Text = "Decodifica"
  48.         '
  49.         'TextBox3
  50.         '
  51.         Me.TextBox3.Location = New System.Drawing.Point(6, 19)
  52.         Me.TextBox3.Name = "TextBox3"
  53.         Me.TextBox3.Size = New System.Drawing.Size(268, 20)
  54.         Me.TextBox3.TabIndex = 2
  55.         '
  56.         'Button2
  57.         '
  58.         Me.Button2.Location = New System.Drawing.Point(6, 45)
  59.         Me.Button2.Name = "Button2"
  60.         Me.Button2.Size = New System.Drawing.Size(268, 23)
  61.         Me.Button2.TabIndex = 5
  62.         Me.Button2.Text = "D   E   C   O   D   I   F   I   C   A"
  63.         Me.Button2.UseVisualStyleBackColor = True
  64.         '
  65.         'TextBox4
  66.         '
  67.         Me.TextBox4.Location = New System.Drawing.Point(6, 74)
  68.         Me.TextBox4.Name = "TextBox4"
  69.         Me.TextBox4.Size = New System.Drawing.Size(268, 20)
  70.         Me.TextBox4.TabIndex = 3
  71.         '
  72.         'GroupBox1
  73.         '
  74.         Me.GroupBox1.Controls.Add(Me.Button1)
  75.         Me.GroupBox1.Controls.Add(Me.TextBox1)
  76.         Me.GroupBox1.Controls.Add(Me.TextBox2)
  77.         Me.GroupBox1.Location = New System.Drawing.Point(5, 12)
  78.         Me.GroupBox1.Name = "GroupBox1"
  79.         Me.GroupBox1.Size = New System.Drawing.Size(290, 120)
  80.         Me.GroupBox1.TabIndex = 7
  81.         Me.GroupBox1.TabStop = False
  82.         Me.GroupBox1.Text = "Codifica"
  83.         '
  84.         'Button1
  85.         '
  86.         Me.Button1.Location = New System.Drawing.Point(6, 55)
  87.         Me.Button1.Name = "Button1"
  88.         Me.Button1.Size = New System.Drawing.Size(268, 23)
  89.         Me.Button1.TabIndex = 2
  90.         Me.Button1.Text = "C   O   D   I   F   I   C   A"
  91.         Me.Button1.UseVisualStyleBackColor = True
  92.         '
  93.         'TextBox1
  94.         '
  95.         Me.TextBox1.Location = New System.Drawing.Point(6, 29)
  96.         Me.TextBox1.Name = "TextBox1"
  97.         Me.TextBox1.Size = New System.Drawing.Size(268, 20)
  98.         Me.TextBox1.TabIndex = 0
  99.         '
  100.         'TextBox2
  101.         '
  102.         Me.TextBox2.Location = New System.Drawing.Point(6, 84)
  103.         Me.TextBox2.Name = "TextBox2"
  104.         Me.TextBox2.Size = New System.Drawing.Size(268, 20)
  105.         Me.TextBox2.TabIndex = 1
  106.         '
  107.         'Form1
  108.         '
  109.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  110.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  111.         Me.ClientSize = New System.Drawing.Size(303, 266)
  112.         Me.Controls.Add(Me.GroupBox2)
  113.         Me.Controls.Add(Me.GroupBox1)
  114.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  115.         Me.Name = "Form1"
  116.         Me.Text = "Esempio codifica/decodifica Buzz"
  117.         Me.GroupBox2.ResumeLayout(False)
  118.         Me.GroupBox2.PerformLayout()
  119.         Me.GroupBox1.ResumeLayout(False)
  120.         Me.GroupBox1.PerformLayout()
  121.         Me.ResumeLayout(False)
  122.  
  123.     End Sub
  124.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  125.     Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  126.     Friend WithEvents Button2 As System.Windows.Forms.Button
  127.     Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  128.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  129.     Friend WithEvents Button1 As System.Windows.Forms.Button
  130.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  131.     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  132.  
  133. End Class