BRG Auswertung DURMAZ - TELOTEC
BRG Auswertung UNISPED
This commit is contained in:
22
SDL/buchhaltung/frmBU_Mahnlauf_Ausgabe.Designer.vb
generated
22
SDL/buchhaltung/frmBU_Mahnlauf_Ausgabe.Designer.vb
generated
@@ -24,13 +24,13 @@ Partial Class frmBU_Mahnlauf_Ausgabe
|
||||
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.cbxMailOffnen = New System.Windows.Forms.CheckBox()
|
||||
Me.pnl.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
@@ -49,6 +49,16 @@ Partial Class frmBU_Mahnlauf_Ausgabe
|
||||
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
|
||||
@@ -137,16 +147,6 @@ Partial Class frmBU_Mahnlauf_Ausgabe
|
||||
Me.btnPDF.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||||
Me.btnPDF.UseVisualStyleBackColor = False
|
||||
'
|
||||
'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
|
||||
'
|
||||
'frmBU_Mahnlauf_Ausgabe
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
End Sub
|
||||
|
||||
Private Sub btnMail_Click(sender As Object, e As EventArgs) Handles btnMail.Click
|
||||
If cbxMailOffnen.Checked Then
|
||||
If cbxMailOffnen.Checked Or cbxMailOffnen.Visible = False Then
|
||||
AUSGABE = "MAIL"
|
||||
Else
|
||||
AUSGABE = "MAIL_SEND"
|
||||
|
||||
Reference in New Issue
Block a user