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
Recorder Application - 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 overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24.         Me.TextBox1 = New System.Windows.Forms.TextBox
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.tmrRecorderApplication = New System.Windows.Forms.Timer(Me.components)
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.Label3 = New System.Windows.Forms.Label
  29.         Me.Label4 = New System.Windows.Forms.Label
  30.         Me.tmrScritturaFile = New System.Windows.Forms.Timer(Me.components)
  31.         Me.Button1 = New System.Windows.Forms.Button
  32.         Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
  33.         Me.Label5 = New System.Windows.Forms.Label
  34.         Me.SuspendLayout()
  35.         '
  36.         'TextBox1
  37.         '
  38.         Me.TextBox1.Location = New System.Drawing.Point(12, 93)
  39.         Me.TextBox1.Multiline = True
  40.         Me.TextBox1.Name = "TextBox1"
  41.         Me.TextBox1.Size = New System.Drawing.Size(357, 169)
  42.         Me.TextBox1.TabIndex = 0
  43.         '
  44.         'Label1
  45.         '
  46.         Me.Label1.AutoSize = True
  47.         Me.Label1.BackColor = System.Drawing.Color.Transparent
  48.         Me.Label1.ForeColor = System.Drawing.Color.DodgerBlue
  49.         Me.Label1.Location = New System.Drawing.Point(9, 65)
  50.         Me.Label1.Name = "Label1"
  51.         Me.Label1.Size = New System.Drawing.Size(95, 13)
  52.         Me.Label1.TabIndex = 1
  53.         Me.Label1.Text = "Elenco applicazioni"
  54.         '
  55.         'tmrRecorderApplication
  56.         '
  57.         '
  58.         'Label2
  59.         '
  60.         Me.Label2.AutoSize = True
  61.         Me.Label2.BackColor = System.Drawing.Color.Transparent
  62.         Me.Label2.ForeColor = System.Drawing.Color.DodgerBlue
  63.         Me.Label2.Location = New System.Drawing.Point(9, 9)
  64.         Me.Label2.Name = "Label2"
  65.         Me.Label2.Size = New System.Drawing.Size(138, 13)
  66.         Me.Label2.TabIndex = 2
  67.         Me.Label2.Text = "Finestra attualmente attiva"
  68.         '
  69.         'Label3
  70.         '
  71.         Me.Label3.AutoSize = True
  72.         Me.Label3.BackColor = System.Drawing.Color.Transparent
  73.         Me.Label3.ForeColor = System.Drawing.Color.DeepSkyBlue
  74.         Me.Label3.Location = New System.Drawing.Point(24, 34)
  75.         Me.Label3.Name = "Label3"
  76.         Me.Label3.Size = New System.Drawing.Size(38, 13)
  77.         Me.Label3.TabIndex = 3
  78.         Me.Label3.Text = "Label3"
  79.         '
  80.         'Label4
  81.         '
  82.         Me.Label4.AutoSize = True
  83.         Me.Label4.BackColor = System.Drawing.Color.Transparent
  84.         Me.Label4.ForeColor = System.Drawing.Color.DeepSkyBlue
  85.         Me.Label4.Location = New System.Drawing.Point(220, 9)
  86.         Me.Label4.Name = "Label4"
  87.         Me.Label4.Size = New System.Drawing.Size(38, 13)
  88.         Me.Label4.TabIndex = 4
  89.         Me.Label4.Text = "Label4"
  90.         '
  91.         'tmrScritturaFile
  92.         '
  93.         Me.tmrScritturaFile.Interval = 2500
  94.         '
  95.         'Button1
  96.         '
  97.         Me.Button1.ForeColor = System.Drawing.Color.DodgerBlue
  98.         Me.Button1.Location = New System.Drawing.Point(132, 268)
  99.         Me.Button1.Name = "Button1"
  100.         Me.Button1.Size = New System.Drawing.Size(117, 23)
  101.         Me.Button1.TabIndex = 5
  102.         Me.Button1.Text = "Cancella elenco"
  103.         Me.Button1.UseVisualStyleBackColor = True
  104.         '
  105.         'NotifyIcon1
  106.         '
  107.         Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon)
  108.         Me.NotifyIcon1.Text = "Recorder Application Mostra/Nascondi"
  109.         Me.NotifyIcon1.Visible = True
  110.         '
  111.         'Label5
  112.         '
  113.         Me.Label5.AutoSize = True
  114.         Me.Label5.BackColor = System.Drawing.Color.Transparent
  115.         Me.Label5.ForeColor = System.Drawing.Color.OrangeRed
  116.         Me.Label5.Location = New System.Drawing.Point(12, 303)
  117.         Me.Label5.Name = "Label5"
  118.         Me.Label5.Size = New System.Drawing.Size(350, 13)
  119.         Me.Label5.TabIndex = 6
  120.         Me.Label5.Text = "Per mostrare/nascondere il form fare doppio click sull'icona nella taskbar"
  121.         '
  122.         'Form1
  123.         '
  124.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  125.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  126.         Me.BackColor = System.Drawing.Color.WhiteSmoke
  127.         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  128.         Me.ClientSize = New System.Drawing.Size(381, 325)
  129.         Me.Controls.Add(Me.Label5)
  130.         Me.Controls.Add(Me.Button1)
  131.         Me.Controls.Add(Me.Label4)
  132.         Me.Controls.Add(Me.Label3)
  133.         Me.Controls.Add(Me.Label2)
  134.         Me.Controls.Add(Me.Label1)
  135.         Me.Controls.Add(Me.TextBox1)
  136.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
  137.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  138.         Me.MaximizeBox = False
  139.         Me.Name = "Form1"
  140.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  141.         Me.Text = "Recorder Application"
  142.         Me.ResumeLayout(False)
  143.         Me.PerformLayout()
  144.  
  145.     End Sub
  146.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  147.     Friend WithEvents Label1 As System.Windows.Forms.Label
  148.     Friend WithEvents tmrRecorderApplication As System.Windows.Forms.Timer
  149.     Friend WithEvents Label2 As System.Windows.Forms.Label
  150.     Friend WithEvents Label3 As System.Windows.Forms.Label
  151.     Friend WithEvents Label4 As System.Windows.Forms.Label
  152.     Friend WithEvents tmrScritturaFile As System.Windows.Forms.Timer
  153.     Friend WithEvents Button1 As System.Windows.Forms.Button
  154.     Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
  155.     Friend WithEvents Label5 As System.Windows.Forms.Label
  156.  
  157. End Class