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 - frmMail.designer.vb

frmMail.designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMail
  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(frmMail))
  23.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  24.         Me.Label1 = New System.Windows.Forms.Label
  25.         Me.txtName = New System.Windows.Forms.TextBox
  26.         Me.Label2 = New System.Windows.Forms.Label
  27.         Me.txtMail = New System.Windows.Forms.TextBox
  28.         Me.Label3 = New System.Windows.Forms.Label
  29.         Me.txtMsg = New System.Windows.Forms.TextBox
  30.         Me.cmdSend = New System.Windows.Forms.Button
  31.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  32.         Me.SuspendLayout()
  33.         '
  34.         'PictureBox1
  35.         '
  36.         Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  37.         Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
  38.         Me.PictureBox1.Name = "PictureBox1"
  39.         Me.PictureBox1.Size = New System.Drawing.Size(48, 48)
  40.         Me.PictureBox1.TabIndex = 0
  41.         Me.PictureBox1.TabStop = False
  42.         '
  43.         'Label1
  44.         '
  45.         Me.Label1.AutoSize = True
  46.         Me.Label1.Location = New System.Drawing.Point(66, 15)
  47.         Me.Label1.Name = "Label1"
  48.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  49.         Me.Label1.TabIndex = 1
  50.         Me.Label1.Text = "Nome:"
  51.         '
  52.         'txtName
  53.         '
  54.         Me.txtName.Location = New System.Drawing.Point(110, 12)
  55.         Me.txtName.Name = "txtName"
  56.         Me.txtName.Size = New System.Drawing.Size(183, 20)
  57.         Me.txtName.TabIndex = 2
  58.         '
  59.         'Label2
  60.         '
  61.         Me.Label2.AutoSize = True
  62.         Me.Label2.Location = New System.Drawing.Point(66, 41)
  63.         Me.Label2.Name = "Label2"
  64.         Me.Label2.Size = New System.Drawing.Size(39, 13)
  65.         Me.Label2.TabIndex = 3
  66.         Me.Label2.Text = "E-Mail:"
  67.         '
  68.         'txtMail
  69.         '
  70.         Me.txtMail.Location = New System.Drawing.Point(110, 38)
  71.         Me.txtMail.Name = "txtMail"
  72.         Me.txtMail.Size = New System.Drawing.Size(183, 20)
  73.         Me.txtMail.TabIndex = 4
  74.         '
  75.         'Label3
  76.         '
  77.         Me.Label3.AutoSize = True
  78.         Me.Label3.Location = New System.Drawing.Point(9, 63)
  79.         Me.Label3.Name = "Label3"
  80.         Me.Label3.Size = New System.Drawing.Size(107, 13)
  81.         Me.Label3.TabIndex = 5
  82.         Me.Label3.Text = "Testo del messaggio:"
  83.         '
  84.         'txtMsg
  85.         '
  86.         Me.txtMsg.Location = New System.Drawing.Point(12, 79)
  87.         Me.txtMsg.Multiline = True
  88.         Me.txtMsg.Name = "txtMsg"
  89.         Me.txtMsg.Size = New System.Drawing.Size(281, 169)
  90.         Me.txtMsg.TabIndex = 6
  91.         '
  92.         'cmdSend
  93.         '
  94.         Me.cmdSend.Image = CType(resources.GetObject("cmdSend.Image"), System.Drawing.Image)
  95.         Me.cmdSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  96.         Me.cmdSend.Location = New System.Drawing.Point(210, 254)
  97.         Me.cmdSend.Name = "cmdSend"
  98.         Me.cmdSend.Size = New System.Drawing.Size(83, 23)
  99.         Me.cmdSend.TabIndex = 7
  100.         Me.cmdSend.Text = "Invia"
  101.         Me.cmdSend.UseVisualStyleBackColor = True
  102.         '
  103.         'frmMail
  104.         '
  105.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  106.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  107.         Me.ClientSize = New System.Drawing.Size(305, 289)
  108.         Me.Controls.Add(Me.cmdSend)
  109.         Me.Controls.Add(Me.txtMsg)
  110.         Me.Controls.Add(Me.Label3)
  111.         Me.Controls.Add(Me.txtMail)
  112.         Me.Controls.Add(Me.Label2)
  113.         Me.Controls.Add(Me.txtName)
  114.         Me.Controls.Add(Me.Label1)
  115.         Me.Controls.Add(Me.PictureBox1)
  116.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  117.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  118.         Me.MaximizeBox = False
  119.         Me.Name = "frmMail"
  120.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  121.         Me.Text = "The Agent- Bug report"
  122.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  123.         Me.ResumeLayout(False)
  124.         Me.PerformLayout()
  125.  
  126.     End Sub
  127.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  128.     Friend WithEvents Label1 As System.Windows.Forms.Label
  129.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  130.     Friend WithEvents Label2 As System.Windows.Forms.Label
  131.     Friend WithEvents txtMail As System.Windows.Forms.TextBox
  132.     Friend WithEvents Label3 As System.Windows.Forms.Label
  133.     Friend WithEvents txtMsg As System.Windows.Forms.TextBox
  134.     Friend WithEvents cmdSend As System.Windows.Forms.Button
  135. End Class