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

frmAnchor.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAnchor
  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.lstAnchor = New System.Windows.Forms.ListBox
  24.         Me.cmdOK = New System.Windows.Forms.Button
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.txtText = New System.Windows.Forms.TextBox
  27.         Me.SuspendLayout()
  28.         '
  29.         'Label1
  30.         '
  31.         Me.Label1.AutoSize = True
  32.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  33.         Me.Label1.Name = "Label1"
  34.         Me.Label1.Size = New System.Drawing.Size(153, 13)
  35.         Me.Label1.TabIndex = 0
  36.         Me.Label1.Text = "Collegamenti disponibili (creati):"
  37.         '
  38.         'lstAnchor
  39.         '
  40.         Me.lstAnchor.FormattingEnabled = True
  41.         Me.lstAnchor.Location = New System.Drawing.Point(15, 25)
  42.         Me.lstAnchor.Name = "lstAnchor"
  43.         Me.lstAnchor.Size = New System.Drawing.Size(274, 108)
  44.         Me.lstAnchor.TabIndex = 1
  45.         '
  46.         'cmdOK
  47.         '
  48.         Me.cmdOK.Location = New System.Drawing.Point(203, 188)
  49.         Me.cmdOK.Name = "cmdOK"
  50.         Me.cmdOK.Size = New System.Drawing.Size(86, 28)
  51.         Me.cmdOK.TabIndex = 2
  52.         Me.cmdOK.Text = "Inserisci"
  53.         Me.cmdOK.UseVisualStyleBackColor = True
  54.         '
  55.         'Label2
  56.         '
  57.         Me.Label2.AutoSize = True
  58.         Me.Label2.Location = New System.Drawing.Point(12, 146)
  59.         Me.Label2.Name = "Label2"
  60.         Me.Label2.Size = New System.Drawing.Size(94, 13)
  61.         Me.Label2.TabIndex = 3
  62.         Me.Label2.Text = "Testo visualizzato:"
  63.         '
  64.         'txtText
  65.         '
  66.         Me.txtText.Location = New System.Drawing.Point(15, 162)
  67.         Me.txtText.Name = "txtText"
  68.         Me.txtText.Size = New System.Drawing.Size(274, 20)
  69.         Me.txtText.TabIndex = 4
  70.         '
  71.         'frmAnchor
  72.         '
  73.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  74.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  75.         Me.ClientSize = New System.Drawing.Size(305, 226)
  76.         Me.Controls.Add(Me.txtText)
  77.         Me.Controls.Add(Me.Label2)
  78.         Me.Controls.Add(Me.cmdOK)
  79.         Me.Controls.Add(Me.lstAnchor)
  80.         Me.Controls.Add(Me.Label1)
  81.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  82.         Me.MaximizeBox = False
  83.         Me.Name = "frmAnchor"
  84.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  85.         Me.Text = "Inserimento collegamento ancora"
  86.         Me.ResumeLayout(False)
  87.         Me.PerformLayout()
  88.  
  89.     End Sub
  90.     Friend WithEvents Label1 As System.Windows.Forms.Label
  91.     Friend WithEvents lstAnchor As System.Windows.Forms.ListBox
  92.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  93.     Friend WithEvents Label2 As System.Windows.Forms.Label
  94.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  95. End Class