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
shoot simulator - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Walker93
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.components = New System.ComponentModel.Container
  26.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  27.         Me.vai = New System.Windows.Forms.Button
  28.         Me.velo = New System.Windows.Forms.TextBox
  29.         Me.ango = New System.Windows.Forms.TextBox
  30.         Me.Label1 = New System.Windows.Forms.Label
  31.         Me.Label2 = New System.Windows.Forms.Label
  32.         Me.Label3 = New System.Windows.Forms.Label
  33.         Me.Label4 = New System.Windows.Forms.Label
  34.         Me.Label7 = New System.Windows.Forms.Label
  35.         Me.almax = New System.Windows.Forms.TextBox
  36.         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  37.         Me.Button1 = New System.Windows.Forms.Button
  38.         Me.Label8 = New System.Windows.Forms.Label
  39.         Me.dimax = New System.Windows.Forms.TextBox
  40.         Me.g = New System.Windows.Forms.TextBox
  41.         Me.Label11 = New System.Windows.Forms.Label
  42.         Me.Label12 = New System.Windows.Forms.Label
  43.         Me.Button2 = New System.Windows.Forms.Button
  44.         Me.ind = New System.Windows.Forms.PictureBox
  45.         Me.proiettile = New System.Windows.Forms.PictureBox
  46.         Me.sfondo = New System.Windows.Forms.PictureBox
  47.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  48.         Me.Label15 = New System.Windows.Forms.Label
  49.         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  50.         Me.Label13 = New System.Windows.Forms.Label
  51.         Me.Label14 = New System.Windows.Forms.Label
  52.         Me.tem = New System.Windows.Forms.TextBox
  53.         Me.Label16 = New System.Windows.Forms.Label
  54.         Me.Label17 = New System.Windows.Forms.Label
  55.         CType(Me.ind, System.ComponentModel.ISupportInitialize).BeginInit()
  56.         CType(Me.proiettile, System.ComponentModel.ISupportInitialize).BeginInit()
  57.         CType(Me.sfondo, System.ComponentModel.ISupportInitialize).BeginInit()
  58.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  59.         Me.SuspendLayout()
  60.         '
  61.         'vai
  62.         '
  63.         Me.vai.Location = New System.Drawing.Point(335, 6)
  64.         Me.vai.Name = "vai"
  65.         Me.vai.Size = New System.Drawing.Size(75, 23)
  66.         Me.vai.TabIndex = 5
  67.         Me.vai.Text = "&Simula"
  68.         Me.vai.UseVisualStyleBackColor = True
  69.         '
  70.         'velo
  71.         '
  72.         Me.velo.Location = New System.Drawing.Point(43, 12)
  73.         Me.velo.Name = "velo"
  74.         Me.velo.Size = New System.Drawing.Size(56, 20)
  75.         Me.velo.TabIndex = 0
  76.         Me.velo.Text = "10"
  77.         '
  78.         'ango
  79.         '
  80.         Me.ango.Location = New System.Drawing.Point(43, 38)
  81.         Me.ango.Name = "ango"
  82.         Me.ango.Size = New System.Drawing.Size(56, 20)
  83.         Me.ango.TabIndex = 1
  84.         Me.ango.Text = "45"
  85.         '
  86.         'Label1
  87.         '
  88.         Me.Label1.AutoSize = True
  89.         Me.Label1.Location = New System.Drawing.Point(12, 15)
  90.         Me.Label1.Name = "Label1"
  91.         Me.Label1.Size = New System.Drawing.Size(25, 13)
  92.         Me.Label1.TabIndex = 4
  93.         Me.Label1.Text = "Vel."
  94.         '
  95.         'Label2
  96.         '
  97.         Me.Label2.AutoSize = True
  98.         Me.Label2.Location = New System.Drawing.Point(105, 15)
  99.         Me.Label2.Name = "Label2"
  100.         Me.Label2.Size = New System.Drawing.Size(25, 13)
  101.         Me.Label2.TabIndex = 5
  102.         Me.Label2.Text = "m/s"
  103.         '
  104.         'Label3
  105.         '
  106.         Me.Label3.AutoSize = True
  107.         Me.Label3.Location = New System.Drawing.Point(-2, 41)
  108.         Me.Label3.Name = "Label3"
  109.         Me.Label3.Size = New System.Drawing.Size(39, 13)
  110.         Me.Label3.TabIndex = 6
  111.         Me.Label3.Text = "angolo"
  112.         '
  113.         'Label4
  114.         '
  115.         Me.Label4.AutoSize = True
  116.         Me.Label4.Location = New System.Drawing.Point(105, 38)
  117.         Me.Label4.Name = "Label4"
  118.         Me.Label4.Size = New System.Drawing.Size(11, 13)
  119.         Me.Label4.TabIndex = 7
  120.         Me.Label4.Text = "°"
  121.         '
  122.         'Label7
  123.         '
  124.         Me.Label7.AutoSize = True
  125.         Me.Label7.Location = New System.Drawing.Point(187, 11)
  126.         Me.Label7.Name = "Label7"
  127.         Me.Label7.Size = New System.Drawing.Size(68, 13)
  128.         Me.Label7.TabIndex = 12
  129.         Me.Label7.Text = "altezza max="
  130.         '
  131.         'almax
  132.         '
  133.         Me.almax.Location = New System.Drawing.Point(261, 8)
  134.         Me.almax.Name = "almax"
  135.         Me.almax.ReadOnly = True
  136.         Me.almax.Size = New System.Drawing.Size(50, 20)
  137.         Me.almax.TabIndex = 13
  138.         Me.almax.TabStop = False
  139.         Me.almax.Text = "0"
  140.         '
  141.         'Timer1
  142.         '
  143.         Me.Timer1.Interval = 1
  144.         '
  145.         'Button1
  146.         '
  147.         Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
  148.         Me.Button1.Location = New System.Drawing.Point(335, 32)
  149.         Me.Button1.Name = "Button1"
  150.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  151.         Me.Button1.TabIndex = 6
  152.         Me.Button1.Text = "&Riposiziona"
  153.         Me.Button1.UseVisualStyleBackColor = True
  154.         '
  155.         'Label8
  156.         '
  157.         Me.Label8.AutoSize = True
  158.         Me.Label8.Location = New System.Drawing.Point(156, 37)
  159.         Me.Label8.Name = "Label8"
  160.         Me.Label8.Size = New System.Drawing.Size(99, 13)
  161.         Me.Label8.TabIndex = 17
  162.         Me.Label8.Text = "distanza raggiunta="
  163.         '
  164.         'dimax
  165.         '
  166.         Me.dimax.Location = New System.Drawing.Point(261, 34)
  167.         Me.dimax.Name = "dimax"
  168.         Me.dimax.ReadOnly = True
  169.         Me.dimax.Size = New System.Drawing.Size(50, 20)
  170.         Me.dimax.TabIndex = 18
  171.         Me.dimax.TabStop = False
  172.         Me.dimax.Text = "0"
  173.         '
  174.         'g
  175.         '
  176.         Me.g.Location = New System.Drawing.Point(43, 64)
  177.         Me.g.Name = "g"
  178.         Me.g.Size = New System.Drawing.Size(56, 20)
  179.         Me.g.TabIndex = 2
  180.         Me.g.Text = "9,81"
  181.         '
  182.         'Label11
  183.         '
  184.         Me.Label11.AutoSize = True
  185.         Me.Label11.Location = New System.Drawing.Point(-2, 67)
  186.         Me.Label11.Name = "Label11"
  187.         Me.Label11.Size = New System.Drawing.Size(39, 13)
  188.         Me.Label11.TabIndex = 22
  189.         Me.Label11.Text = "gravità"
  190.         '
  191.         'Label12
  192.         '
  193.         Me.Label12.AutoSize = True
  194.         Me.Label12.Location = New System.Drawing.Point(105, 67)
  195.         Me.Label12.Name = "Label12"
  196.         Me.Label12.Size = New System.Drawing.Size(37, 13)
  197.         Me.Label12.TabIndex = 23
  198.         Me.Label12.Text = "m/s^2"
  199.         '
  200.         'Button2
  201.         '
  202.         Me.Button2.Location = New System.Drawing.Point(335, 57)
  203.         Me.Button2.Name = "Button2"
  204.         Me.Button2.Size = New System.Drawing.Size(75, 23)
  205.         Me.Button2.TabIndex = 7
  206.         Me.Button2.Text = "Ri&pristina"
  207.         Me.Button2.UseVisualStyleBackColor = True
  208.         '
  209.         'ind
  210.         '
  211.         Me.ind.BackColor = System.Drawing.Color.Transparent
  212.         Me.ind.Image = Global.proiettile.My.Resources.Resources.indicatore
  213.         Me.ind.Location = New System.Drawing.Point(0, 90)
  214.         Me.ind.Name = "ind"
  215.         Me.ind.Size = New System.Drawing.Size(13, 15)
  216.         Me.ind.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  217.         Me.ind.TabIndex = 25
  218.         Me.ind.TabStop = False
  219.         Me.ind.Visible = False
  220.         '
  221.         'proiettile
  222.         '
  223.         Me.proiettile.BackColor = System.Drawing.Color.Transparent
  224.         Me.proiettile.Image = Global.proiettile.My.Resources.Resources.proiettile
  225.         Me.proiettile.Location = New System.Drawing.Point(0, 228)
  226.         Me.proiettile.Name = "proiettile"
  227.         Me.proiettile.Size = New System.Drawing.Size(17, 9)
  228.         Me.proiettile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  229.         Me.proiettile.TabIndex = 14
  230.         Me.proiettile.TabStop = False
  231.         '
  232.         'sfondo
  233.         '
  234.         Me.sfondo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  235.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  236.         Me.sfondo.BackColor = System.Drawing.Color.Chartreuse
  237.         Me.sfondo.Location = New System.Drawing.Point(0, 243)
  238.         Me.sfondo.Name = "sfondo"
  239.         Me.sfondo.Size = New System.Drawing.Size(552, 89)
  240.         Me.sfondo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  241.         Me.sfondo.TabIndex = 0
  242.         Me.sfondo.TabStop = False
  243.         '
  244.         'PictureBox1
  245.         '
  246.         Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  247.                     Or System.Windows.Forms.AnchorStyles.Left) _
  248.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  249.         Me.PictureBox1.BackColor = System.Drawing.Color.LightBlue
  250.         Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  251.         Me.PictureBox1.Location = New System.Drawing.Point(0, 90)
  252.         Me.PictureBox1.Name = "PictureBox1"
  253.         Me.PictureBox1.Size = New System.Drawing.Size(554, 157)
  254.         Me.PictureBox1.TabIndex = 15
  255.         Me.PictureBox1.TabStop = False
  256.         '
  257.         'Label15
  258.         '
  259.         Me.Label15.AutoSize = True
  260.         Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  261.         Me.Label15.Location = New System.Drawing.Point(416, 38)
  262.         Me.Label15.Name = "Label15"
  263.         Me.Label15.Size = New System.Drawing.Size(124, 13)
  264.         Me.Label15.TabIndex = 29
  265.         Me.Label15.Text = "per aiuto premere F1"
  266.         '
  267.         'Timer2
  268.         '
  269.         Me.Timer2.Enabled = True
  270.         Me.Timer2.Interval = 1
  271.         '
  272.         'Label13
  273.         '
  274.         Me.Label13.AutoSize = True
  275.         Me.Label13.Location = New System.Drawing.Point(317, 11)
  276.         Me.Label13.Name = "Label13"
  277.         Me.Label13.Size = New System.Drawing.Size(15, 13)
  278.         Me.Label13.TabIndex = 30
  279.         Me.Label13.Text = "m"
  280.         '
  281.         'Label14
  282.         '
  283.         Me.Label14.AutoSize = True
  284.         Me.Label14.Location = New System.Drawing.Point(317, 37)
  285.         Me.Label14.Name = "Label14"
  286.         Me.Label14.Size = New System.Drawing.Size(15, 13)
  287.         Me.Label14.TabIndex = 31
  288.         Me.Label14.Text = "m"
  289.         '
  290.         'tem
  291.         '
  292.         Me.tem.Location = New System.Drawing.Point(261, 60)
  293.         Me.tem.Name = "tem"
  294.         Me.tem.ReadOnly = True
  295.         Me.tem.Size = New System.Drawing.Size(50, 20)
  296.         Me.tem.TabIndex = 33
  297.         Me.tem.TabStop = False
  298.         Me.tem.Text = "0"
  299.         '
  300.         'Label16
  301.         '
  302.         Me.Label16.AutoSize = True
  303.         Me.Label16.Location = New System.Drawing.Point(190, 63)
  304.         Me.Label16.Name = "Label16"
  305.         Me.Label16.Size = New System.Drawing.Size(65, 13)
  306.         Me.Label16.TabIndex = 32
  307.         Me.Label16.Text = "tempo volo="
  308.         '
  309.         'Label17
  310.         '
  311.         Me.Label17.AutoSize = True
  312.         Me.Label17.Location = New System.Drawing.Point(317, 63)
  313.         Me.Label17.Name = "Label17"
  314.         Me.Label17.Size = New System.Drawing.Size(12, 13)
  315.         Me.Label17.TabIndex = 34
  316.         Me.Label17.Text = "s"
  317.         '
  318.         'Form1
  319.         '
  320.         Me.AcceptButton = Me.vai
  321.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  322.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  323.         Me.ClientSize = New System.Drawing.Size(552, 332)
  324.         Me.Controls.Add(Me.Label17)
  325.         Me.Controls.Add(Me.tem)
  326.         Me.Controls.Add(Me.Label16)
  327.         Me.Controls.Add(Me.Label14)
  328.         Me.Controls.Add(Me.Label13)
  329.         Me.Controls.Add(Me.Label15)
  330.         Me.Controls.Add(Me.ind)
  331.         Me.Controls.Add(Me.Button2)
  332.         Me.Controls.Add(Me.Label12)
  333.         Me.Controls.Add(Me.Label11)
  334.         Me.Controls.Add(Me.g)
  335.         Me.Controls.Add(Me.dimax)
  336.         Me.Controls.Add(Me.Label8)
  337.         Me.Controls.Add(Me.Button1)
  338.         Me.Controls.Add(Me.proiettile)
  339.         Me.Controls.Add(Me.almax)
  340.         Me.Controls.Add(Me.Label7)
  341.         Me.Controls.Add(Me.Label4)
  342.         Me.Controls.Add(Me.Label3)
  343.         Me.Controls.Add(Me.Label2)
  344.         Me.Controls.Add(Me.Label1)
  345.         Me.Controls.Add(Me.ango)
  346.         Me.Controls.Add(Me.velo)
  347.         Me.Controls.Add(Me.vai)
  348.         Me.Controls.Add(Me.sfondo)
  349.         Me.Controls.Add(Me.PictureBox1)
  350.         Me.HelpButton = True
  351.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  352.         Me.MinimumSize = New System.Drawing.Size(540, 225)
  353.         Me.Name = "Form1"
  354.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  355.         Me.Text = "Shoot Simulator"
  356.         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  357.         CType(Me.ind, System.ComponentModel.ISupportInitialize).EndInit()
  358.         CType(Me.proiettile, System.ComponentModel.ISupportInitialize).EndInit()
  359.         CType(Me.sfondo, System.ComponentModel.ISupportInitialize).EndInit()
  360.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  361.         Me.ResumeLayout(False)
  362.         Me.PerformLayout()
  363.  
  364.     End Sub
  365.     Friend WithEvents sfondo As System.Windows.Forms.PictureBox
  366.     Friend WithEvents vai As System.Windows.Forms.Button
  367.     Friend WithEvents velo As System.Windows.Forms.TextBox
  368.     Friend WithEvents ango As System.Windows.Forms.TextBox
  369.     Friend WithEvents Label1 As System.Windows.Forms.Label
  370.     Friend WithEvents Label2 As System.Windows.Forms.Label
  371.     Friend WithEvents Label3 As System.Windows.Forms.Label
  372.     Friend WithEvents Label4 As System.Windows.Forms.Label
  373.     Friend WithEvents Label7 As System.Windows.Forms.Label
  374.     Friend WithEvents almax As System.Windows.Forms.TextBox
  375.     Friend WithEvents proiettile As System.Windows.Forms.PictureBox
  376.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  377.     Friend WithEvents Timer1 As System.Windows.Forms.Timer
  378.     Friend WithEvents Button1 As System.Windows.Forms.Button
  379.     Friend WithEvents Label8 As System.Windows.Forms.Label
  380.     Friend WithEvents dimax As System.Windows.Forms.TextBox
  381.     Friend WithEvents g As System.Windows.Forms.TextBox
  382.     Friend WithEvents Label11 As System.Windows.Forms.Label
  383.     Friend WithEvents Label12 As System.Windows.Forms.Label
  384.     Friend WithEvents Button2 As System.Windows.Forms.Button
  385.     Friend WithEvents ind As System.Windows.Forms.PictureBox
  386.     Friend WithEvents Label15 As System.Windows.Forms.Label
  387.     Friend WithEvents Timer2 As System.Windows.Forms.Timer
  388.     Friend WithEvents Label13 As System.Windows.Forms.Label
  389.     Friend WithEvents Label14 As System.Windows.Forms.Label
  390.     Friend WithEvents tem As System.Windows.Forms.TextBox
  391.     Friend WithEvents Label16 As System.Windows.Forms.Label
  392.     Friend WithEvents Label17 As System.Windows.Forms.Label
  393.  
  394. End Class