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

frmModImp.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmModImp
  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.dtpImp = New System.Windows.Forms.DateTimePicker
  23.         Me.txtImp = New System.Windows.Forms.TextBox
  24.         Me.cmdSave = New System.Windows.Forms.Button
  25.         Me.cmdErase = New System.Windows.Forms.Button
  26.         Me.SuspendLayout()
  27.         '
  28.         'dtpImp
  29.         '
  30.         Me.dtpImp.Location = New System.Drawing.Point(12, 12)
  31.         Me.dtpImp.Name = "dtpImp"
  32.         Me.dtpImp.Size = New System.Drawing.Size(268, 20)
  33.         Me.dtpImp.TabIndex = 0
  34.         '
  35.         'txtImp
  36.         '
  37.         Me.txtImp.Location = New System.Drawing.Point(12, 38)
  38.         Me.txtImp.Multiline = True
  39.         Me.txtImp.Name = "txtImp"
  40.         Me.txtImp.Size = New System.Drawing.Size(268, 181)
  41.         Me.txtImp.TabIndex = 1
  42.         '
  43.         'cmdSave
  44.         '
  45.         Me.cmdSave.Location = New System.Drawing.Point(210, 225)
  46.         Me.cmdSave.Name = "cmdSave"
  47.         Me.cmdSave.Size = New System.Drawing.Size(70, 27)
  48.         Me.cmdSave.TabIndex = 2
  49.         Me.cmdSave.Text = "Salva"
  50.         Me.cmdSave.UseVisualStyleBackColor = True
  51.         '
  52.         'cmdErase
  53.         '
  54.         Me.cmdErase.Location = New System.Drawing.Point(12, 225)
  55.         Me.cmdErase.Name = "cmdErase"
  56.         Me.cmdErase.Size = New System.Drawing.Size(70, 27)
  57.         Me.cmdErase.TabIndex = 3
  58.         Me.cmdErase.Text = "Cancella"
  59.         Me.cmdErase.UseVisualStyleBackColor = True
  60.         '
  61.         'frmModImp
  62.         '
  63.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  64.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  65.         Me.ClientSize = New System.Drawing.Size(292, 261)
  66.         Me.Controls.Add(Me.cmdErase)
  67.         Me.Controls.Add(Me.cmdSave)
  68.         Me.Controls.Add(Me.txtImp)
  69.         Me.Controls.Add(Me.dtpImp)
  70.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
  71.         Me.Name = "frmModImp"
  72.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  73.         Me.Text = "Agenda"
  74.         Me.ResumeLayout(False)
  75.         Me.PerformLayout()
  76.  
  77.     End Sub
  78.     Friend WithEvents dtpImp As System.Windows.Forms.DateTimePicker
  79.     Friend WithEvents txtImp As System.Windows.Forms.TextBox
  80.     Friend WithEvents cmdSave As System.Windows.Forms.Button
  81.     Friend WithEvents cmdErase As System.Windows.Forms.Button
  82. End Class