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

frmKeyword.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmKeyword
  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.txtKey = New System.Windows.Forms.TextBox
  24.         Me.cmdOK = New System.Windows.Forms.Button
  25.         Me.SuspendLayout()
  26.         '
  27.         'Label1
  28.         '
  29.         Me.Label1.AutoSize = True
  30.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  31.         Me.Label1.Name = "Label1"
  32.         Me.Label1.Size = New System.Drawing.Size(294, 39)
  33.         Me.Label1.TabIndex = 0
  34.         Me.Label1.Text = "Inserire un elenco di parole chiave legate all'argomento di cui" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "il sito tratta. " & _
  35.             "Serviranno al mototre di ricerca per identificare la" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "pagina. Non immettere paro" & _
  36.             "le non inerenti."
  37.         '
  38.         'txtKey
  39.         '
  40.         Me.txtKey.Location = New System.Drawing.Point(12, 51)
  41.         Me.txtKey.Multiline = True
  42.         Me.txtKey.Name = "txtKey"
  43.         Me.txtKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  44.         Me.txtKey.Size = New System.Drawing.Size(294, 117)
  45.         Me.txtKey.TabIndex = 1
  46.         '
  47.         'cmdOK
  48.         '
  49.         Me.cmdOK.Location = New System.Drawing.Point(221, 174)
  50.         Me.cmdOK.Name = "cmdOK"
  51.         Me.cmdOK.Size = New System.Drawing.Size(85, 25)
  52.         Me.cmdOK.TabIndex = 2
  53.         Me.cmdOK.Text = "OK"
  54.         Me.cmdOK.UseVisualStyleBackColor = True
  55.         '
  56.         'frmKeyword
  57.         '
  58.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  59.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  60.         Me.ClientSize = New System.Drawing.Size(320, 211)
  61.         Me.Controls.Add(Me.cmdOK)
  62.         Me.Controls.Add(Me.txtKey)
  63.         Me.Controls.Add(Me.Label1)
  64.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  65.         Me.MaximizeBox = False
  66.         Me.Name = "frmKeyword"
  67.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  68.         Me.Text = "Meta tag: keywords"
  69.         Me.ResumeLayout(False)
  70.         Me.PerformLayout()
  71.  
  72.     End Sub
  73.     Friend WithEvents Label1 As System.Windows.Forms.Label
  74.     Friend WithEvents txtKey As System.Windows.Forms.TextBox
  75.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  76. End Class