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
Rapid Ball - MainForm.Designer.vb

MainForm.Designer.vb

Caricato da: Ale96
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class MainForm
  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.components = New System.ComponentModel.Container
  26.         Me.MspGame = New System.Windows.Forms.MenuStrip
  27.         Me.PartitaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.NuovaPartitaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.PausaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.EsciToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.OpzioniToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.LivelloToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.PbxGame = New System.Windows.Forms.PictureBox
  39.         Me.LblScore = New System.Windows.Forms.Label
  40.         Me.GameRefresh = New System.Windows.Forms.Timer(Me.components)
  41.         Me.LblLevel = New System.Windows.Forms.Label
  42.         Me.LblLives = New System.Windows.Forms.Label
  43.         Me.MspGame.SuspendLayout()
  44.         CType(Me.PbxGame, System.ComponentModel.ISupportInitialize).BeginInit()
  45.         Me.SuspendLayout()
  46.         '
  47.         'MspGame
  48.         '
  49.         Me.MspGame.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PartitaToolStripMenuItem, Me.OpzioniToolStripMenuItem})
  50.         Me.MspGame.Location = New System.Drawing.Point(0, 0)
  51.         Me.MspGame.Name = "MspGame"
  52.         Me.MspGame.Size = New System.Drawing.Size(1264, 24)
  53.         Me.MspGame.TabIndex = 0
  54.         Me.MspGame.Text = "MenuStrip1"
  55.         '
  56.         'PartitaToolStripMenuItem
  57.         '
  58.         Me.PartitaToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NuovaPartitaToolStripMenuItem, Me.PausaToolStripMenuItem, Me.EsciToolStripMenuItem})
  59.         Me.PartitaToolStripMenuItem.Name = "PartitaToolStripMenuItem"
  60.         Me.PartitaToolStripMenuItem.Size = New System.Drawing.Size(53, 20)
  61.         Me.PartitaToolStripMenuItem.Text = "Partita"
  62.         '
  63.         'NuovaPartitaToolStripMenuItem
  64.         '
  65.         Me.NuovaPartitaToolStripMenuItem.Name = "NuovaPartitaToolStripMenuItem"
  66.         Me.NuovaPartitaToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys)
  67.         Me.NuovaPartitaToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
  68.         Me.NuovaPartitaToolStripMenuItem.Text = "Nuova partita"
  69.         '
  70.         'PausaToolStripMenuItem
  71.         '
  72.         Me.PausaToolStripMenuItem.Name = "PausaToolStripMenuItem"
  73.         Me.PausaToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P), System.Windows.Forms.Keys)
  74.         Me.PausaToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
  75.         Me.PausaToolStripMenuItem.Text = "Pausa"
  76.         '
  77.         'EsciToolStripMenuItem
  78.         '
  79.         Me.EsciToolStripMenuItem.Name = "EsciToolStripMenuItem"
  80.         Me.EsciToolStripMenuItem.ShortcutKeyDisplayString = "Esc"
  81.         Me.EsciToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
  82.         Me.EsciToolStripMenuItem.Text = "Esci"
  83.         '
  84.         'OpzioniToolStripMenuItem
  85.         '
  86.         Me.OpzioniToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LivelloToolStripMenuItem})
  87.         Me.OpzioniToolStripMenuItem.Name = "OpzioniToolStripMenuItem"
  88.         Me.OpzioniToolStripMenuItem.Size = New System.Drawing.Size(60, 20)
  89.         Me.OpzioniToolStripMenuItem.Text = "Opzioni"
  90.         '
  91.         'LivelloToolStripMenuItem
  92.         '
  93.         Me.LivelloToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1, Me.ToolStripMenuItem2, Me.ToolStripMenuItem3, Me.ToolStripMenuItem4, Me.ToolStripMenuItem5})
  94.         Me.LivelloToolStripMenuItem.Name = "LivelloToolStripMenuItem"
  95.         Me.LivelloToolStripMenuItem.Size = New System.Drawing.Size(108, 22)
  96.         Me.LivelloToolStripMenuItem.Text = "Livello"
  97.         '
  98.         'ToolStripMenuItem1
  99.         '
  100.         Me.ToolStripMenuItem1.Checked = True
  101.         Me.ToolStripMenuItem1.CheckOnClick = True
  102.         Me.ToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked
  103.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  104.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(80, 22)
  105.         Me.ToolStripMenuItem1.Text = "1"
  106.         '
  107.         'ToolStripMenuItem2
  108.         '
  109.         Me.ToolStripMenuItem2.CheckOnClick = True
  110.         Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  111.         Me.ToolStripMenuItem2.Size = New System.Drawing.Size(80, 22)
  112.         Me.ToolStripMenuItem2.Text = "2"
  113.         '
  114.         'ToolStripMenuItem3
  115.         '
  116.         Me.ToolStripMenuItem3.CheckOnClick = True
  117.         Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
  118.         Me.ToolStripMenuItem3.Size = New System.Drawing.Size(80, 22)
  119.         Me.ToolStripMenuItem3.Text = "3"
  120.         '
  121.         'ToolStripMenuItem4
  122.         '
  123.         Me.ToolStripMenuItem4.CheckOnClick = True
  124.         Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4"
  125.         Me.ToolStripMenuItem4.Size = New System.Drawing.Size(80, 22)
  126.         Me.ToolStripMenuItem4.Text = "4"
  127.         '
  128.         'ToolStripMenuItem5
  129.         '
  130.         Me.ToolStripMenuItem5.CheckOnClick = True
  131.         Me.ToolStripMenuItem5.Name = "ToolStripMenuItem5"
  132.         Me.ToolStripMenuItem5.Size = New System.Drawing.Size(80, 22)
  133.         Me.ToolStripMenuItem5.Text = "5"
  134.         '
  135.         'PbxGame
  136.         '
  137.         Me.PbxGame.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  138.                     Or System.Windows.Forms.AnchorStyles.Left) _
  139.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  140.         Me.PbxGame.Location = New System.Drawing.Point(10, 23)
  141.         Me.PbxGame.MaximumSize = New System.Drawing.Size(1000, 700)
  142.         Me.PbxGame.MinimumSize = New System.Drawing.Size(1000, 700)
  143.         Me.PbxGame.Name = "PbxGame"
  144.         Me.PbxGame.Size = New System.Drawing.Size(1000, 700)
  145.         Me.PbxGame.TabIndex = 1
  146.         Me.PbxGame.TabStop = False
  147.         '
  148.         'LblScore
  149.         '
  150.         Me.LblScore.AutoSize = True
  151.         Me.LblScore.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  152.         Me.LblScore.Location = New System.Drawing.Point(1013, 24)
  153.         Me.LblScore.Margin = New System.Windows.Forms.Padding(0)
  154.         Me.LblScore.Name = "LblScore"
  155.         Me.LblScore.Size = New System.Drawing.Size(49, 18)
  156.         Me.LblScore.TabIndex = 2
  157.         Me.LblScore.Text = "Punti: "
  158.         Me.LblScore.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  159.         '
  160.         'GameRefresh
  161.         '
  162.         Me.GameRefresh.Interval = 25
  163.         '
  164.         'LblLevel
  165.         '
  166.         Me.LblLevel.AutoSize = True
  167.         Me.LblLevel.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  168.         Me.LblLevel.Location = New System.Drawing.Point(1013, 60)
  169.         Me.LblLevel.Margin = New System.Windows.Forms.Padding(0)
  170.         Me.LblLevel.Name = "LblLevel"
  171.         Me.LblLevel.Size = New System.Drawing.Size(57, 18)
  172.         Me.LblLevel.TabIndex = 4
  173.         Me.LblLevel.Text = "Livello: "
  174.         Me.LblLevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  175.         '
  176.         'LblLives
  177.         '
  178.         Me.LblLives.AutoSize = True
  179.         Me.LblLives.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  180.         Me.LblLives.Location = New System.Drawing.Point(1013, 42)
  181.         Me.LblLives.Margin = New System.Windows.Forms.Padding(0)
  182.         Me.LblLives.Name = "LblLives"
  183.         Me.LblLives.Size = New System.Drawing.Size(40, 18)
  184.         Me.LblLives.TabIndex = 5
  185.         Me.LblLives.Text = "Vite: "
  186.         Me.LblLives.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  187.         '
  188.         'MainForm
  189.         '
  190.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  191.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  192.         Me.ClientSize = New System.Drawing.Size(1264, 764)
  193.         Me.Controls.Add(Me.LblLives)
  194.         Me.Controls.Add(Me.LblLevel)
  195.         Me.Controls.Add(Me.LblScore)
  196.         Me.Controls.Add(Me.PbxGame)
  197.         Me.Controls.Add(Me.MspGame)
  198.         Me.MainMenuStrip = Me.MspGame
  199.         Me.Name = "MainForm"
  200.         Me.Text = "Rapid Ball"
  201.         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  202.         Me.MspGame.ResumeLayout(False)
  203.         Me.MspGame.PerformLayout()
  204.         CType(Me.PbxGame, System.ComponentModel.ISupportInitialize).EndInit()
  205.         Me.ResumeLayout(False)
  206.         Me.PerformLayout()
  207.  
  208.     End Sub
  209.     Friend WithEvents MspGame As System.Windows.Forms.MenuStrip
  210.     Friend WithEvents PartitaToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  211.     Friend WithEvents NuovaPartitaToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  212.     Friend WithEvents OpzioniToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  213.     Friend WithEvents LivelloToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  214.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
  215.     Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
  216.     Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem
  217.     Friend WithEvents ToolStripMenuItem4 As System.Windows.Forms.ToolStripMenuItem
  218.     Friend WithEvents ToolStripMenuItem5 As System.Windows.Forms.ToolStripMenuItem
  219.     Friend WithEvents PbxGame As System.Windows.Forms.PictureBox
  220.     Friend WithEvents LblScore As System.Windows.Forms.Label
  221.     Friend WithEvents GameRefresh As System.Windows.Forms.Timer
  222.     Friend WithEvents LblLevel As System.Windows.Forms.Label
  223.     Friend WithEvents PausaToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  224.     Friend WithEvents EsciToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  225.     Friend WithEvents LblLives As System.Windows.Forms.Label
  226.  
  227. End Class