Partial Class mail_sending Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.rtb_mail_body = New System.Windows.Forms.RichTextBox() Me.bt_start = New System.Windows.Forms.Button() Me.lb_id = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.tb_von = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.tb_an = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.tb_betreff = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.tb_sender_name = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.rtb_log = New System.Windows.Forms.RichTextBox() Me.Label7 = New System.Windows.Forms.Label() Me.rtb_empfaengergruppe = New System.Windows.Forms.RichTextBox() Me.tb_sender_mail = New System.Windows.Forms.TextBox() Me.tb_ak_gruppe = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'rtb_mail_body ' Me.rtb_mail_body.Location = New System.Drawing.Point(12, 517) Me.rtb_mail_body.Name = "rtb_mail_body" Me.rtb_mail_body.Size = New System.Drawing.Size(897, 179) Me.rtb_mail_body.TabIndex = 0 Me.rtb_mail_body.Text = "" ' 'bt_start ' Me.bt_start.Location = New System.Drawing.Point(12, 702) Me.bt_start.Name = "bt_start" Me.bt_start.Size = New System.Drawing.Size(75, 23) Me.bt_start.TabIndex = 1 Me.bt_start.Text = "Start" Me.bt_start.UseVisualStyleBackColor = True ' 'lb_id ' Me.lb_id.AutoSize = True Me.lb_id.Location = New System.Drawing.Point(880, 9) Me.lb_id.Name = "lb_id" Me.lb_id.Size = New System.Drawing.Size(29, 13) Me.lb_id.TabIndex = 2 Me.lb_id.Text = "lb_id" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 413) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 13) Me.Label4.TabIndex = 15 Me.Label4.Text = "Von:" ' 'tb_von ' Me.tb_von.Location = New System.Drawing.Point(81, 410) Me.tb_von.Name = "tb_von" Me.tb_von.Size = New System.Drawing.Size(828, 20) Me.tb_von.TabIndex = 14 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 439) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(23, 13) Me.Label3.TabIndex = 13 Me.Label3.Text = "An:" ' 'tb_an ' Me.tb_an.Location = New System.Drawing.Point(81, 436) Me.tb_an.Name = "tb_an" Me.tb_an.Size = New System.Drawing.Size(828, 20) Me.tb_an.TabIndex = 12 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 495) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(53, 13) Me.Label2.TabIndex = 11 Me.Label2.Text = "Message:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 465) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(41, 13) Me.Label1.TabIndex = 10 Me.Label1.Text = "Betreff:" ' 'tb_betreff ' Me.tb_betreff.Location = New System.Drawing.Point(81, 462) Me.tb_betreff.Name = "tb_betreff" Me.tb_betreff.Size = New System.Drawing.Size(828, 20) Me.tb_betreff.TabIndex = 9 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.tb_sender_name) Me.GroupBox1.Controls.Add(Me.Label9) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.rtb_log) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.rtb_empfaengergruppe) Me.GroupBox1.Controls.Add(Me.tb_sender_mail) Me.GroupBox1.Controls.Add(Me.tb_ak_gruppe) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Location = New System.Drawing.Point(12, 37) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(897, 351) Me.GroupBox1.TabIndex = 16 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "DVAG - Daten" ' 'tb_sender_name ' Me.tb_sender_name.Location = New System.Drawing.Point(69, 77) Me.tb_sender_name.Name = "tb_sender_name" Me.tb_sender_name.Size = New System.Drawing.Size(377, 20) Me.tb_sender_name.TabIndex = 9 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(3, 80) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(64, 13) Me.Label9.TabIndex = 8 Me.Label9.Text = "From Name:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(654, 21) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(39, 20) Me.Label8.TabIndex = 7 Me.Label8.Text = "Log" ' 'rtb_log ' Me.rtb_log.Location = New System.Drawing.Point(452, 51) Me.rtb_log.Name = "rtb_log" Me.rtb_log.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical Me.rtb_log.Size = New System.Drawing.Size(439, 294) Me.rtb_log.TabIndex = 6 Me.rtb_log.Text = "" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(2, 106) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(61, 13) Me.Label7.TabIndex = 5 Me.Label7.Text = "Empfänger:" ' 'rtb_empfaengergruppe ' Me.rtb_empfaengergruppe.Location = New System.Drawing.Point(69, 103) Me.rtb_empfaengergruppe.Name = "rtb_empfaengergruppe" Me.rtb_empfaengergruppe.Size = New System.Drawing.Size(377, 242) Me.rtb_empfaengergruppe.TabIndex = 4 Me.rtb_empfaengergruppe.Text = "" ' 'tb_sender_mail ' Me.tb_sender_mail.Location = New System.Drawing.Point(69, 51) Me.tb_sender_mail.Name = "tb_sender_mail" Me.tb_sender_mail.Size = New System.Drawing.Size(377, 20) Me.tb_sender_mail.TabIndex = 3 ' 'tb_ak_gruppe ' Me.tb_ak_gruppe.Location = New System.Drawing.Point(69, 23) Me.tb_ak_gruppe.Name = "tb_ak_gruppe" Me.tb_ak_gruppe.Size = New System.Drawing.Size(377, 20) Me.tb_ak_gruppe.TabIndex = 2 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(3, 54) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 13) Me.Label6.TabIndex = 1 Me.Label6.Text = "Absender:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(5, 26) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(24, 13) Me.Label5.TabIndex = 0 Me.Label5.Text = "AK:" ' 'mail_sending ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(921, 737) Me.Controls.Add(Me.GroupBox1) 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.lb_id) Me.Controls.Add(Me.bt_start) Me.Controls.Add(Me.rtb_mail_body) Me.Name = "mail_sending" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "mail_sending" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents rtb_mail_body As RichTextBox Friend WithEvents bt_start As Button Friend WithEvents lb_id As Label Friend WithEvents Label4 As Label Friend WithEvents tb_von As TextBox Friend WithEvents Label3 As Label Friend WithEvents tb_an As TextBox Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents tb_betreff As TextBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label7 As Label Friend WithEvents rtb_empfaengergruppe As RichTextBox Friend WithEvents tb_sender_mail As TextBox Friend WithEvents tb_ak_gruppe As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents Label8 As Label Friend WithEvents rtb_log As RichTextBox Friend WithEvents tb_sender_name As TextBox Friend WithEvents Label9 As Label End Class