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

frmComment.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmComment
  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.txtComment = 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(60, 13)
  33.         Me.Label1.TabIndex = 0
  34.         Me.Label1.Text = "Commento:"
  35.         '
  36.         'txtComment
  37.         '
  38.         Me.txtComment.Location = New System.Drawing.Point(15, 25)
  39.         Me.txtComment.Multiline = True
  40.         Me.txtComment.Name = "txtComment"
  41.         Me.txtComment.Size = New System.Drawing.Size(311, 91)
  42.         Me.txtComment.TabIndex = 1
  43.         '
  44.         'cmdOK
  45.         '
  46.         Me.cmdOK.Location = New System.Drawing.Point(241, 122)
  47.         Me.cmdOK.Name = "cmdOK"
  48.         Me.cmdOK.Size = New System.Drawing.Size(85, 27)
  49.         Me.cmdOK.TabIndex = 2
  50.         Me.cmdOK.Text = "OK"
  51.         Me.cmdOK.UseVisualStyleBackColor = True
  52.         '
  53.         'frmComment
  54.         '
  55.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  56.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  57.         Me.ClientSize = New System.Drawing.Size(338, 161)
  58.         Me.Controls.Add(Me.cmdOK)
  59.         Me.Controls.Add(Me.txtComment)
  60.         Me.Controls.Add(Me.Label1)
  61.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  62.         Me.MaximizeBox = False
  63.         Me.Name = "frmComment"
  64.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  65.         Me.Text = "Aggiungi commento"
  66.         Me.ResumeLayout(False)
  67.         Me.PerformLayout()
  68.  
  69.     End Sub
  70.     Friend WithEvents Label1 As System.Windows.Forms.Label
  71.     Friend WithEvents txtComment As System.Windows.Forms.TextBox
  72.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  73. End Class