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
Virtual Agent Helper - frmTodayImp.Designer.vb

frmTodayImp.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmTodayImp
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTodayImp))
  23.         Me.txtImp = New System.Windows.Forms.TextBox
  24.         Me.SuspendLayout()
  25.         '
  26.         'txtImp
  27.         '
  28.         Me.txtImp.Location = New System.Drawing.Point(12, 12)
  29.         Me.txtImp.Multiline = True
  30.         Me.txtImp.Name = "txtImp"
  31.         Me.txtImp.Size = New System.Drawing.Size(268, 242)
  32.         Me.txtImp.TabIndex = 0
  33.         '
  34.         'frmTodayImp
  35.         '
  36.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  37.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  38.         Me.ClientSize = New System.Drawing.Size(292, 266)
  39.         Me.Controls.Add(Me.txtImp)
  40.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
  41.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  42.         Me.Name = "frmTodayImp"
  43.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  44.         Me.Text = "Impegni"
  45.         Me.ResumeLayout(False)
  46.         Me.PerformLayout()
  47.  
  48.     End Sub
  49.     Friend WithEvents txtImp As System.Windows.Forms.TextBox
  50. End Class