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
Speech Link - 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.         Me.components = New System.ComponentModel.Container
  26.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  27.         Me.strTools = New System.Windows.Forms.ToolStrip
  28.         Me.strStart = New System.Windows.Forms.ToolStripButton
  29.         Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  30.         Me.strAdd = New System.Windows.Forms.ToolStripButton
  31.         Me.strRemove = New System.Windows.Forms.ToolStripButton
  32.         Me.strSpellCheck = New System.Windows.Forms.ToolStripButton
  33.         Me.imgList = New System.Windows.Forms.ImageList(Me.components)
  34.         Me.lstLinks = New System.Windows.Forms.ListView
  35.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  36.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  37.         Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
  38.         Me.strToIcon = New System.Windows.Forms.ToolStripButton
  39.         Me.ntfIcon = New System.Windows.Forms.NotifyIcon(Me.components)
  40.         Me.strTools.SuspendLayout()
  41.         Me.SuspendLayout()
  42.         '
  43.         'strTools
  44.         '
  45.         Me.strTools.ImageScalingSize = New System.Drawing.Size(32, 32)
  46.         Me.strTools.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strStart, Me.ToolStripSeparator1, Me.strAdd, Me.strRemove, Me.strSpellCheck, Me.ToolStripSeparator2, Me.strToIcon})
  47.         Me.strTools.Location = New System.Drawing.Point(0, 0)
  48.         Me.strTools.Name = "strTools"
  49.         Me.strTools.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  50.         Me.strTools.Size = New System.Drawing.Size(375, 39)
  51.         Me.strTools.TabIndex = 0
  52.         Me.strTools.Text = "ToolStrip1"
  53.         '
  54.         'strStart
  55.         '
  56.         Me.strStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  57.         Me.strStart.Image = CType(resources.GetObject("strStart.Image"), System.Drawing.Image)
  58.         Me.strStart.ImageTransparentColor = System.Drawing.Color.Magenta
  59.         Me.strStart.Name = "strStart"
  60.         Me.strStart.Size = New System.Drawing.Size(36, 36)
  61.         Me.strStart.Text = "Start"
  62.         '
  63.         'ToolStripSeparator1
  64.         '
  65.         Me.ToolStripSeparator1.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  66.         Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  67.         Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 39)
  68.         '
  69.         'strAdd
  70.         '
  71.         Me.strAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  72.         Me.strAdd.Image = CType(resources.GetObject("strAdd.Image"), System.Drawing.Image)
  73.         Me.strAdd.ImageTransparentColor = System.Drawing.Color.Magenta
  74.         Me.strAdd.Name = "strAdd"
  75.         Me.strAdd.Size = New System.Drawing.Size(36, 36)
  76.         Me.strAdd.Text = "Aggiungi"
  77.         '
  78.         'strRemove
  79.         '
  80.         Me.strRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  81.         Me.strRemove.Image = CType(resources.GetObject("strRemove.Image"), System.Drawing.Image)
  82.         Me.strRemove.ImageTransparentColor = System.Drawing.Color.Magenta
  83.         Me.strRemove.Name = "strRemove"
  84.         Me.strRemove.Size = New System.Drawing.Size(36, 36)
  85.         Me.strRemove.Text = "Rimuovi"
  86.         '
  87.         'strSpellCheck
  88.         '
  89.         Me.strSpellCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  90.         Me.strSpellCheck.Image = CType(resources.GetObject("strSpellCheck.Image"), System.Drawing.Image)
  91.         Me.strSpellCheck.ImageTransparentColor = System.Drawing.Color.Magenta
  92.         Me.strSpellCheck.Name = "strSpellCheck"
  93.         Me.strSpellCheck.Size = New System.Drawing.Size(36, 36)
  94.         Me.strSpellCheck.Text = "Leggi"
  95.         '
  96.         'imgList
  97.         '
  98.         Me.imgList.ImageStream = CType(resources.GetObject("imgList.ImageStream"), System.Windows.Forms.ImageListStreamer)
  99.         Me.imgList.TransparentColor = System.Drawing.Color.Transparent
  100.         Me.imgList.Images.SetKeyName(0, "player_play.png")
  101.         Me.imgList.Images.SetKeyName(1, "player_stop.png")
  102.         '
  103.         'lstLinks
  104.         '
  105.         Me.lstLinks.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
  106.         Me.lstLinks.Dock = System.Windows.Forms.DockStyle.Fill
  107.         Me.lstLinks.FullRowSelect = True
  108.         Me.lstLinks.GridLines = True
  109.         Me.lstLinks.Location = New System.Drawing.Point(0, 39)
  110.         Me.lstLinks.Name = "lstLinks"
  111.         Me.lstLinks.Size = New System.Drawing.Size(375, 281)
  112.         Me.lstLinks.TabIndex = 1
  113.         Me.lstLinks.UseCompatibleStateImageBehavior = False
  114.         Me.lstLinks.View = System.Windows.Forms.View.Details
  115.         '
  116.         'ColumnHeader1
  117.         '
  118.         Me.ColumnHeader1.Text = "Collegamento"
  119.         Me.ColumnHeader1.Width = 243
  120.         '
  121.         'ColumnHeader2
  122.         '
  123.         Me.ColumnHeader2.Text = "Comando vocale"
  124.         Me.ColumnHeader2.Width = 123
  125.         '
  126.         'ToolStripSeparator2
  127.         '
  128.         Me.ToolStripSeparator2.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  129.         Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  130.         Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 39)
  131.         '
  132.         'strToIcon
  133.         '
  134.         Me.strToIcon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  135.         Me.strToIcon.Image = CType(resources.GetObject("strToIcon.Image"), System.Drawing.Image)
  136.         Me.strToIcon.ImageTransparentColor = System.Drawing.Color.Magenta
  137.         Me.strToIcon.Name = "strToIcon"
  138.         Me.strToIcon.Size = New System.Drawing.Size(36, 36)
  139.         Me.strToIcon.Text = "Riduci a icona"
  140.         '
  141.         'ntfIcon
  142.         '
  143.         Me.ntfIcon.Icon = CType(resources.GetObject("ntfIcon.Icon"), System.Drawing.Icon)
  144.         Me.ntfIcon.Text = "Speech Link"
  145.         Me.ntfIcon.Visible = True
  146.         '
  147.         'Form1
  148.         '
  149.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  150.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  151.         Me.ClientSize = New System.Drawing.Size(375, 320)
  152.         Me.Controls.Add(Me.lstLinks)
  153.         Me.Controls.Add(Me.strTools)
  154.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  155.         Me.Name = "Form1"
  156.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  157.         Me.Text = "Speech Link"
  158.         Me.strTools.ResumeLayout(False)
  159.         Me.strTools.PerformLayout()
  160.         Me.ResumeLayout(False)
  161.         Me.PerformLayout()
  162.  
  163.     End Sub
  164.     Friend WithEvents strTools As System.Windows.Forms.ToolStrip
  165.     Friend WithEvents strStart As System.Windows.Forms.ToolStripButton
  166.     Friend WithEvents imgList As System.Windows.Forms.ImageList
  167.     Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  168.     Friend WithEvents strAdd As System.Windows.Forms.ToolStripButton
  169.     Friend WithEvents strRemove As System.Windows.Forms.ToolStripButton
  170.     Friend WithEvents lstLinks As System.Windows.Forms.ListView
  171.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  172.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  173.     Friend WithEvents strSpellCheck As System.Windows.Forms.ToolStripButton
  174.     Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
  175.     Friend WithEvents strToIcon As System.Windows.Forms.ToolStripButton
  176.     Friend WithEvents ntfIcon As System.Windows.Forms.NotifyIcon
  177.  
  178. End Class