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
The Best Way Home - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
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.imgGrid = New System.Windows.Forms.PictureBox
  27.         Me.Label1 = New System.Windows.Forms.Label
  28.         Me.pnlColor = New System.Windows.Forms.Panel
  29.         Me.btnPlan = New System.Windows.Forms.Button
  30.         Me.btnForest = New System.Windows.Forms.Button
  31.         Me.btnMountain = New System.Windows.Forms.Button
  32.         Me.btnLake = New System.Windows.Forms.Button
  33.         Me.Label2 = New System.Windows.Forms.Label
  34.         Me.btnCalculate = New System.Windows.Forms.Button
  35.         Me.TextBox1 = New System.Windows.Forms.TextBox
  36.         CType(Me.imgGrid, System.ComponentModel.ISupportInitialize).BeginInit()
  37.         Me.SuspendLayout()
  38.         '
  39.         'imgGrid
  40.         '
  41.         Me.imgGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  42.         Me.imgGrid.Location = New System.Drawing.Point(12, 11)
  43.         Me.imgGrid.Name = "imgGrid"
  44.         Me.imgGrid.Size = New System.Drawing.Size(400, 400)
  45.         Me.imgGrid.TabIndex = 0
  46.         Me.imgGrid.TabStop = False
  47.         '
  48.         'Label1
  49.         '
  50.         Me.Label1.AutoSize = True
  51.         Me.Label1.Location = New System.Drawing.Point(428, 11)
  52.         Me.Label1.Name = "Label1"
  53.         Me.Label1.Size = New System.Drawing.Size(139, 13)
  54.         Me.Label1.TabIndex = 1
  55.         Me.Label1.Text = "Seleziona il colore da usare:"
  56.         '
  57.         'pnlColor
  58.         '
  59.         Me.pnlColor.Location = New System.Drawing.Point(431, 27)
  60.         Me.pnlColor.Name = "pnlColor"
  61.         Me.pnlColor.Size = New System.Drawing.Size(164, 24)
  62.         Me.pnlColor.TabIndex = 2
  63.         '
  64.         'btnPlan
  65.         '
  66.         Me.btnPlan.BackColor = System.Drawing.Color.Gold
  67.         Me.btnPlan.Location = New System.Drawing.Point(431, 57)
  68.         Me.btnPlan.Name = "btnPlan"
  69.         Me.btnPlan.Size = New System.Drawing.Size(75, 23)
  70.         Me.btnPlan.TabIndex = 3
  71.         Me.btnPlan.Text = "Pianura"
  72.         Me.btnPlan.UseVisualStyleBackColor = False
  73.         '
  74.         'btnForest
  75.         '
  76.         Me.btnForest.BackColor = System.Drawing.Color.LimeGreen
  77.         Me.btnForest.Location = New System.Drawing.Point(520, 86)
  78.         Me.btnForest.Name = "btnForest"
  79.         Me.btnForest.Size = New System.Drawing.Size(75, 23)
  80.         Me.btnForest.TabIndex = 4
  81.         Me.btnForest.Text = "Foresta"
  82.         Me.btnForest.UseVisualStyleBackColor = False
  83.         '
  84.         'btnMountain
  85.         '
  86.         Me.btnMountain.BackColor = System.Drawing.Color.Peru
  87.         Me.btnMountain.Location = New System.Drawing.Point(431, 86)
  88.         Me.btnMountain.Name = "btnMountain"
  89.         Me.btnMountain.Size = New System.Drawing.Size(75, 23)
  90.         Me.btnMountain.TabIndex = 5
  91.         Me.btnMountain.Text = "Montagna"
  92.         Me.btnMountain.UseVisualStyleBackColor = False
  93.         '
  94.         'btnLake
  95.         '
  96.         Me.btnLake.BackColor = System.Drawing.Color.DeepSkyBlue
  97.         Me.btnLake.Location = New System.Drawing.Point(520, 57)
  98.         Me.btnLake.Name = "btnLake"
  99.         Me.btnLake.Size = New System.Drawing.Size(75, 23)
  100.         Me.btnLake.TabIndex = 6
  101.         Me.btnLake.Text = "Lago"
  102.         Me.btnLake.UseVisualStyleBackColor = False
  103.         '
  104.         'Label2
  105.         '
  106.         Me.Label2.Location = New System.Drawing.Point(428, 122)
  107.         Me.Label2.Name = "Label2"
  108.         Me.Label2.Size = New System.Drawing.Size(167, 48)
  109.         Me.Label2.TabIndex = 7
  110.         Me.Label2.Text = "Tieni premuto il pulsante del mouse mentre ti sposti per colorare le caselle sott" & _
  111.             "ostanti."
  112.         '
  113.         'btnCalculate
  114.         '
  115.         Me.btnCalculate.Location = New System.Drawing.Point(431, 385)
  116.         Me.btnCalculate.Name = "btnCalculate"
  117.         Me.btnCalculate.Size = New System.Drawing.Size(164, 26)
  118.         Me.btnCalculate.TabIndex = 8
  119.         Me.btnCalculate.Text = "Calcola il percorso migliore"
  120.         Me.btnCalculate.UseVisualStyleBackColor = True
  121.         '
  122.         'TextBox1
  123.         '
  124.         Me.TextBox1.Location = New System.Drawing.Point(431, 173)
  125.         Me.TextBox1.Multiline = True
  126.         Me.TextBox1.Name = "TextBox1"
  127.         Me.TextBox1.ReadOnly = True
  128.         Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
  129.         Me.TextBox1.Size = New System.Drawing.Size(164, 206)
  130.         Me.TextBox1.TabIndex = 9
  131.         Me.TextBox1.Text = resources.GetString("TextBox1.Text")
  132.         '
  133.         'Form1
  134.         '
  135.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  136.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  137.         Me.ClientSize = New System.Drawing.Size(607, 423)
  138.         Me.Controls.Add(Me.TextBox1)
  139.         Me.Controls.Add(Me.btnCalculate)
  140.         Me.Controls.Add(Me.Label2)
  141.         Me.Controls.Add(Me.btnLake)
  142.         Me.Controls.Add(Me.btnMountain)
  143.         Me.Controls.Add(Me.btnForest)
  144.         Me.Controls.Add(Me.btnPlan)
  145.         Me.Controls.Add(Me.pnlColor)
  146.         Me.Controls.Add(Me.Label1)
  147.         Me.Controls.Add(Me.imgGrid)
  148.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  149.         Me.Name = "Form1"
  150.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  151.         Me.Text = "The Best Way Home"
  152.         CType(Me.imgGrid, System.ComponentModel.ISupportInitialize).EndInit()
  153.         Me.ResumeLayout(False)
  154.         Me.PerformLayout()
  155.  
  156.     End Sub
  157.     Friend WithEvents imgGrid As System.Windows.Forms.PictureBox
  158.     Friend WithEvents Label1 As System.Windows.Forms.Label
  159.     Friend WithEvents pnlColor As System.Windows.Forms.Panel
  160.     Friend WithEvents btnPlan As System.Windows.Forms.Button
  161.     Friend WithEvents btnForest As System.Windows.Forms.Button
  162.     Friend WithEvents btnMountain As System.Windows.Forms.Button
  163.     Friend WithEvents btnLake As System.Windows.Forms.Button
  164.     Friend WithEvents Label2 As System.Windows.Forms.Label
  165.     Friend WithEvents btnCalculate As System.Windows.Forms.Button
  166.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  167.  
  168. End Class