Monorepo/GUIs.Test.TestGUI/frmEmail.Designer.vb
2021-07-22 16:45:08 +02:00

235 lines
8.5 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEmail
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.txtUser = New System.Windows.Forms.TextBox()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.txtPort = New System.Windows.Forms.TextBox()
Me.txtServer = New System.Windows.Forms.TextBox()
Me.txtPassword = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.cmbSecurity = New System.Windows.Forms.ComboBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.Button3 = New System.Windows.Forms.Button()
Me.txtMessageID = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'txtUser
'
Me.txtUser.Location = New System.Drawing.Point(12, 80)
Me.txtUser.Name = "txtUser"
Me.txtUser.Size = New System.Drawing.Size(177, 20)
Me.txtUser.TabIndex = 0
Me.txtUser.Text = "johnnie@posteo.de"
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'txtPort
'
Me.txtPort.Location = New System.Drawing.Point(296, 35)
Me.txtPort.Name = "txtPort"
Me.txtPort.Size = New System.Drawing.Size(100, 20)
Me.txtPort.TabIndex = 2
Me.txtPort.Text = "465"
'
'txtServer
'
Me.txtServer.Location = New System.Drawing.Point(12, 35)
Me.txtServer.Name = "txtServer"
Me.txtServer.Size = New System.Drawing.Size(278, 20)
Me.txtServer.TabIndex = 3
Me.txtServer.Text = "posteo.de"
'
'txtPassword
'
Me.txtPassword.Location = New System.Drawing.Point(195, 80)
Me.txtPassword.Name = "txtPassword"
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtPassword.Size = New System.Drawing.Size(201, 20)
Me.txtPassword.TabIndex = 5
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(9, 19)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(38, 13)
Me.Label1.TabIndex = 6
Me.Label1.Text = "Server"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(293, 19)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(26, 13)
Me.Label2.TabIndex = 6
Me.Label2.Text = "Port"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(9, 64)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(55, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Username"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(192, 64)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 13)
Me.Label4.TabIndex = 6
Me.Label4.Text = "Password"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(12, 154)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 7
Me.Button1.Text = "Test Login"
Me.Button1.UseVisualStyleBackColor = True
'
'cmbSecurity
'
Me.cmbSecurity.FormattingEnabled = True
Me.cmbSecurity.Items.AddRange(New Object() {"PLAINTEXT", "SSL", "STARTTLS"})
Me.cmbSecurity.Location = New System.Drawing.Point(402, 34)
Me.cmbSecurity.Name = "cmbSecurity"
Me.cmbSecurity.Size = New System.Drawing.Size(121, 21)
Me.cmbSecurity.TabIndex = 8
Me.cmbSecurity.Text = "SSL"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(399, 19)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(45, 13)
Me.Label5.TabIndex = 6
Me.Label5.Text = "Security"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(93, 154)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(107, 23)
Me.Button2.TabIndex = 7
Me.Button2.Text = "Load Messages"
Me.Button2.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Right
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(541, 0)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(259, 450)
Me.ListBox1.TabIndex = 9
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(206, 154)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(107, 23)
Me.Button3.TabIndex = 7
Me.Button3.Text = "Load Message"
Me.Button3.UseVisualStyleBackColor = True
'
'txtMessageID
'
Me.txtMessageID.Location = New System.Drawing.Point(12, 128)
Me.txtMessageID.Name = "txtMessageID"
Me.txtMessageID.Size = New System.Drawing.Size(511, 20)
Me.txtMessageID.TabIndex = 5
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(9, 112)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(61, 13)
Me.Label6.TabIndex = 6
Me.Label6.Text = "MessageID"
'
'frmEmail
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.cmbSecurity)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtMessageID)
Me.Controls.Add(Me.txtPassword)
Me.Controls.Add(Me.txtServer)
Me.Controls.Add(Me.txtPort)
Me.Controls.Add(Me.txtUser)
Me.Name = "frmEmail"
Me.Text = "frmEmail"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtUser As TextBox
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents txtPort As TextBox
Friend WithEvents txtServer As TextBox
Friend WithEvents txtPassword As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Button1 As Button
Friend WithEvents cmbSecurity As ComboBox
Friend WithEvents Label5 As Label
Friend WithEvents Button2 As Button
Friend WithEvents ListBox1 As ListBox
Friend WithEvents Button3 As Button
Friend WithEvents txtMessageID As TextBox
Friend WithEvents Label6 As Label
End Class