You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
5.6 KiB
150 lines
5.6 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMailtexte
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMailtexte))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtBetreff = New System.Windows.Forms.TextBox()
|
|
Me.lblBetreff = New System.Windows.Forms.Label()
|
|
Me.txtinhalt = New System.Windows.Forms.TextBox()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 18)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Betreff"
|
|
'
|
|
'txtBetreff
|
|
'
|
|
Me.txtBetreff.Location = New System.Drawing.Point(56, 15)
|
|
Me.txtBetreff.MaxLength = 255
|
|
Me.txtBetreff.Name = "txtBetreff"
|
|
Me.txtBetreff.Size = New System.Drawing.Size(578, 20)
|
|
Me.txtBetreff.TabIndex = 1
|
|
'
|
|
'lblBetreff
|
|
'
|
|
Me.lblBetreff.AutoSize = True
|
|
Me.lblBetreff.Location = New System.Drawing.Point(12, 53)
|
|
Me.lblBetreff.Name = "lblBetreff"
|
|
Me.lblBetreff.Size = New System.Drawing.Size(33, 13)
|
|
Me.lblBetreff.TabIndex = 2
|
|
Me.lblBetreff.Text = "Inhalt"
|
|
'
|
|
'txtinhalt
|
|
'
|
|
Me.txtinhalt.Location = New System.Drawing.Point(56, 50)
|
|
Me.txtinhalt.MaxLength = 2048
|
|
Me.txtinhalt.Multiline = True
|
|
Me.txtinhalt.Name = "txtinhalt"
|
|
Me.txtinhalt.Size = New System.Drawing.Size(992, 471)
|
|
Me.txtinhalt.TabIndex = 3
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(798, 14)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(169, 21)
|
|
Me.ComboBox1.TabIndex = 4
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(736, 18)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Platzhalter"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(973, 14)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.Text = "Einfügen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button2.Location = New System.Drawing.Point(56, 540)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 7
|
|
Me.Button2.Text = "Speichern"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Button3.Location = New System.Drawing.Point(973, 540)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button3.TabIndex = 8
|
|
Me.Button3.Text = "Abbruch"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'frmMailtexte
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1083, 604)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.txtinhalt)
|
|
Me.Controls.Add(Me.lblBetreff)
|
|
Me.Controls.Add(Me.txtBetreff)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMailtexte"
|
|
Me.Text = "Mail-Texte"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtBetreff As TextBox
|
|
Friend WithEvents lblBetreff As Label
|
|
Friend WithEvents txtinhalt As TextBox
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Button3 As Button
|
|
End Class
|