DVAG_Mailverteiler/mail_auslesen.Designer.vb
2023-01-16 15:58:17 +01:00

203 lines
7.9 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class mail_auslesen
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.bt_start = New System.Windows.Forms.Button()
Me.rtb_mail_body = New System.Windows.Forms.RichTextBox()
Me.tb_betreff = 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.tb_an = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.tb_von = New System.Windows.Forms.TextBox()
Me.lb_id = New System.Windows.Forms.Label()
Me.bt_stop = New System.Windows.Forms.Button()
Me.lb_mailing_ohne_freigabe = New System.Windows.Forms.Label()
Me.Timer_mail_auslesen = New System.Windows.Forms.Timer(Me.components)
Me.Button1 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'bt_start
'
Me.bt_start.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bt_start.Location = New System.Drawing.Point(392, 675)
Me.bt_start.Name = "bt_start"
Me.bt_start.Size = New System.Drawing.Size(75, 23)
Me.bt_start.TabIndex = 0
Me.bt_start.Text = "Start"
Me.bt_start.UseVisualStyleBackColor = True
'
'rtb_mail_body
'
Me.rtb_mail_body.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtb_mail_body.Location = New System.Drawing.Point(12, 141)
Me.rtb_mail_body.Name = "rtb_mail_body"
Me.rtb_mail_body.Size = New System.Drawing.Size(1000, 529)
Me.rtb_mail_body.TabIndex = 1
Me.rtb_mail_body.Text = ""
'
'tb_betreff
'
Me.tb_betreff.Location = New System.Drawing.Point(59, 92)
Me.tb_betreff.Name = "tb_betreff"
Me.tb_betreff.Size = New System.Drawing.Size(953, 20)
Me.tb_betreff.TabIndex = 2
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 95)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 13)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Betreff:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 125)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 13)
Me.Label2.TabIndex = 4
Me.Label2.Text = "Message:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 69)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(23, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "An:"
'
'tb_an
'
Me.tb_an.Location = New System.Drawing.Point(59, 66)
Me.tb_an.Name = "tb_an"
Me.tb_an.Size = New System.Drawing.Size(953, 20)
Me.tb_an.TabIndex = 5
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 43)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(29, 13)
Me.Label4.TabIndex = 8
Me.Label4.Text = "Von:"
'
'tb_von
'
Me.tb_von.Location = New System.Drawing.Point(59, 40)
Me.tb_von.Name = "tb_von"
Me.tb_von.Size = New System.Drawing.Size(953, 20)
Me.tb_von.TabIndex = 7
'
'lb_id
'
Me.lb_id.AutoSize = True
Me.lb_id.Location = New System.Drawing.Point(973, 9)
Me.lb_id.Name = "lb_id"
Me.lb_id.Size = New System.Drawing.Size(29, 13)
Me.lb_id.TabIndex = 9
Me.lb_id.Text = "lb_id"
'
'bt_stop
'
Me.bt_stop.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bt_stop.Location = New System.Drawing.Point(500, 675)
Me.bt_stop.Name = "bt_stop"
Me.bt_stop.Size = New System.Drawing.Size(75, 23)
Me.bt_stop.TabIndex = 10
Me.bt_stop.Text = "Stop"
Me.bt_stop.UseVisualStyleBackColor = True
'
'lb_mailing_ohne_freigabe
'
Me.lb_mailing_ohne_freigabe.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lb_mailing_ohne_freigabe.AutoSize = True
Me.lb_mailing_ohne_freigabe.Location = New System.Drawing.Point(989, 689)
Me.lb_mailing_ohne_freigabe.Name = "lb_mailing_ohne_freigabe"
Me.lb_mailing_ohne_freigabe.Size = New System.Drawing.Size(127, 13)
Me.lb_mailing_ohne_freigabe.TabIndex = 11
Me.lb_mailing_ohne_freigabe.Text = "lb_mailing_ohne_freigabe"
'
'Timer_mail_auslesen
'
Me.Timer_mail_auslesen.Interval = 5000
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(15, 675)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 12
Me.Button1.Text = "Test"
Me.Button1.UseVisualStyleBackColor = True
'
'mail_auslesen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1024, 711)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.lb_mailing_ohne_freigabe)
Me.Controls.Add(Me.bt_stop)
Me.Controls.Add(Me.lb_id)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.tb_von)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.tb_an)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.tb_betreff)
Me.Controls.Add(Me.rtb_mail_body)
Me.Controls.Add(Me.bt_start)
Me.Name = "mail_auslesen"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents bt_start As Button
Friend WithEvents rtb_mail_body As RichTextBox
Friend WithEvents tb_betreff As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents tb_an As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents tb_von As TextBox
Friend WithEvents lb_id As Label
Friend WithEvents bt_stop As Button
Friend WithEvents lb_mailing_ohne_freigabe As Label
Friend WithEvents Timer_mail_auslesen As Timer
Friend WithEvents Button1 As Button
End Class