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
The Agent - 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.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  29.                     Or System.Windows.Forms.AnchorStyles.Left) _
  30.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  31.         Me.txtImp.Location = New System.Drawing.Point(12, 12)
  32.         Me.txtImp.Multiline = True
  33.         Me.txtImp.Name = "txtImp"
  34.         Me.txtImp.Size = New System.Drawing.Size(268, 242)
  35.         Me.txtImp.TabIndex = 0
  36.         '
  37.         'frmTodayImp
  38.         '
  39.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  40.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  41.         Me.ClientSize = New System.Drawing.Size(292, 266)
  42.         Me.Controls.Add(Me.txtImp)
  43.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  44.         Me.MaximizeBox = False
  45.         Me.Name = "frmTodayImp"
  46.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  47.         Me.Text = "Impegni"
  48.         Me.ResumeLayout(False)
  49.         Me.PerformLayout()
  50.  
  51.     End Sub
  52.     Friend WithEvents txtImp As System.Windows.Forms.TextBox
  53. End Class