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
QHTML 2.0 - frmLink.Designer.vb

frmLink.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmLink
  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.Label1 = New System.Windows.Forms.Label
  23.         Me.cmbLinkType = New System.Windows.Forms.ComboBox
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.txtURL = New System.Windows.Forms.TextBox
  26.         Me.cmdOK = New System.Windows.Forms.Button
  27.         Me.Label3 = New System.Windows.Forms.Label
  28.         Me.txtText = New System.Windows.Forms.TextBox
  29.         Me.Label4 = New System.Windows.Forms.Label
  30.         Me.txtTip = New System.Windows.Forms.TextBox
  31.         Me.Label5 = New System.Windows.Forms.Label
  32.         Me.txtKey = New System.Windows.Forms.TextBox
  33.         Me.Label6 = New System.Windows.Forms.Label
  34.         Me.cmbTarget = New System.Windows.Forms.ComboBox
  35.         Me.SuspendLayout()
  36.         '
  37.         'Label1
  38.         '
  39.         Me.Label1.AutoSize = True
  40.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  41.         Me.Label1.Name = "Label1"
  42.         Me.Label1.Size = New System.Drawing.Size(39, 13)
  43.         Me.Label1.TabIndex = 0
  44.         Me.Label1.Text = "Link a:"
  45.         '
  46.         'cmbLinkType
  47.         '
  48.         Me.cmbLinkType.FormattingEnabled = True
  49.         Me.cmbLinkType.Items.AddRange(New Object() {"Pagina web", "Indirizzo e-mail"})
  50.         Me.cmbLinkType.Location = New System.Drawing.Point(57, 6)
  51.         Me.cmbLinkType.Name = "cmbLinkType"
  52.         Me.cmbLinkType.Size = New System.Drawing.Size(243, 21)
  53.         Me.cmbLinkType.TabIndex = 1
  54.         Me.cmbLinkType.Text = "Pagina web"
  55.         '
  56.         'Label2
  57.         '
  58.         Me.Label2.AutoSize = True
  59.         Me.Label2.Location = New System.Drawing.Point(12, 37)
  60.         Me.Label2.Name = "Label2"
  61.         Me.Label2.Size = New System.Drawing.Size(52, 13)
  62.         Me.Label2.TabIndex = 2
  63.         Me.Label2.Text = "Percorso:"
  64.         '
  65.         'txtURL
  66.         '
  67.         Me.txtURL.Location = New System.Drawing.Point(15, 53)
  68.         Me.txtURL.Name = "txtURL"
  69.         Me.txtURL.Size = New System.Drawing.Size(285, 20)
  70.         Me.txtURL.TabIndex = 3
  71.         '
  72.         'cmdOK
  73.         '
  74.         Me.cmdOK.Location = New System.Drawing.Point(212, 238)
  75.         Me.cmdOK.Name = "cmdOK"
  76.         Me.cmdOK.Size = New System.Drawing.Size(88, 27)
  77.         Me.cmdOK.TabIndex = 4
  78.         Me.cmdOK.Text = "OK"
  79.         Me.cmdOK.UseVisualStyleBackColor = True
  80.         '
  81.         'Label3
  82.         '
  83.         Me.Label3.AutoSize = True
  84.         Me.Label3.Location = New System.Drawing.Point(12, 86)
  85.         Me.Label3.Name = "Label3"
  86.         Me.Label3.Size = New System.Drawing.Size(94, 13)
  87.         Me.Label3.TabIndex = 5
  88.         Me.Label3.Text = "Testo visualizzato:"
  89.         '
  90.         'txtText
  91.         '
  92.         Me.txtText.Location = New System.Drawing.Point(15, 102)
  93.         Me.txtText.Name = "txtText"
  94.         Me.txtText.Size = New System.Drawing.Size(285, 20)
  95.         Me.txtText.TabIndex = 6
  96.         '
  97.         'Label4
  98.         '
  99.         Me.Label4.AutoSize = True
  100.         Me.Label4.Location = New System.Drawing.Point(12, 136)
  101.         Me.Label4.Name = "Label4"
  102.         Me.Label4.Size = New System.Drawing.Size(177, 13)
  103.         Me.Label4.TabIndex = 7
  104.         Me.Label4.Text = "Breve descrizione del collegamento:"
  105.         '
  106.         'txtTip
  107.         '
  108.         Me.txtTip.Location = New System.Drawing.Point(15, 152)
  109.         Me.txtTip.Name = "txtTip"
  110.         Me.txtTip.Size = New System.Drawing.Size(285, 20)
  111.         Me.txtTip.TabIndex = 8
  112.         '
  113.         'Label5
  114.         '
  115.         Me.Label5.AutoSize = True
  116.         Me.Label5.Location = New System.Drawing.Point(12, 216)
  117.         Me.Label5.Name = "Label5"
  118.         Me.Label5.Size = New System.Drawing.Size(111, 13)
  119.         Me.Label5.TabIndex = 9
  120.         Me.Label5.Text = "Tasto di scelta rapida:"
  121.         '
  122.         'txtKey
  123.         '
  124.         Me.txtKey.Location = New System.Drawing.Point(129, 213)
  125.         Me.txtKey.Name = "txtKey"
  126.         Me.txtKey.Size = New System.Drawing.Size(44, 20)
  127.         Me.txtKey.TabIndex = 10
  128.         '
  129.         'Label6
  130.         '
  131.         Me.Label6.AutoSize = True
  132.         Me.Label6.Location = New System.Drawing.Point(12, 187)
  133.         Me.Label6.Name = "Label6"
  134.         Me.Label6.Size = New System.Drawing.Size(41, 13)
  135.         Me.Label6.TabIndex = 11
  136.         Me.Label6.Text = "Target:"
  137.         '
  138.         'cmbTarget
  139.         '
  140.         Me.cmbTarget.FormattingEnabled = True
  141.         Me.cmbTarget.Items.AddRange(New Object() {"_blanck", "_self", "_parent", "_top"})
  142.         Me.cmbTarget.Location = New System.Drawing.Point(72, 184)
  143.         Me.cmbTarget.Name = "cmbTarget"
  144.         Me.cmbTarget.Size = New System.Drawing.Size(228, 21)
  145.         Me.cmbTarget.TabIndex = 12
  146.         '
  147.         'frmLink
  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(312, 277)
  152.         Me.Controls.Add(Me.cmbTarget)
  153.         Me.Controls.Add(Me.Label6)
  154.         Me.Controls.Add(Me.txtKey)
  155.         Me.Controls.Add(Me.Label5)
  156.         Me.Controls.Add(Me.txtTip)
  157.         Me.Controls.Add(Me.Label4)
  158.         Me.Controls.Add(Me.txtText)
  159.         Me.Controls.Add(Me.Label3)
  160.         Me.Controls.Add(Me.cmdOK)
  161.         Me.Controls.Add(Me.txtURL)
  162.         Me.Controls.Add(Me.Label2)
  163.         Me.Controls.Add(Me.cmbLinkType)
  164.         Me.Controls.Add(Me.Label1)
  165.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  166.         Me.MaximizeBox = False
  167.         Me.Name = "frmLink"
  168.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  169.         Me.Text = "Creazione Link"
  170.         Me.ResumeLayout(False)
  171.         Me.PerformLayout()
  172.  
  173.     End Sub
  174.     Friend WithEvents Label1 As System.Windows.Forms.Label
  175.     Friend WithEvents cmbLinkType As System.Windows.Forms.ComboBox
  176.     Friend WithEvents Label2 As System.Windows.Forms.Label
  177.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  178.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  179.     Friend WithEvents Label3 As System.Windows.Forms.Label
  180.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  181.     Friend WithEvents Label4 As System.Windows.Forms.Label
  182.     Friend WithEvents txtTip As System.Windows.Forms.TextBox
  183.     Friend WithEvents Label5 As System.Windows.Forms.Label
  184.     Friend WithEvents txtKey As System.Windows.Forms.TextBox
  185.     Friend WithEvents Label6 As System.Windows.Forms.Label
  186.     Friend WithEvents cmbTarget As System.Windows.Forms.ComboBox
  187. End Class