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 - NewLinkDialog.Designer.vb

NewLinkDialog.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class NewLinkDialog
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  26.         Me.OK_Button = New System.Windows.Forms.Button
  27.         Me.Cancel_Button = New System.Windows.Forms.Button
  28.         Me.Label1 = New System.Windows.Forms.Label
  29.         Me.Label2 = New System.Windows.Forms.Label
  30.         Me.Label3 = New System.Windows.Forms.Label
  31.         Me.txtFile = New System.Windows.Forms.TextBox
  32.         Me.txtArguments = New System.Windows.Forms.TextBox
  33.         Me.txtVocalCommand = New System.Windows.Forms.TextBox
  34.         Me.btnBrowse = New System.Windows.Forms.Button
  35.         Me.TableLayoutPanel1.SuspendLayout()
  36.         Me.SuspendLayout()
  37.         '
  38.         'TableLayoutPanel1
  39.         '
  40.         Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41.         Me.TableLayoutPanel1.ColumnCount = 2
  42.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  43.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  44.         Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  45.         Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  46.         Me.TableLayoutPanel1.Location = New System.Drawing.Point(247, 149)
  47.         Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  48.         Me.TableLayoutPanel1.RowCount = 1
  49.         Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  50.         Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  51.         Me.TableLayoutPanel1.TabIndex = 0
  52.         '
  53.         'OK_Button
  54.         '
  55.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  56.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  57.         Me.OK_Button.Name = "OK_Button"
  58.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  59.         Me.OK_Button.TabIndex = 0
  60.         Me.OK_Button.Text = "OK"
  61.         '
  62.         'Cancel_Button
  63.         '
  64.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  65.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  66.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  67.         Me.Cancel_Button.Name = "Cancel_Button"
  68.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  69.         Me.Cancel_Button.TabIndex = 1
  70.         Me.Cancel_Button.Text = "Annulla"
  71.         '
  72.         'Label1
  73.         '
  74.         Me.Label1.AutoSize = True
  75.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  76.         Me.Label1.Name = "Label1"
  77.         Me.Label1.Size = New System.Drawing.Size(90, 13)
  78.         Me.Label1.TabIndex = 1
  79.         Me.Label1.Text = "Programma / File:"
  80.         '
  81.         'Label2
  82.         '
  83.         Me.Label2.AutoSize = True
  84.         Me.Label2.Location = New System.Drawing.Point(12, 55)
  85.         Me.Label2.Name = "Label2"
  86.         Me.Label2.Size = New System.Drawing.Size(105, 13)
  87.         Me.Label2.TabIndex = 2
  88.         Me.Label2.Text = "Argomenti aggiuntivi:"
  89.         '
  90.         'Label3
  91.         '
  92.         Me.Label3.AutoSize = True
  93.         Me.Label3.Location = New System.Drawing.Point(9, 101)
  94.         Me.Label3.Name = "Label3"
  95.         Me.Label3.Size = New System.Drawing.Size(87, 13)
  96.         Me.Label3.TabIndex = 3
  97.         Me.Label3.Text = "Comando vocale"
  98.         '
  99.         'txtFile
  100.         '
  101.         Me.txtFile.Location = New System.Drawing.Point(12, 25)
  102.         Me.txtFile.Name = "txtFile"
  103.         Me.txtFile.Size = New System.Drawing.Size(343, 20)
  104.         Me.txtFile.TabIndex = 4
  105.         '
  106.         'txtArguments
  107.         '
  108.         Me.txtArguments.Location = New System.Drawing.Point(12, 71)
  109.         Me.txtArguments.Name = "txtArguments"
  110.         Me.txtArguments.Size = New System.Drawing.Size(381, 20)
  111.         Me.txtArguments.TabIndex = 5
  112.         '
  113.         'txtVocalCommand
  114.         '
  115.         Me.txtVocalCommand.Location = New System.Drawing.Point(12, 117)
  116.         Me.txtVocalCommand.Name = "txtVocalCommand"
  117.         Me.txtVocalCommand.Size = New System.Drawing.Size(381, 20)
  118.         Me.txtVocalCommand.TabIndex = 6
  119.         '
  120.         'btnBrowse
  121.         '
  122.         Me.btnBrowse.Location = New System.Drawing.Point(361, 25)
  123.         Me.btnBrowse.Name = "btnBrowse"
  124.         Me.btnBrowse.Size = New System.Drawing.Size(32, 20)
  125.         Me.btnBrowse.TabIndex = 7
  126.         Me.btnBrowse.Text = "..."
  127.         Me.btnBrowse.UseVisualStyleBackColor = True
  128.         '
  129.         'NewLinkDialog
  130.         '
  131.         Me.AcceptButton = Me.OK_Button
  132.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  133.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  134.         Me.CancelButton = Me.Cancel_Button
  135.         Me.ClientSize = New System.Drawing.Size(405, 190)
  136.         Me.Controls.Add(Me.btnBrowse)
  137.         Me.Controls.Add(Me.txtVocalCommand)
  138.         Me.Controls.Add(Me.txtArguments)
  139.         Me.Controls.Add(Me.txtFile)
  140.         Me.Controls.Add(Me.Label3)
  141.         Me.Controls.Add(Me.Label2)
  142.         Me.Controls.Add(Me.Label1)
  143.         Me.Controls.Add(Me.TableLayoutPanel1)
  144.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  145.         Me.MaximizeBox = False
  146.         Me.MinimizeBox = False
  147.         Me.Name = "NewLinkDialog"
  148.         Me.ShowInTaskbar = False
  149.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  150.         Me.Text = "Nuovo Speech Link"
  151.         Me.TableLayoutPanel1.ResumeLayout(False)
  152.         Me.ResumeLayout(False)
  153.         Me.PerformLayout()
  154.  
  155.     End Sub
  156.     Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  157.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  158.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  159.     Friend WithEvents Label1 As System.Windows.Forms.Label
  160.     Friend WithEvents Label2 As System.Windows.Forms.Label
  161.     Friend WithEvents Label3 As System.Windows.Forms.Label
  162.     Friend WithEvents txtFile As System.Windows.Forms.TextBox
  163.     Friend WithEvents txtArguments As System.Windows.Forms.TextBox
  164.     Friend WithEvents txtVocalCommand As System.Windows.Forms.TextBox
  165.     Friend WithEvents btnBrowse As System.Windows.Forms.Button
  166.  
  167. End Class