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
Virtual Mouse - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Progman-92
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.Timer1 = New System.Windows.Forms.Timer(Me.components)
  28.         Me.Label1 = New System.Windows.Forms.Label
  29.         Me.Label2 = New System.Windows.Forms.Label
  30.         Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown
  31.         Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
  32.         Me.Button1 = New System.Windows.Forms.Button
  33.         CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         Me.SuspendLayout()
  35.         '
  36.         'Timer1
  37.         '
  38.         Me.Timer1.Interval = 10
  39.         '
  40.         'Label1
  41.         '
  42.         Me.Label1.AutoSize = True
  43.         Me.Label1.Location = New System.Drawing.Point(13, 13)
  44.         Me.Label1.Name = "Label1"
  45.         Me.Label1.Size = New System.Drawing.Size(39, 13)
  46.         Me.Label1.TabIndex = 0
  47.         Me.Label1.Text = "Label1"
  48.         '
  49.         'Label2
  50.         '
  51.         Me.Label2.AutoSize = True
  52.         Me.Label2.Location = New System.Drawing.Point(13, 40)
  53.         Me.Label2.Name = "Label2"
  54.         Me.Label2.Size = New System.Drawing.Size(97, 13)
  55.         Me.Label2.TabIndex = 1
  56.         Me.Label2.Text = "Pixel di scorrimento"
  57.         '
  58.         'NumericUpDown1
  59.         '
  60.         Me.NumericUpDown1.Location = New System.Drawing.Point(116, 38)
  61.         Me.NumericUpDown1.Maximum = New Decimal(New Integer() {50, 0, 0, 0})
  62.         Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  63.         Me.NumericUpDown1.Name = "NumericUpDown1"
  64.         Me.NumericUpDown1.Size = New System.Drawing.Size(36, 20)
  65.         Me.NumericUpDown1.TabIndex = 2
  66.         Me.NumericUpDown1.Value = New Decimal(New Integer() {5, 0, 0, 0})
  67.         '
  68.         'NotifyIcon1
  69.         '
  70.         Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon)
  71.         Me.NotifyIcon1.Text = "Virtual Mouse"
  72.         Me.NotifyIcon1.Visible = True
  73.         '
  74.         'Button1
  75.         '
  76.         Me.Button1.Location = New System.Drawing.Point(77, 67)
  77.         Me.Button1.Name = "Button1"
  78.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  79.         Me.Button1.TabIndex = 3
  80.         Me.Button1.Text = "Info Su..."
  81.         Me.Button1.UseVisualStyleBackColor = True
  82.         '
  83.         'Form1
  84.         '
  85.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  86.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  87.         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  88.         Me.ClientSize = New System.Drawing.Size(230, 102)
  89.         Me.Controls.Add(Me.Button1)
  90.         Me.Controls.Add(Me.NumericUpDown1)
  91.         Me.Controls.Add(Me.Label2)
  92.         Me.Controls.Add(Me.Label1)
  93.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  94.         Me.Name = "Form1"
  95.         Me.Opacity = 0
  96.         Me.ShowInTaskbar = False
  97.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  98.         Me.Text = "Virtual Mouse"
  99.         CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  100.         Me.ResumeLayout(False)
  101.         Me.PerformLayout()
  102.  
  103.     End Sub
  104.     Friend WithEvents Timer1 As System.Windows.Forms.Timer
  105.     Friend WithEvents Label1 As System.Windows.Forms.Label
  106.     Friend WithEvents Label2 As System.Windows.Forms.Label
  107.     Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
  108.     Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
  109.     Friend WithEvents Button1 As System.Windows.Forms.Button
  110.  
  111. End Class