177 lines
8.0 KiB
VB.net
177 lines
8.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmBU_Mahnlauf_Ausgabe
|
|
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(frmBU_Mahnlauf_Ausgabe))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.cbxMailOffnen = New System.Windows.Forms.CheckBox()
|
|
Me.btnPrint = New System.Windows.Forms.Button()
|
|
Me.btnMail = New System.Windows.Forms.Button()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.btnPDF = New System.Windows.Forms.Button()
|
|
Me.pnl.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.cbxMailOffnen)
|
|
Me.pnl.Controls.Add(Me.btnPrint)
|
|
Me.pnl.Controls.Add(Me.btnMail)
|
|
Me.pnl.Controls.Add(Me.Panel1)
|
|
Me.pnl.Controls.Add(Me.btnPDF)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(384, 180)
|
|
Me.pnl.TabIndex = 1
|
|
'
|
|
'cbxMailOffnen
|
|
'
|
|
Me.cbxMailOffnen.AutoSize = True
|
|
Me.cbxMailOffnen.Location = New System.Drawing.Point(135, 158)
|
|
Me.cbxMailOffnen.Name = "cbxMailOffnen"
|
|
Me.cbxMailOffnen.Size = New System.Drawing.Size(78, 17)
|
|
Me.cbxMailOffnen.TabIndex = 56
|
|
Me.cbxMailOffnen.Text = "Mail öffnen"
|
|
Me.cbxMailOffnen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnPrint
|
|
'
|
|
Me.btnPrint.BackColor = System.Drawing.Color.Transparent
|
|
Me.btnPrint.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPrint.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.btnPrint.ForeColor = System.Drawing.Color.Black
|
|
Me.btnPrint.Image = Global.SDL.My.Resources.Resources.printer2
|
|
Me.btnPrint.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnPrint.Location = New System.Drawing.Point(253, 66)
|
|
Me.btnPrint.Name = "btnPrint"
|
|
Me.btnPrint.Size = New System.Drawing.Size(112, 90)
|
|
Me.btnPrint.TabIndex = 55
|
|
Me.btnPrint.Text = "DRUCK"
|
|
Me.btnPrint.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnPrint.UseVisualStyleBackColor = False
|
|
'
|
|
'btnMail
|
|
'
|
|
Me.btnMail.BackColor = System.Drawing.Color.Transparent
|
|
Me.btnMail.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnMail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.btnMail.ForeColor = System.Drawing.Color.Black
|
|
Me.btnMail.Image = Global.SDL.My.Resources.Resources.email_big1
|
|
Me.btnMail.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnMail.Location = New System.Drawing.Point(135, 66)
|
|
Me.btnMail.Name = "btnMail"
|
|
Me.btnMail.Size = New System.Drawing.Size(112, 90)
|
|
Me.btnMail.TabIndex = 54
|
|
Me.btnMail.Text = "E-MAIL"
|
|
Me.btnMail.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnMail.UseVisualStyleBackColor = False
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.Label6)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(382, 41)
|
|
Me.Panel1.TabIndex = 53
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.BackColor = System.Drawing.Color.Red
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Button1.ForeColor = System.Drawing.Color.White
|
|
Me.Button1.Location = New System.Drawing.Point(298, -1)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(85, 33)
|
|
Me.Button1.TabIndex = 4
|
|
Me.Button1.Text = "x"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Label6.ForeColor = System.Drawing.Color.White
|
|
Me.Label6.Location = New System.Drawing.Point(13, 6)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(467, 26)
|
|
Me.Label6.TabIndex = 51
|
|
Me.Label6.Text = "Ausgabe"
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'btnPDF
|
|
'
|
|
Me.btnPDF.BackColor = System.Drawing.Color.Transparent
|
|
Me.btnPDF.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnPDF.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPDF.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.btnPDF.ForeColor = System.Drawing.Color.Black
|
|
Me.btnPDF.Image = Global.SDL.My.Resources.Resources.pdf
|
|
Me.btnPDF.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnPDF.Location = New System.Drawing.Point(17, 66)
|
|
Me.btnPDF.Name = "btnPDF"
|
|
Me.btnPDF.Size = New System.Drawing.Size(112, 90)
|
|
Me.btnPDF.TabIndex = 3
|
|
Me.btnPDF.Text = "PDF"
|
|
Me.btnPDF.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnPDF.UseVisualStyleBackColor = False
|
|
'
|
|
'frmBU_Mahnlauf_Ausgabe
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(384, 180)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmBU_Mahnlauf_Ausgabe"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "frmBU_Mahnlauf_Ausgabe"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnl As Panel
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents btnPDF As Button
|
|
Friend WithEvents btnPrint As Button
|
|
Friend WithEvents btnMail As Button
|
|
Friend WithEvents cbxMailOffnen As CheckBox
|
|
End Class
|