diff --git a/.vs/DPM2016/v17/.suo b/.vs/DPM2016/v17/.suo
index bf214ef..d57e613 100644
Binary files a/.vs/DPM2016/v17/.suo and b/.vs/DPM2016/v17/.suo differ
diff --git a/CryptoEditor/obj/Debug/CryptoEditor.vbproj.AssemblyReference.cache b/CryptoEditor/obj/Debug/CryptoEditor.vbproj.AssemblyReference.cache
index f30d1a6..9eeeaf0 100644
Binary files a/CryptoEditor/obj/Debug/CryptoEditor.vbproj.AssemblyReference.cache and b/CryptoEditor/obj/Debug/CryptoEditor.vbproj.AssemblyReference.cache differ
diff --git a/CryptoEditor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CryptoEditor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 9540d5b..07f9f16 100644
Binary files a/CryptoEditor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/CryptoEditor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPM2016/Behandlung/Behandlung.Designer.vb b/DPM2016/Behandlung/Behandlung.Designer.vb
index b88c556..1eaf4fa 100644
--- a/DPM2016/Behandlung/Behandlung.Designer.vb
+++ b/DPM2016/Behandlung/Behandlung.Designer.vb
@@ -59,6 +59,10 @@ Partial Class Behandlung
Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripSeparator()
Me.RechungKVVorschauToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.RechnungKVEntwurfToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ToolStripMenuItem8 = New System.Windows.Forms.ToolStripSeparator()
+ Me.ErsteMahnungDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ZweiteMahnungDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.LetzteMahnungDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.Node2 = New DevComponents.AdvTree.Node()
Me.NodeConnector1 = New DevComponents.AdvTree.NodeConnector()
@@ -149,7 +153,6 @@ Partial Class Behandlung
'treebehandlungen
'
Me.treebehandlungen.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline
- Me.treebehandlungen.AllowDrop = True
Me.treebehandlungen.AllowExternalDrop = False
Me.treebehandlungen.AllowUserToResizeColumns = False
Me.treebehandlungen.BackColor = System.Drawing.SystemColors.Window
@@ -178,9 +181,9 @@ Partial Class Behandlung
'ctxmenubehandlung
'
Me.ctxmenubehandlung.ImageScalingSize = New System.Drawing.Size(20, 20)
- Me.ctxmenubehandlung.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeueBehandlungToolStripMenuItem1, Me.ToolStripMenuItem2, Me.BehandlungabschliessenToolStripMenuItem1, Me.BehandlungZurücksetzenToolStripMenuItem, Me.BehandlungKopierenToolStripMenuItem, Me.ToolStripMenuItem4, Me.SofortRechnungDruckenToolStripMenuItem, Me.KopieErstellenToolStripMenuItem, Me.ToolStripMenuItem3, Me.BehandlungLöschenToolStripMenuItem1, Me.ToolStripMenuItem5, Me.RechungKVVorschauToolStripMenuItem, Me.RechnungKVEntwurfToolStripMenuItem})
+ Me.ctxmenubehandlung.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeueBehandlungToolStripMenuItem1, Me.ToolStripMenuItem2, Me.BehandlungabschliessenToolStripMenuItem1, Me.BehandlungZurücksetzenToolStripMenuItem, Me.BehandlungKopierenToolStripMenuItem, Me.ToolStripMenuItem4, Me.SofortRechnungDruckenToolStripMenuItem, Me.KopieErstellenToolStripMenuItem, Me.ToolStripMenuItem3, Me.BehandlungLöschenToolStripMenuItem1, Me.ToolStripMenuItem5, Me.RechungKVVorschauToolStripMenuItem, Me.RechnungKVEntwurfToolStripMenuItem, Me.ToolStripMenuItem8, Me.ErsteMahnungDruckenToolStripMenuItem, Me.ZweiteMahnungDruckenToolStripMenuItem, Me.LetzteMahnungDruckenToolStripMenuItem})
Me.ctxmenubehandlung.Name = "ContextMenuStrip1"
- Me.ctxmenubehandlung.Size = New System.Drawing.Size(212, 226)
+ Me.ctxmenubehandlung.Size = New System.Drawing.Size(212, 320)
'
'NeueBehandlungToolStripMenuItem1
'
@@ -347,6 +350,29 @@ Partial Class Behandlung
Me.RechnungKVEntwurfToolStripMenuItem.Size = New System.Drawing.Size(211, 22)
Me.RechnungKVEntwurfToolStripMenuItem.Text = "Rechnung/KV Entwurf"
'
+ 'ToolStripMenuItem8
+ '
+ Me.ToolStripMenuItem8.Name = "ToolStripMenuItem8"
+ Me.ToolStripMenuItem8.Size = New System.Drawing.Size(208, 6)
+ '
+ 'ErsteMahnungDruckenToolStripMenuItem
+ '
+ Me.ErsteMahnungDruckenToolStripMenuItem.Name = "ErsteMahnungDruckenToolStripMenuItem"
+ Me.ErsteMahnungDruckenToolStripMenuItem.Size = New System.Drawing.Size(211, 22)
+ Me.ErsteMahnungDruckenToolStripMenuItem.Text = "Erste Mahnung drucken"
+ '
+ 'ZweiteMahnungDruckenToolStripMenuItem
+ '
+ Me.ZweiteMahnungDruckenToolStripMenuItem.Name = "ZweiteMahnungDruckenToolStripMenuItem"
+ Me.ZweiteMahnungDruckenToolStripMenuItem.Size = New System.Drawing.Size(211, 22)
+ Me.ZweiteMahnungDruckenToolStripMenuItem.Text = "Zweite Mahnung drucken"
+ '
+ 'LetzteMahnungDruckenToolStripMenuItem
+ '
+ Me.LetzteMahnungDruckenToolStripMenuItem.Name = "LetzteMahnungDruckenToolStripMenuItem"
+ Me.LetzteMahnungDruckenToolStripMenuItem.Size = New System.Drawing.Size(211, 22)
+ Me.LetzteMahnungDruckenToolStripMenuItem.Text = "Letzte Mahnung drucken"
+ '
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
@@ -649,4 +675,8 @@ Partial Class Behandlung
Friend WithEvents AbschlussUndSofortrechungAlsPDFToolStripMenuItem As ToolStripMenuItem
Friend WithEvents AbschlussUndSofortrechnungAlsOutlookMailToolStripMenuItem As ToolStripMenuItem
Friend WithEvents AbschlussUndVerbuchenOhneRGQuittungToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents ToolStripMenuItem8 As ToolStripSeparator
+ Friend WithEvents ErsteMahnungDruckenToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents ZweiteMahnungDruckenToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents LetzteMahnungDruckenToolStripMenuItem As ToolStripMenuItem
End Class
diff --git a/DPM2016/Behandlung/Behandlung.resx b/DPM2016/Behandlung/Behandlung.resx
index ad0eee6..da2fdfe 100644
--- a/DPM2016/Behandlung/Behandlung.resx
+++ b/DPM2016/Behandlung/Behandlung.resx
@@ -236,7 +236,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABO
- DQAAAk1TRnQBSQFMAgEBBQEAAfgBAwH4AQMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ DQAAAk1TRnQBSQFMAgEBBQEAAQgBBAEIAQQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
diff --git a/DPM2016/Behandlung/Behandlung.vb b/DPM2016/Behandlung/Behandlung.vb
index 2673d7e..08e3975 100644
--- a/DPM2016/Behandlung/Behandlung.vb
+++ b/DPM2016/Behandlung/Behandlung.vb
@@ -785,7 +785,7 @@ Public Class Behandlung
Me.BehandlungLöschenToolStripMenuItem1.Text = "Behandlung löschen"
Me.BehandlungKopierenToolStripMenuItem.Text = "Behandlung kopieren"
Case < -20 And
- Me.BehandlungabschliessenToolStripMenuItem1.Text = "Kostenvoranschlag abschliessen"
+ Me.BehandlungabschliessenToolStripMenuItem1.Text = "Kostenvoranschlag abschliessen"
BehandlungabschliessenToolStripMenuItem1.Enabled = True
Me.BehandlungabschliessenToolStripMenuItem1.Text = "Kostenvoranschlag abschliessen"
Me.NeueBehandlungToolStripMenuItem1.Text = "Neuer Kostenvoranschlag"
@@ -818,11 +818,34 @@ Public Class Behandlung
s = DB.Get_Option(9106)
If s <> "" Then Me.AbschlussUndVerbuchenOhneRGQuittungToolStripMenuItem.Text = s
+ ErsteMahnungDruckenToolStripMenuItem.Visible = False
+ ZweiteMahnungDruckenToolStripMenuItem.Visible = False
+ LetzteMahnungDruckenToolStripMenuItem.Visible = False
+ Try
+ If Me.Behandungdetail1.txtrgnummer.Text <> "" Then
+ DB.Get_Tabledata("Mahnung", "", "Select * from View_Offene_Mahnungen where nrfaktura=" + Microsoft.VisualBasic.Left(Me.Behandungdetail1.txtrgnummer.Text, 10), "", False)
+ If DB.dsDaten.Tables(0).Rows.Count > 0 Then
+ Select Case DB.dsDaten.Tables(0).Rows(0).Item("Mahnstufe")
+ Case 1
+ ErsteMahnungDruckenToolStripMenuItem.Visible = True
+ Case 2
+ ZweiteMahnungDruckenToolStripMenuItem.Visible = True
+ Case 3
+ LetzteMahnungDruckenToolStripMenuItem.Visible = True
+ End Select
+ Else
+
+ End If
+ End If
+ Catch
+ End Try
+
+
If UCase(DB.Get_Option(60020)) = "FALSE" Then Exit Sub
- Dim sec As New DPMSecurity
- sec.Set_Form_Security(Me.ParentForm)
- Catch ex As Exception
- MsgBox(ex.Message)
+ Dim sec As New DPMSecurity
+ sec.Set_Form_Security(Me.ParentForm)
+ Catch ex As Exception
+ MsgBox(ex.Message)
Me.ctxmenubehandlung.Enabled = False
End Try
@@ -1203,6 +1226,25 @@ Public Class Behandlung
'evh.Fire_Finanzen_Anzeigen(Me.PatientNr)
End Sub
+ Private Sub ErsteMahnungDruckenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ErsteMahnungDruckenToolStripMenuItem.Click, ZweiteMahnungDruckenToolStripMenuItem.Click, LetzteMahnungDruckenToolStripMenuItem.Click
+ Try
+ Select Case sender.name
+ Case "ErsteMahnungDruckenToolStripMenuItem"
+ Dim s As String = Microsoft.VisualBasic.Left(Me.Behandungdetail1.txtrgnummer.Text, 10)
+ Globals.Rg_Funktionen.Mahnung(s, 1, False, False)
+ Case "ZweiteMahnungDruckenToolStripMenuItem"
+ Dim s As String = Microsoft.VisualBasic.Left(Me.Behandungdetail1.txtrgnummer.Text, 10)
+ Globals.Rg_Funktionen.Mahnung(s, 2, False, False)
+ Case "LetzteMahnungDruckenToolStripMenuItem"
+ Dim s As String = Microsoft.VisualBasic.Left(Me.Behandungdetail1.txtrgnummer.Text, 10)
+ Globals.Rg_Funktionen.Mahnung(s, 3, False, False)
+ End Select
+ Catch ex As Exception
+
+ End Try
+
+ End Sub
+
diff --git a/DPM2016/Finanzaen/Finanzen.Designer.vb b/DPM2016/Finanzaen/Finanzen.Designer.vb
index 401cf20..b1ce74a 100644
--- a/DPM2016/Finanzaen/Finanzen.Designer.vb
+++ b/DPM2016/Finanzaen/Finanzen.Designer.vb
@@ -48,6 +48,9 @@ Partial Class Finanzen
Me.C1OffeneRechnungen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ZahlungBuchenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ErsteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ZweiteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.LetzteMahnungMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.btnzurücksetzen3 = New System.Windows.Forms.Button()
Me.btnzurücksetzen2 = New System.Windows.Forms.Button()
@@ -85,7 +88,7 @@ Partial Class Finanzen
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
- Me.ToolStrip1.Size = New System.Drawing.Size(1320, 31)
+ Me.ToolStrip1.Size = New System.Drawing.Size(990, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
'
@@ -104,30 +107,26 @@ Partial Class Finanzen
Me.GrpZahlung.Controls.Add(Me.txtRGNummer)
Me.GrpZahlung.Controls.Add(Me.lblRechnungsnummer)
Me.GrpZahlung.Dock = System.Windows.Forms.DockStyle.Left
- Me.GrpZahlung.Location = New System.Drawing.Point(0, 31)
- Me.GrpZahlung.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.GrpZahlung.Location = New System.Drawing.Point(0, 25)
Me.GrpZahlung.Name = "GrpZahlung"
- Me.GrpZahlung.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.GrpZahlung.Size = New System.Drawing.Size(575, 691)
+ Me.GrpZahlung.Size = New System.Drawing.Size(431, 562)
Me.GrpZahlung.TabIndex = 1
Me.GrpZahlung.TabStop = False
Me.GrpZahlung.Text = "Zahlung"
'
'Button1
'
- Me.Button1.Location = New System.Drawing.Point(412, 37)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.Button1.Location = New System.Drawing.Point(309, 30)
Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(20, 28)
+ Me.Button1.Size = New System.Drawing.Size(15, 23)
Me.Button1.TabIndex = 20
Me.Button1.UseVisualStyleBackColor = True
'
'btnBuchen
'
- Me.btnBuchen.Location = New System.Drawing.Point(29, 203)
- Me.btnBuchen.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.btnBuchen.Location = New System.Drawing.Point(22, 165)
Me.btnBuchen.Name = "btnBuchen"
- Me.btnBuchen.Size = New System.Drawing.Size(100, 28)
+ Me.btnBuchen.Size = New System.Drawing.Size(75, 23)
Me.btnBuchen.TabIndex = 19
Me.btnBuchen.Text = "Buchen"
Me.btnBuchen.UseVisualStyleBackColor = True
@@ -135,8 +134,7 @@ Partial Class Finanzen
'chkVorauszahlung
'
Me.chkVorauszahlung.AutoSize = True
- Me.chkVorauszahlung.Location = New System.Drawing.Point(196, 171)
- Me.chkVorauszahlung.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.chkVorauszahlung.Location = New System.Drawing.Point(147, 139)
Me.chkVorauszahlung.Name = "chkVorauszahlung"
Me.chkVorauszahlung.Size = New System.Drawing.Size(15, 14)
Me.chkVorauszahlung.TabIndex = 18
@@ -145,10 +143,9 @@ Partial Class Finanzen
'lblVorauszahlung
'
Me.lblVorauszahlung.AutoSize = True
- Me.lblVorauszahlung.Location = New System.Drawing.Point(27, 171)
- Me.lblVorauszahlung.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblVorauszahlung.Location = New System.Drawing.Point(20, 139)
Me.lblVorauszahlung.Name = "lblVorauszahlung"
- Me.lblVorauszahlung.Size = New System.Drawing.Size(103, 17)
+ Me.lblVorauszahlung.Size = New System.Drawing.Size(77, 13)
Me.lblVorauszahlung.TabIndex = 17
Me.lblVorauszahlung.Text = "Vorauszahlung"
'
@@ -156,10 +153,9 @@ Partial Class Finanzen
'
Me.cbboxKonto.Dataselection = Nothing
Me.cbboxKonto.Displaymember = Nothing
- Me.cbboxKonto.Location = New System.Drawing.Point(196, 134)
- Me.cbboxKonto.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.cbboxKonto.Location = New System.Drawing.Point(147, 109)
Me.cbboxKonto.Name = "cbboxKonto"
- Me.cbboxKonto.Size = New System.Drawing.Size(235, 24)
+ Me.cbboxKonto.Size = New System.Drawing.Size(177, 21)
Me.cbboxKonto.TabIndex = 15
Me.cbboxKonto.Table = Nothing
Me.cbboxKonto.TableAlias = ""
@@ -168,20 +164,18 @@ Partial Class Finanzen
'lblKonto
'
Me.lblKonto.AutoSize = True
- Me.lblKonto.Location = New System.Drawing.Point(27, 138)
- Me.lblKonto.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblKonto.Location = New System.Drawing.Point(20, 112)
Me.lblKonto.Name = "lblKonto"
- Me.lblKonto.Size = New System.Drawing.Size(86, 17)
+ Me.lblKonto.Size = New System.Drawing.Size(66, 13)
Me.lblKonto.TabIndex = 16
Me.lblKonto.Text = "Gegenkonto"
'
'lblBetrag
'
Me.lblBetrag.AutoSize = True
- Me.lblBetrag.Location = New System.Drawing.Point(27, 107)
- Me.lblBetrag.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblBetrag.Location = New System.Drawing.Point(20, 87)
Me.lblBetrag.Name = "lblBetrag"
- Me.lblBetrag.Size = New System.Drawing.Size(50, 17)
+ Me.lblBetrag.Size = New System.Drawing.Size(38, 13)
Me.lblBetrag.TabIndex = 11
Me.lblBetrag.Text = "Betrag"
'
@@ -194,20 +188,18 @@ Partial Class Finanzen
Me.diBetrag.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.diBetrag.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2
Me.diBetrag.Increment = 1.0R
- Me.diBetrag.Location = New System.Drawing.Point(196, 100)
- Me.diBetrag.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.diBetrag.Location = New System.Drawing.Point(147, 81)
Me.diBetrag.Name = "diBetrag"
Me.diBetrag.ShowUpDown = True
- Me.diBetrag.Size = New System.Drawing.Size(115, 22)
+ Me.diBetrag.Size = New System.Drawing.Size(86, 20)
Me.diBetrag.TabIndex = 10
'
'lbldatum
'
Me.lbldatum.AutoSize = True
- Me.lbldatum.Location = New System.Drawing.Point(27, 76)
- Me.lbldatum.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lbldatum.Location = New System.Drawing.Point(20, 62)
Me.lbldatum.Name = "lbldatum"
- Me.lbldatum.Size = New System.Drawing.Size(49, 17)
+ Me.lbldatum.Size = New System.Drawing.Size(38, 13)
Me.lbldatum.TabIndex = 3
Me.lbldatum.Text = "Datum"
'
@@ -221,8 +213,7 @@ Partial Class Finanzen
Me.dtdatum.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown
Me.dtdatum.ButtonDropDown.Visible = True
Me.dtdatum.IsPopupCalendarOpen = False
- Me.dtdatum.Location = New System.Drawing.Point(196, 68)
- Me.dtdatum.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.dtdatum.Location = New System.Drawing.Point(147, 55)
'
'
'
@@ -253,25 +244,23 @@ Partial Class Finanzen
Me.dtdatum.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.dtdatum.MonthCalendar.TodayButtonVisible = True
Me.dtdatum.Name = "dtdatum"
- Me.dtdatum.Size = New System.Drawing.Size(236, 22)
+ Me.dtdatum.Size = New System.Drawing.Size(177, 20)
Me.dtdatum.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.dtdatum.TabIndex = 2
'
'txtRGNummer
'
- Me.txtRGNummer.Location = New System.Drawing.Point(196, 39)
- Me.txtRGNummer.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.txtRGNummer.Location = New System.Drawing.Point(147, 32)
Me.txtRGNummer.Name = "txtRGNummer"
- Me.txtRGNummer.Size = New System.Drawing.Size(213, 22)
+ Me.txtRGNummer.Size = New System.Drawing.Size(161, 20)
Me.txtRGNummer.TabIndex = 1
'
'lblRechnungsnummer
'
Me.lblRechnungsnummer.AutoSize = True
- Me.lblRechnungsnummer.Location = New System.Drawing.Point(27, 43)
- Me.lblRechnungsnummer.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblRechnungsnummer.Location = New System.Drawing.Point(20, 35)
Me.lblRechnungsnummer.Name = "lblRechnungsnummer"
- Me.lblRechnungsnummer.Size = New System.Drawing.Size(131, 17)
+ Me.lblRechnungsnummer.Size = New System.Drawing.Size(99, 13)
Me.lblRechnungsnummer.TabIndex = 0
Me.lblRechnungsnummer.Text = "Rechnungsnummer"
'
@@ -279,11 +268,9 @@ Partial Class Finanzen
'
Me.GrpZahlungen.Controls.Add(Me.C1Zahlungen)
Me.GrpZahlungen.Dock = System.Windows.Forms.DockStyle.Top
- Me.GrpZahlungen.Location = New System.Drawing.Point(575, 31)
- Me.GrpZahlungen.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.GrpZahlungen.Location = New System.Drawing.Point(431, 25)
Me.GrpZahlungen.Name = "GrpZahlungen"
- Me.GrpZahlungen.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.GrpZahlungen.Size = New System.Drawing.Size(745, 465)
+ Me.GrpZahlungen.Size = New System.Drawing.Size(559, 247)
Me.GrpZahlungen.TabIndex = 2
Me.GrpZahlungen.TabStop = False
Me.GrpZahlungen.Text = "Verbuchte Zahlungen"
@@ -296,14 +283,13 @@ Partial Class Finanzen
Me.C1Zahlungen.FilterBar = True
Me.C1Zahlungen.GroupByCaption = "Drag a column header here to group by that column"
Me.C1Zahlungen.Images.Add(CType(resources.GetObject("C1Zahlungen.Images"), System.Drawing.Image))
- Me.C1Zahlungen.Location = New System.Drawing.Point(4, 19)
- Me.C1Zahlungen.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.C1Zahlungen.Location = New System.Drawing.Point(3, 16)
Me.C1Zahlungen.Name = "C1Zahlungen"
Me.C1Zahlungen.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1Zahlungen.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1Zahlungen.PreviewInfo.ZoomFactor = 75.0R
Me.C1Zahlungen.PrintInfo.PageSettings = CType(resources.GetObject("C1Zahlungen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
- Me.C1Zahlungen.Size = New System.Drawing.Size(737, 442)
+ Me.C1Zahlungen.Size = New System.Drawing.Size(553, 228)
Me.C1Zahlungen.TabIndex = 3
Me.C1Zahlungen.Text = "C1TrueDBGrid1"
Me.C1Zahlungen.PropBag = resources.GetString("C1Zahlungen.PropBag")
@@ -313,35 +299,33 @@ Partial Class Finanzen
Me.ContextMenuStrip2.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZahlungStornierenToolStripMenuItem, Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem, Me.VorauszahlungVonBehandlungLösenToolStripMenuItem})
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
- Me.ContextMenuStrip2.Size = New System.Drawing.Size(342, 76)
+ Me.ContextMenuStrip2.Size = New System.Drawing.Size(286, 70)
'
'ZahlungStornierenToolStripMenuItem
'
Me.ZahlungStornierenToolStripMenuItem.Name = "ZahlungStornierenToolStripMenuItem"
- Me.ZahlungStornierenToolStripMenuItem.Size = New System.Drawing.Size(341, 24)
+ Me.ZahlungStornierenToolStripMenuItem.Size = New System.Drawing.Size(285, 22)
Me.ZahlungStornierenToolStripMenuItem.Text = "&Zahlung stornieren"
'
'VorauszahlungAnBehandlungZuweisenToolStripMenuItem
'
Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Name = "VorauszahlungAnBehandlungZuweisenToolStripMenuItem"
- Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Size = New System.Drawing.Size(341, 24)
+ Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Size = New System.Drawing.Size(285, 22)
Me.VorauszahlungAnBehandlungZuweisenToolStripMenuItem.Text = "Vorauszahlung an Behandlung zuweisen"
'
'VorauszahlungVonBehandlungLösenToolStripMenuItem
'
Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Name = "VorauszahlungVonBehandlungLösenToolStripMenuItem"
- Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Size = New System.Drawing.Size(341, 24)
+ Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Size = New System.Drawing.Size(285, 22)
Me.VorauszahlungVonBehandlungLösenToolStripMenuItem.Text = "Vorauszahlung von Behandlung lösen"
'
'GrpBehandlungen
'
Me.GrpBehandlungen.Controls.Add(Me.C1OffeneRechnungen)
Me.GrpBehandlungen.Dock = System.Windows.Forms.DockStyle.Top
- Me.GrpBehandlungen.Location = New System.Drawing.Point(575, 496)
- Me.GrpBehandlungen.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.GrpBehandlungen.Location = New System.Drawing.Point(431, 272)
Me.GrpBehandlungen.Name = "GrpBehandlungen"
- Me.GrpBehandlungen.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.GrpBehandlungen.Size = New System.Drawing.Size(745, 214)
+ Me.GrpBehandlungen.Size = New System.Drawing.Size(559, 174)
Me.GrpBehandlungen.TabIndex = 3
Me.GrpBehandlungen.TabStop = False
Me.GrpBehandlungen.Text = "Offene Rechnungen"
@@ -354,14 +338,13 @@ Partial Class Finanzen
Me.C1OffeneRechnungen.FilterBar = True
Me.C1OffeneRechnungen.GroupByCaption = "Drag a column header here to group by that column"
Me.C1OffeneRechnungen.Images.Add(CType(resources.GetObject("C1OffeneRechnungen.Images"), System.Drawing.Image))
- Me.C1OffeneRechnungen.Location = New System.Drawing.Point(4, 19)
- Me.C1OffeneRechnungen.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.C1OffeneRechnungen.Location = New System.Drawing.Point(3, 16)
Me.C1OffeneRechnungen.Name = "C1OffeneRechnungen"
Me.C1OffeneRechnungen.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1OffeneRechnungen.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1OffeneRechnungen.PreviewInfo.ZoomFactor = 75.0R
Me.C1OffeneRechnungen.PrintInfo.PageSettings = CType(resources.GetObject("C1OffeneRechnungen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
- Me.C1OffeneRechnungen.Size = New System.Drawing.Size(737, 191)
+ Me.C1OffeneRechnungen.Size = New System.Drawing.Size(553, 155)
Me.C1OffeneRechnungen.TabIndex = 4
Me.C1OffeneRechnungen.Text = "C1OffeneRechnungen"
Me.C1OffeneRechnungen.PropBag = resources.GetString("C1OffeneRechnungen.PropBag")
@@ -369,16 +352,34 @@ Partial Class Finanzen
'ContextMenuStrip1
'
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZahlungBuchenToolStripMenuItem})
+ Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZahlungBuchenToolStripMenuItem, Me.ErsteMahnungMenuItem, Me.ZweiteMahnungMenuItem, Me.LetzteMahnungMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(185, 28)
+ Me.ContextMenuStrip1.Size = New System.Drawing.Size(201, 92)
'
'ZahlungBuchenToolStripMenuItem
'
Me.ZahlungBuchenToolStripMenuItem.Name = "ZahlungBuchenToolStripMenuItem"
- Me.ZahlungBuchenToolStripMenuItem.Size = New System.Drawing.Size(184, 24)
+ Me.ZahlungBuchenToolStripMenuItem.Size = New System.Drawing.Size(200, 22)
Me.ZahlungBuchenToolStripMenuItem.Text = "&Zahlung buchen"
'
+ 'ErsteMahnungMenuItem
+ '
+ Me.ErsteMahnungMenuItem.Name = "ErsteMahnungMenuItem"
+ Me.ErsteMahnungMenuItem.Size = New System.Drawing.Size(200, 22)
+ Me.ErsteMahnungMenuItem.Text = "Erste Mahnung drucken"
+ '
+ 'ZweiteMahnungMenuItem
+ '
+ Me.ZweiteMahnungMenuItem.Name = "ZweiteMahnungMenuItem"
+ Me.ZweiteMahnungMenuItem.Size = New System.Drawing.Size(200, 22)
+ Me.ZweiteMahnungMenuItem.Text = "Zweite Mahnung"
+ '
+ 'LetzteMahnungMenuItem
+ '
+ Me.LetzteMahnungMenuItem.Name = "LetzteMahnungMenuItem"
+ Me.LetzteMahnungMenuItem.Size = New System.Drawing.Size(200, 22)
+ Me.LetzteMahnungMenuItem.Text = "Letzte Mahnung"
+ '
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.btnzurücksetzen3)
@@ -401,41 +402,36 @@ Partial Class Finanzen
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.GroupBox1.Location = New System.Drawing.Point(575, 710)
- Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.GroupBox1.Location = New System.Drawing.Point(431, 446)
Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.GroupBox1.Size = New System.Drawing.Size(745, 12)
+ Me.GroupBox1.Size = New System.Drawing.Size(559, 141)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Mahnungen"
'
'btnzurücksetzen3
'
- Me.btnzurücksetzen3.Location = New System.Drawing.Point(505, 105)
- Me.btnzurücksetzen3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.btnzurücksetzen3.Location = New System.Drawing.Point(379, 85)
Me.btnzurücksetzen3.Name = "btnzurücksetzen3"
- Me.btnzurücksetzen3.Size = New System.Drawing.Size(131, 28)
+ Me.btnzurücksetzen3.Size = New System.Drawing.Size(98, 23)
Me.btnzurücksetzen3.TabIndex = 18
Me.btnzurücksetzen3.Text = "Zurücksetzen"
Me.btnzurücksetzen3.UseVisualStyleBackColor = True
'
'btnzurücksetzen2
'
- Me.btnzurücksetzen2.Location = New System.Drawing.Point(505, 76)
- Me.btnzurücksetzen2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.btnzurücksetzen2.Location = New System.Drawing.Point(379, 62)
Me.btnzurücksetzen2.Name = "btnzurücksetzen2"
- Me.btnzurücksetzen2.Size = New System.Drawing.Size(131, 28)
+ Me.btnzurücksetzen2.Size = New System.Drawing.Size(98, 23)
Me.btnzurücksetzen2.TabIndex = 17
Me.btnzurücksetzen2.Text = "Zurücksetzen"
Me.btnzurücksetzen2.UseVisualStyleBackColor = True
'
'btnZurücksetzen1
'
- Me.btnZurücksetzen1.Location = New System.Drawing.Point(505, 48)
- Me.btnZurücksetzen1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
+ Me.btnZurücksetzen1.Location = New System.Drawing.Point(379, 39)
Me.btnZurücksetzen1.Name = "btnZurücksetzen1"
- Me.btnZurücksetzen1.Size = New System.Drawing.Size(131, 28)
+ Me.btnZurücksetzen1.Size = New System.Drawing.Size(98, 23)
Me.btnZurücksetzen1.TabIndex = 16
Me.btnZurücksetzen1.Text = "Zurücksetzen"
Me.btnZurücksetzen1.UseVisualStyleBackColor = True
@@ -443,120 +439,108 @@ Partial Class Finanzen
'Label10
'
Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(9, 111)
- Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label10.Location = New System.Drawing.Point(7, 90)
Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(16, 17)
+ Me.Label10.Size = New System.Drawing.Size(13, 13)
Me.Label10.TabIndex = 15
Me.Label10.Text = "3"
'
'Mahngebühr3
'
Me.Mahngebühr3.AutoSize = True
- Me.Mahngebühr3.Location = New System.Drawing.Point(389, 111)
- Me.Mahngebühr3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahngebühr3.Location = New System.Drawing.Point(292, 90)
Me.Mahngebühr3.Name = "Mahngebühr3"
- Me.Mahngebühr3.Size = New System.Drawing.Size(51, 17)
+ Me.Mahngebühr3.Size = New System.Drawing.Size(39, 13)
Me.Mahngebühr3.TabIndex = 14
Me.Mahngebühr3.Text = "Label8"
'
'Mahnfaelligkeit3
'
Me.Mahnfaelligkeit3.AutoSize = True
- Me.Mahnfaelligkeit3.Location = New System.Drawing.Point(233, 110)
- Me.Mahnfaelligkeit3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahnfaelligkeit3.Location = New System.Drawing.Point(175, 89)
Me.Mahnfaelligkeit3.Name = "Mahnfaelligkeit3"
- Me.Mahnfaelligkeit3.Size = New System.Drawing.Size(59, 17)
+ Me.Mahnfaelligkeit3.Size = New System.Drawing.Size(45, 13)
Me.Mahnfaelligkeit3.TabIndex = 13
Me.Mahnfaelligkeit3.Text = "Label12"
'
'Mahndatum3
'
Me.Mahndatum3.AutoSize = True
- Me.Mahndatum3.Location = New System.Drawing.Point(103, 110)
- Me.Mahndatum3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahndatum3.Location = New System.Drawing.Point(77, 89)
Me.Mahndatum3.Name = "Mahndatum3"
- Me.Mahndatum3.Size = New System.Drawing.Size(51, 17)
+ Me.Mahndatum3.Size = New System.Drawing.Size(39, 13)
Me.Mahndatum3.TabIndex = 12
Me.Mahndatum3.Text = "Label5"
'
'Label9
'
Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(9, 82)
- Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label9.Location = New System.Drawing.Point(7, 67)
Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(16, 17)
+ Me.Label9.Size = New System.Drawing.Size(13, 13)
Me.Label9.TabIndex = 11
Me.Label9.Text = "2"
'
'Mahngebühr2
'
Me.Mahngebühr2.AutoSize = True
- Me.Mahngebühr2.Location = New System.Drawing.Point(389, 82)
- Me.Mahngebühr2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahngebühr2.Location = New System.Drawing.Point(292, 67)
Me.Mahngebühr2.Name = "Mahngebühr2"
- Me.Mahngebühr2.Size = New System.Drawing.Size(51, 17)
+ Me.Mahngebühr2.Size = New System.Drawing.Size(39, 13)
Me.Mahngebühr2.TabIndex = 10
Me.Mahngebühr2.Text = "Label8"
'
'Mahnfaelligkeit2
'
Me.Mahnfaelligkeit2.AutoSize = True
- Me.Mahnfaelligkeit2.Location = New System.Drawing.Point(233, 81)
- Me.Mahnfaelligkeit2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahnfaelligkeit2.Location = New System.Drawing.Point(175, 66)
Me.Mahnfaelligkeit2.Name = "Mahnfaelligkeit2"
- Me.Mahnfaelligkeit2.Size = New System.Drawing.Size(51, 17)
+ Me.Mahnfaelligkeit2.Size = New System.Drawing.Size(39, 13)
Me.Mahnfaelligkeit2.TabIndex = 9
Me.Mahnfaelligkeit2.Text = "Label7"
'
'Mahndatum2
'
Me.Mahndatum2.AutoSize = True
- Me.Mahndatum2.Location = New System.Drawing.Point(103, 81)
- Me.Mahndatum2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahndatum2.Location = New System.Drawing.Point(77, 66)
Me.Mahndatum2.Name = "Mahndatum2"
- Me.Mahndatum2.Size = New System.Drawing.Size(51, 17)
+ Me.Mahndatum2.Size = New System.Drawing.Size(39, 13)
Me.Mahndatum2.TabIndex = 8
Me.Mahndatum2.Text = "Label5"
'
'Mahngebühr1
'
Me.Mahngebühr1.AutoSize = True
- Me.Mahngebühr1.Location = New System.Drawing.Point(389, 54)
- Me.Mahngebühr1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahngebühr1.Location = New System.Drawing.Point(292, 44)
Me.Mahngebühr1.Name = "Mahngebühr1"
- Me.Mahngebühr1.Size = New System.Drawing.Size(51, 17)
+ Me.Mahngebühr1.Size = New System.Drawing.Size(39, 13)
Me.Mahngebühr1.TabIndex = 7
Me.Mahngebühr1.Text = "Label8"
'
'Mahnfaelligkeit1
'
Me.Mahnfaelligkeit1.AutoSize = True
- Me.Mahnfaelligkeit1.Location = New System.Drawing.Point(233, 54)
- Me.Mahnfaelligkeit1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahnfaelligkeit1.Location = New System.Drawing.Point(175, 44)
Me.Mahnfaelligkeit1.Name = "Mahnfaelligkeit1"
- Me.Mahnfaelligkeit1.Size = New System.Drawing.Size(51, 17)
+ Me.Mahnfaelligkeit1.Size = New System.Drawing.Size(39, 13)
Me.Mahnfaelligkeit1.TabIndex = 6
Me.Mahnfaelligkeit1.Text = "Label7"
'
'Label6
'
Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(9, 54)
- Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label6.Location = New System.Drawing.Point(7, 44)
Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(16, 17)
+ Me.Label6.Size = New System.Drawing.Size(13, 13)
Me.Label6.TabIndex = 5
Me.Label6.Text = "1"
'
'Mahndatum1
'
Me.Mahndatum1.AutoSize = True
- Me.Mahndatum1.Location = New System.Drawing.Point(103, 54)
- Me.Mahndatum1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Mahndatum1.Location = New System.Drawing.Point(77, 44)
Me.Mahndatum1.Name = "Mahndatum1"
- Me.Mahndatum1.Size = New System.Drawing.Size(51, 17)
+ Me.Mahndatum1.Size = New System.Drawing.Size(39, 13)
Me.Mahndatum1.TabIndex = 4
Me.Mahndatum1.Text = "Label5"
'
@@ -564,10 +548,9 @@ Partial Class Finanzen
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label4.Location = New System.Drawing.Point(9, 20)
- Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label4.Location = New System.Drawing.Point(7, 16)
Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(46, 17)
+ Me.Label4.Size = New System.Drawing.Size(37, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Stufe"
'
@@ -575,10 +558,9 @@ Partial Class Finanzen
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label3.Location = New System.Drawing.Point(389, 20)
- Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label3.Location = New System.Drawing.Point(292, 16)
Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(98, 17)
+ Me.Label3.Size = New System.Drawing.Size(77, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Mahngebühr"
'
@@ -586,10 +568,9 @@ Partial Class Finanzen
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label2.Location = New System.Drawing.Point(233, 20)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label2.Location = New System.Drawing.Point(175, 16)
Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(108, 17)
+ Me.Label2.Size = New System.Drawing.Size(86, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Mahnfälligkeit"
'
@@ -597,25 +578,23 @@ Partial Class Finanzen
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label1.Location = New System.Drawing.Point(103, 20)
- Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label1.Location = New System.Drawing.Point(77, 16)
Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(91, 17)
+ Me.Label1.Size = New System.Drawing.Size(72, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Mahndatum"
'
'Finanzen
'
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.GrpBehandlungen)
Me.Controls.Add(Me.GrpZahlungen)
Me.Controls.Add(Me.GrpZahlung)
Me.Controls.Add(Me.ToolStrip1)
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.Name = "Finanzen"
- Me.Size = New System.Drawing.Size(1320, 722)
+ Me.Size = New System.Drawing.Size(990, 587)
Me.GrpZahlung.ResumeLayout(False)
Me.GrpZahlung.PerformLayout()
CType(Me.diBetrag, System.ComponentModel.ISupportInitialize).EndInit()
@@ -676,4 +655,7 @@ Partial Class Finanzen
Friend WithEvents btnZurücksetzen1 As Button
Friend WithEvents btnzurücksetzen3 As Button
Friend WithEvents btnzurücksetzen2 As Button
+ Friend WithEvents ErsteMahnungMenuItem As ToolStripMenuItem
+ Friend WithEvents ZweiteMahnungMenuItem As ToolStripMenuItem
+ Friend WithEvents LetzteMahnungMenuItem As ToolStripMenuItem
End Class
diff --git a/DPM2016/Finanzaen/Finanzen.resx b/DPM2016/Finanzaen/Finanzen.resx
index a331001..e627abd 100644
--- a/DPM2016/Finanzaen/Finanzen.resx
+++ b/DPM2016/Finanzaen/Finanzen.resx
@@ -127,7 +127,7 @@
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
@@ -161,7 +161,7 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="21" DefRecSelWidth="21" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 735, 440</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>21</DefaultRecSelWidth><ClientArea>0, 0, 735, 440</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}Style14{}Style4{}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{Wrap:True;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style6{}Style7{}Editor{}Style15{}Normal{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 551, 226</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 551, 226</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
124, 17
@@ -169,7 +169,7 @@
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
@@ -203,6 +203,6 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}FilterBar{BackColor:Info;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="21" DefRecSelWidth="21" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 735, 189</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>21</DefaultRecSelWidth><ClientArea>0, 0, 735, 189</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}Style14{}Style4{}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style6{}Style7{}Editor{}Style15{}Normal{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 551, 153</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 551, 153</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
\ No newline at end of file
diff --git a/DPM2016/Finanzaen/Finanzen.vb b/DPM2016/Finanzaen/Finanzen.vb
index 2cea4e4..300992a 100644
--- a/DPM2016/Finanzaen/Finanzen.vb
+++ b/DPM2016/Finanzaen/Finanzen.vb
@@ -323,4 +323,49 @@ Public Class Finanzen
Private Sub C1OffeneRechnungen_MouseDown(sender As Object, e As MouseEventArgs) Handles C1OffeneRechnungen.MouseDown
Me.C1OffeneRechnungen.Bookmark = Me.C1OffeneRechnungen.RowContaining(e.Y)
End Sub
+
+ Private Sub ContextMenuStrip1_Opening(sender As Object, e As System.ComponentModel.CancelEventArgs) Handles ContextMenuStrip1.Opening
+ Me.ErsteMahnungMenuItem.Visible = False
+ Me.ZweiteMahnungMenuItem.Visible = False
+ Me.LetzteMahnungMenuItem.Visible = False
+ Dim db As New clsDB
+ Try
+ db.Get_Tabledata("Mahnung", "", "Select * from View_Offene_Mahnungen where nrfaktura=" + Me.C1OffeneRechnungen.Columns("nrfaktura").Value.ToString, "", False)
+ If DB.dsDaten.Tables(0).Rows.Count > 0 Then
+ Select Case DB.dsDaten.Tables(0).Rows(0).Item("Mahnstufe")
+ Case 1
+ ErsteMahnungMenuItem.Visible = True
+ Case 2
+ ZweiteMahnungMenuItem.Visible = True
+ Case 3
+ LetzteMahnungMenuItem.Visible = True
+ End Select
+ Else
+
+ End If
+ Catch
+ End Try
+ End Sub
+
+ Private Sub DruckenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ErsteMahnungMenuItem.Click, ZweiteMahnungMenuItem.Click, LetzteMahnungMenuItem.Click
+ Try
+ Select Case sender.name
+ Case "ErsteMahnungMenuItem"
+ Dim s As String = Me.C1OffeneRechnungen.Columns("nrfaktura").Value.ToString
+ Globals.Rg_Funktionen.Mahnung(s, 1, False, False)
+ Refresh_Data()
+ Case "ZweiteMahnungMenuItem"
+ Dim s As String = Me.C1OffeneRechnungen.Columns("nrfaktura").Value.ToString
+ Globals.Rg_Funktionen.Mahnung(s, 2, False, False)
+ Refresh_Data()
+ Case "LetzteMahnungMenuItem"
+ Dim s As String = Me.C1OffeneRechnungen.Columns("nrfaktura").Value.ToString
+ Globals.Rg_Funktionen.Mahnung(s, 3, False, False)
+ Refresh_Data()
+ End Select
+ Catch ex As Exception
+
+ End Try
+
+ End Sub
End Class
diff --git a/DPM2016/Finanzaen/frmMahnungen.Designer.vb b/DPM2016/Finanzaen/frmMahnungen.Designer.vb
index 646d14a..06f4e15 100644
--- a/DPM2016/Finanzaen/frmMahnungen.Designer.vb
+++ b/DPM2016/Finanzaen/frmMahnungen.Designer.vb
@@ -56,6 +56,8 @@ Partial Class Mahnungen
Me.MahnstopEntfernenToolStrip2MenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripSeparator()
Me.MahnstufeZurücksetzen2ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ToolStripMenuItem7 = New System.Windows.Forms.ToolStripSeparator()
+ Me.PatientAnzeigenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip3 = New System.Windows.Forms.ToolStrip()
Me.tsbtnMahnlauf2 = New System.Windows.Forms.ToolStripButton()
Me.grpOffeneRechnungen = New System.Windows.Forms.GroupBox()
@@ -71,6 +73,8 @@ Partial Class Mahnungen
Me.MahnstopEntfernenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator()
Me.MahnstufeZurücksetzenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripSeparator()
+ Me.PatientAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.tsbtnMahnlauf1 = New System.Windows.Forms.ToolStripButton()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
@@ -86,12 +90,17 @@ Partial Class Mahnungen
Me.MahnstopEntfernenToolStrip3MenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripSeparator()
Me.MahnstufeZurücksetzen3ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ToolStripMenuItem8 = New System.Windows.Forms.ToolStripSeparator()
+ Me.PatientAnzeigenToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip4 = New System.Windows.Forms.ToolStrip()
Me.tsbtnMahnlauf3 = New System.Windows.Forms.ToolStripButton()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.C1Mahnungen4 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.ContextMenuMahnungen4 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.MahnstufeZurücksetzen4ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.DebitorAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.DebitorAnzeigenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.DebitorAnzeigenToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip1.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.GrpAusgeschlosseneRechnungen.SuspendLayout()
@@ -319,9 +328,9 @@ Partial Class Mahnungen
'
'ContextMenuMahnung2
'
- Me.ContextMenuMahnung2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStrip2MenuItem, Me.VorschauToolStrip2MenuItem, Me.DesignToolStrip2MenuItem, Me.ToolStripSeparator1, Me.AusListeLöschenToolStrip2MenuItem, Me.ToolStripSeparator2, Me.MahnstopSetzenToolStrip2MenuItem, Me.MahnstopEntfernenToolStrip2MenuItem, Me.ToolStripMenuItem4, Me.MahnstufeZurücksetzen2ToolStripMenuItem})
+ Me.ContextMenuMahnung2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStrip2MenuItem, Me.VorschauToolStrip2MenuItem, Me.DesignToolStrip2MenuItem, Me.ToolStripSeparator1, Me.AusListeLöschenToolStrip2MenuItem, Me.ToolStripSeparator2, Me.MahnstopSetzenToolStrip2MenuItem, Me.MahnstopEntfernenToolStrip2MenuItem, Me.ToolStripMenuItem4, Me.MahnstufeZurücksetzen2ToolStripMenuItem, Me.ToolStripMenuItem7, Me.PatientAnzeigenToolStripMenuItem1, Me.DebitorAnzeigenToolStripMenuItem1})
Me.ContextMenuMahnung2.Name = "ContextMenuStrip1"
- Me.ContextMenuMahnung2.Size = New System.Drawing.Size(203, 176)
+ Me.ContextMenuMahnung2.Size = New System.Drawing.Size(203, 226)
'
'DruckenToolStrip2MenuItem
'
@@ -380,6 +389,17 @@ Partial Class Mahnungen
Me.MahnstufeZurücksetzen2ToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
Me.MahnstufeZurücksetzen2ToolStripMenuItem.Text = "Mahnstufe zurücksetzen"
'
+ 'ToolStripMenuItem7
+ '
+ Me.ToolStripMenuItem7.Name = "ToolStripMenuItem7"
+ Me.ToolStripMenuItem7.Size = New System.Drawing.Size(199, 6)
+ '
+ 'PatientAnzeigenToolStripMenuItem1
+ '
+ Me.PatientAnzeigenToolStripMenuItem1.Name = "PatientAnzeigenToolStripMenuItem1"
+ Me.PatientAnzeigenToolStripMenuItem1.Size = New System.Drawing.Size(202, 22)
+ Me.PatientAnzeigenToolStripMenuItem1.Text = "Patient anzeigen"
+ '
'ToolStrip3
'
Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnMahnlauf2})
@@ -433,9 +453,9 @@ Partial Class Mahnungen
'
'ContextMenuMahnungen1
'
- Me.ContextMenuMahnungen1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStripMenuItem, Me.VorschauToolStripMenuItem, Me.DesignToolStripMenuItem, Me.ToolStripMenuItem2, Me.AusListeLöschenToolStripMenuItem, Me.ToolStripMenuItem1, Me.MahnstopSetzenToolStripMenuItem, Me.MahnstopEntfernenToolStripMenuItem, Me.ToolStripMenuItem3, Me.MahnstufeZurücksetzenToolStripMenuItem})
+ Me.ContextMenuMahnungen1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStripMenuItem, Me.VorschauToolStripMenuItem, Me.DesignToolStripMenuItem, Me.ToolStripMenuItem2, Me.AusListeLöschenToolStripMenuItem, Me.ToolStripMenuItem1, Me.MahnstopSetzenToolStripMenuItem, Me.MahnstopEntfernenToolStripMenuItem, Me.ToolStripMenuItem3, Me.MahnstufeZurücksetzenToolStripMenuItem, Me.ToolStripMenuItem6, Me.PatientAnzeigenToolStripMenuItem, Me.DebitorAnzeigenToolStripMenuItem2})
Me.ContextMenuMahnungen1.Name = "ContextMenuStrip1"
- Me.ContextMenuMahnungen1.Size = New System.Drawing.Size(203, 176)
+ Me.ContextMenuMahnungen1.Size = New System.Drawing.Size(203, 248)
'
'DruckenToolStripMenuItem
'
@@ -496,6 +516,17 @@ Partial Class Mahnungen
Me.MahnstufeZurücksetzenToolStripMenuItem.Text = "Mahnstufe zurücksetzen"
Me.MahnstufeZurücksetzenToolStripMenuItem.Visible = False
'
+ 'ToolStripMenuItem6
+ '
+ Me.ToolStripMenuItem6.Name = "ToolStripMenuItem6"
+ Me.ToolStripMenuItem6.Size = New System.Drawing.Size(199, 6)
+ '
+ 'PatientAnzeigenToolStripMenuItem
+ '
+ Me.PatientAnzeigenToolStripMenuItem.Name = "PatientAnzeigenToolStripMenuItem"
+ Me.PatientAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
+ Me.PatientAnzeigenToolStripMenuItem.Text = "Patient anzeigen"
+ '
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnMahnlauf1})
@@ -549,9 +580,9 @@ Partial Class Mahnungen
'
'ContextMenuMahnung3
'
- Me.ContextMenuMahnung3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStrip3MenuItem, Me.VorschauToolStrip3MenuItem, Me.DesignToolStrip3MenuItem, Me.ToolStripSeparator3, Me.AusListeLöschenToolStrip3MenuItem, Me.ToolStripSeparator4, Me.MahnstopSetzenToolStrip3MenuItem, Me.MahnstopEntfernenToolStrip3MenuItem, Me.ToolStripMenuItem5, Me.MahnstufeZurücksetzen3ToolStripMenuItem})
+ Me.ContextMenuMahnung3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DruckenToolStrip3MenuItem, Me.VorschauToolStrip3MenuItem, Me.DesignToolStrip3MenuItem, Me.ToolStripSeparator3, Me.AusListeLöschenToolStrip3MenuItem, Me.ToolStripSeparator4, Me.MahnstopSetzenToolStrip3MenuItem, Me.MahnstopEntfernenToolStrip3MenuItem, Me.ToolStripMenuItem5, Me.MahnstufeZurücksetzen3ToolStripMenuItem, Me.ToolStripMenuItem8, Me.PatientAnzeigenToolStripMenuItem2, Me.DebitorAnzeigenToolStripMenuItem})
Me.ContextMenuMahnung3.Name = "ContextMenuStrip1"
- Me.ContextMenuMahnung3.Size = New System.Drawing.Size(203, 176)
+ Me.ContextMenuMahnung3.Size = New System.Drawing.Size(203, 226)
'
'DruckenToolStrip3MenuItem
'
@@ -610,6 +641,17 @@ Partial Class Mahnungen
Me.MahnstufeZurücksetzen3ToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
Me.MahnstufeZurücksetzen3ToolStripMenuItem.Text = "Mahnstufe zurücksetzen"
'
+ 'ToolStripMenuItem8
+ '
+ Me.ToolStripMenuItem8.Name = "ToolStripMenuItem8"
+ Me.ToolStripMenuItem8.Size = New System.Drawing.Size(199, 6)
+ '
+ 'PatientAnzeigenToolStripMenuItem2
+ '
+ Me.PatientAnzeigenToolStripMenuItem2.Name = "PatientAnzeigenToolStripMenuItem2"
+ Me.PatientAnzeigenToolStripMenuItem2.Size = New System.Drawing.Size(202, 22)
+ Me.PatientAnzeigenToolStripMenuItem2.Text = "Patient anzeigen"
+ '
'ToolStrip4
'
Me.ToolStrip4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnMahnlauf3})
@@ -672,6 +714,24 @@ Partial Class Mahnungen
Me.MahnstufeZurücksetzen4ToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
Me.MahnstufeZurücksetzen4ToolStripMenuItem.Text = "Mahnstufe zurücksetzen"
'
+ 'DebitorAnzeigenToolStripMenuItem
+ '
+ Me.DebitorAnzeigenToolStripMenuItem.Name = "DebitorAnzeigenToolStripMenuItem"
+ Me.DebitorAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
+ Me.DebitorAnzeigenToolStripMenuItem.Text = "Debitor Anzeigen"
+ '
+ 'DebitorAnzeigenToolStripMenuItem1
+ '
+ Me.DebitorAnzeigenToolStripMenuItem1.Name = "DebitorAnzeigenToolStripMenuItem1"
+ Me.DebitorAnzeigenToolStripMenuItem1.Size = New System.Drawing.Size(202, 22)
+ Me.DebitorAnzeigenToolStripMenuItem1.Text = "Debitor anzeigen"
+ '
+ 'DebitorAnzeigenToolStripMenuItem2
+ '
+ Me.DebitorAnzeigenToolStripMenuItem2.Name = "DebitorAnzeigenToolStripMenuItem2"
+ Me.DebitorAnzeigenToolStripMenuItem2.Size = New System.Drawing.Size(202, 22)
+ Me.DebitorAnzeigenToolStripMenuItem2.Text = "Debitor anzeigen"
+ '
'Mahnungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -783,4 +843,13 @@ Partial Class Mahnungen
Friend WithEvents DesignToolStripMenuItem As ToolStripMenuItem
Friend WithEvents DesignToolStrip2MenuItem As ToolStripMenuItem
Friend WithEvents DesignToolStrip3MenuItem As ToolStripMenuItem
+ Friend WithEvents ToolStripMenuItem6 As ToolStripSeparator
+ Friend WithEvents PatientAnzeigenToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents ToolStripMenuItem7 As ToolStripSeparator
+ Friend WithEvents PatientAnzeigenToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents ToolStripMenuItem8 As ToolStripSeparator
+ Friend WithEvents PatientAnzeigenToolStripMenuItem2 As ToolStripMenuItem
+ Friend WithEvents DebitorAnzeigenToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents DebitorAnzeigenToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents DebitorAnzeigenToolStripMenuItem2 As ToolStripMenuItem
End Class
diff --git a/DPM2016/Finanzaen/frmMahnungen.resx b/DPM2016/Finanzaen/frmMahnungen.resx
index c98ec15..b658256 100644
--- a/DPM2016/Finanzaen/frmMahnungen.resx
+++ b/DPM2016/Finanzaen/frmMahnungen.resx
@@ -437,7 +437,7 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{Wrap:True;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 123</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 123</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}Style15{}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style6{}Normal{}Style7{}Editor{}Style4{}Style14{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 123</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 123</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
560, 17
@@ -497,7 +497,7 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}FilterBar{BackColor:Info;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 168</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 168</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}Style15{}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style6{}Normal{}Style7{}Editor{}Style4{}Style14{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 168</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 168</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
453, 17
@@ -517,6 +517,9 @@
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
+
+ 667, 17
+
174, 56
@@ -557,7 +560,7 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}FilterBar{BackColor:Info;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 123</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 123</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}Style15{}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{Wrap:True;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style6{}Normal{}Style7{}Editor{}Style4{}Style14{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 123</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 123</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
667, 17
@@ -617,7 +620,7 @@
- <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{AlignHorz:Center;}Style6{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 138</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 138</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
+ <?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Style11{}Style10{}Style13{}Style12{}Footer{}Style2{}Style3{}FilterBar{BackColor:Info;}RecordSelector{AlignImage:Center;}Style15{}OddRow{BackColor:ControlLight;}Caption{AlignHorz:Center;}EvenRow{BackColor:White;}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style9{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style5{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style8{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style6{}Normal{}Style7{}Editor{}Style4{}Style14{}Style16{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 792, 138</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 792, 138</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob>
108
diff --git a/DPM2016/Finanzaen/frmMahnungen.vb b/DPM2016/Finanzaen/frmMahnungen.vb
index ff252c0..fd0294d 100644
--- a/DPM2016/Finanzaen/frmMahnungen.vb
+++ b/DPM2016/Finanzaen/frmMahnungen.vb
@@ -358,4 +358,73 @@ Public Class Mahnungen
Private Sub tsbtnquit_Click(sender As Object, e As EventArgs) Handles tsbtnquit.Click
Me.Close()
End Sub
+
+ Private Sub PatientAnzeigenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles PatientAnzeigenToolStripMenuItem.Click, PatientAnzeigenToolStripMenuItem1.Click, PatientAnzeigenToolStripMenuItem2.Click
+ Dim key As Integer
+ Try
+ Select Case sender.name
+ Case "PatientAnzeigenToolStripMenuItem"
+ key = Me.C1Mahnungen1.Columns(7).Value
+ Case "PatientAnzeigenToolStripMenuItem1"
+ key = Me.C1Mahnungen2.Columns(7).Value
+ Case "PatientAnzeigenToolStripMenuItem2"
+ key = Me.C1Mahnungen3.Columns(7).Value
+
+ End Select
+ 'key = Me.C1Mahnungen1.Columns(7).Value
+ If key < 49999 Then
+ Cursor = Cursors.WaitCursor
+ Dim f As New Patient
+ f.MdiParent = Me.MdiParent
+ f.PatientNr = key
+ f.Show()
+
+ Cursor = Cursors.Default
+ Else
+ Cursor = Cursors.WaitCursor
+ Dim f As New frmFirma
+ f.MdiParent = Me.MdiParent
+ f.Show()
+ f.Firmanr = key
+ Cursor = Cursors.Default
+ End If
+ Catch
+ End Try
+ End Sub
+
+
+
+ Private Sub DebitorAnzeigenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DebitorAnzeigenToolStripMenuItem.Click, DebitorAnzeigenToolStripMenuItem1.Click, DebitorAnzeigenToolStripMenuItem2.Click
+ Dim key As Integer
+ Try
+ Select Case sender.name
+ Case "DebitorAnzeigenToolStripMenuItem2"
+ key = Me.C1Mahnungen1.Columns(9).Value
+ Case "DebitorAnzeigenToolStripMenuItem1"
+ key = Me.C1Mahnungen2.Columns(9).Value
+ Case "DebitorAnzeigenToolStripMenuItem2"
+ key = Me.C1Mahnungen3.Columns(9).Value
+
+ End Select
+ 'key = Me.C1Mahnungen1.Columns(7).Value
+ If key < 49999 Then
+ Cursor = Cursors.WaitCursor
+ Dim f As New Patient
+ f.MdiParent = Me.MdiParent
+ f.PatientNr = key
+ f.Show()
+
+ Cursor = Cursors.Default
+ Else
+ Cursor = Cursors.WaitCursor
+ Dim f As New frmFirma
+ f.MdiParent = Me.MdiParent
+ f.Show()
+ f.Firmanr = key
+ Cursor = Cursors.Default
+ End If
+ Catch
+ End Try
+ End Sub
+
End Class
diff --git a/DPM2016/bin/Debug/Connectionstrings.cfg b/DPM2016/bin/Debug/Connectionstrings.cfg
index 9b7830c..1cea404 100644
--- a/DPM2016/bin/Debug/Connectionstrings.cfg
+++ b/DPM2016/bin/Debug/Connectionstrings.cfg
@@ -1,7 +1,7 @@
-§›ƒ˜–˜¡¶¶ÂµeŽºº°ª‹Æªº‚q¾¼°¬¡‘¤p©¢¹§²¸²Œ¡›©‡¥‘Œ¢½³ÆºµÆ¦Æ³©hÀª±È´®Æº‘¨¡—s ¹ª¸ºf¼°²Ã޹¿a·¶»Ã‘«³ÁÁ¹€É½·³À¹¯Ç«´Àa½¹‹‚¨™“£µºa¸¯À®ˆƒ~ŒŠ€»´³ºu½¸‚Ŷ‰Ä¦ÅÁ¼·¿©‹}µÇs
+˜ª´µ·»¸µ¹³uÁúıª…ÀÃr€»¯½É·¨¤X“™Ä§´ƒ°½Â¼Ç¤xq€z½Â¹·¼Àµ¹·²e»²¨ÃÅ«¹Ë~§¨žs¨•ªÃ¯´¹f¹®®ÄÀ¼È¾fª¼®Ä‘º¦¾È³¼ÁÀ°»Á¦Â¼±³rª¸’‰·™››Äf´®À«†‡‰º¹¦Àh¾¸‘¸³¾µ¸ÅÅ´º±‚xƪº„z
+§›ƒ˜–˜¡¶¶ÂµeŽºº°ª‹Æªº‚q¾¼°¬¡‘¤p©¢¹§²¸²Œ¡›©‡¥‘Œ¢½³ÆºµÆ¦Æ³©hÀª±È´®Æº‘¨¡—s ¹ª¸ºf¼°²Ã޹¿a·¶»Ã‘«³ÁÁ¹€É½·³À¹¯Ç«´Àa½¹‹‚¨™“£µºa¸¯À®ˆƒ~ŒŠ€»´³ºu½¸‚Ŷ‰Ä¦ÅÁ¼·¿©‹}µÇs
˜ª´µ¯´‡§Á®¾ºˆ¸¦Æ¯e»¼ºÀ¶§‚ũɅ~‚¡¦™¬¹§e©§½¬»½º‘©¶®¬ºÂȦ¾‡ÁÁ®¾³€½ÀªÀs«©´µ¾¨««§§Âª~o¹®¾}ˆ
˜‘½¼ºÂŽ©³É¯t¸Á÷«²‚Á»·u‚|½Ã·»¡™œX³§µ¦²µ°ˆ³¾À³©®¬º·É¹Â€»Ã¹¬Ä¯¹±eÁ¸¥ºÄªÈ΋š‹ˆysÀ«³¸¯¹½k³¶É·¯µÇh¾Âº´»¯À¸·‰¼·¿°ÁÇ£¹»°Âu·«us ™³±¦¹f¹²Å´‹‡„~||ûºÆt®¶’Áµ€Â¯¸»Ä´À·oũɇ‡
-˜ª´µ·»¸µ¹³uÁúıª…ÀÃr€»¯½É·¨¤X“™Ä§´ƒ»¼·¹³ºªÁƒ¾ÂȪ¹Ç¯Èª¶n¸°ºÀ¼¶¾”§¥—‚¨¢«¹¹µe¹«¬ÀÁ·ÇÍe¯¯´·’ºµ±Åº‰Ë´Ä¹¸¼®¹·Â°e»¥‘¾¨›£•¬p¹ª¿«ƒ}{ˆ„ŽÉ¸«³n±¹‘ǦůǸɽ·¬ŠoÁ»·w‹
¦´«º±Ãޏ¦Æ¶nÇ´ÇÀ¨Š¸¶ÈruªÂ¾Â°™¤P›±º¢±µ†¯¿»²Æ´«º±Ã³†u„†~‹xƒ‰®¶ÁªµÅ£¹·¥tȳªª™¬Éƒ”˜–„»´Àƽ¸ºaÁ¸ÉÆ®ÆÎn½³¸½‚®®±Á¸}¼Á³¿È¨¬¡Ÿ¦p¯¥‚¶ª®º³Çt¸¯»³…‰„{ÊÁ¹·r·©…À¦‰Ã£¸Å¸ÃDz„b«˜‚
˜Š“ˆ¬¶ÈµeÅÄÃÆ¨·‹¸°Âu~Ž«³»µ½¶ºg›™¤™¼µ¨‚ª¶¶ª³³ÁȦ²sÁµ¾À¹€»Ã¹¬Ä¯¹±eÁ¸¥ºÄªÈ΋š‹ˆysÀ«³¸¯¹½k³¶É·¯µÇh¾Âº´»¯À¸·‰¼·¿°ÁÇ£¹»°Âu·«us ™³±¦¹f¹²Å´‹‡„~||ûºÆt®¶’Áµ€Â¯¸»Ä´À·oũɇ‡
¤·§¹·»¸µ¹³uÁúıª…ÀÃr€»¯½É·¨¤X“™Ä§´ƒ»¼£Æ¦¾ªÁƒ¾ÂȪ¹Ç¯Èª¶n¸°ºÀ¼¶¾”§¥—‚¨¢«¹¹µe¹«¬ÀÁ·ÇÍe¯¯´·’ºµ±Åº‰Ë´Ä¹¸¼®¹·Â°e»¥‘¾¨›£•¬p¹ª¿«ƒ}{ˆ„ŽÉ¸«³n±¹‘ǦůǸɽ·¬ŠoÁ»·w‹
diff --git a/DPM2016/bin/Debug/DPM2018.application b/DPM2016/bin/Debug/DPM2018.application
index f745d10..8bfed64 100644
--- a/DPM2016/bin/Debug/DPM2018.application
+++ b/DPM2016/bin/Debug/DPM2018.application
@@ -14,7 +14,7 @@
- KeU9XEtAG8BcC2eO2tw4Bo+b1NEgQkq7GV1xuaNr2eo=
+ Rb3azFGq7yxGBSPjH10UsEYmbTor+83Ce2G/L1D48AY=
diff --git a/DPM2016/bin/Debug/DPM2018.exe b/DPM2016/bin/Debug/DPM2018.exe
index 56ee2d0..c005a8d 100644
Binary files a/DPM2016/bin/Debug/DPM2018.exe and b/DPM2016/bin/Debug/DPM2018.exe differ
diff --git a/DPM2016/bin/Debug/DPM2018.exe.manifest b/DPM2016/bin/Debug/DPM2018.exe.manifest
index 1dd955c..f05d81d 100644
--- a/DPM2016/bin/Debug/DPM2018.exe.manifest
+++ b/DPM2016/bin/Debug/DPM2018.exe.manifest
@@ -163,14 +163,14 @@
-
+
- OPdnFzaXC2xlqGJX2JE7ImblyXExgNPx4wshtkNwMuw=
+ 0IT5TH+FkyjGHJi/TwPqkNbTQ6+wp9i4CvawoQMTZEo=
diff --git a/DPM2016/bin/Debug/DPM2018.pdb b/DPM2016/bin/Debug/DPM2018.pdb
index f225da6..9a9644a 100644
Binary files a/DPM2016/bin/Debug/DPM2018.pdb and b/DPM2016/bin/Debug/DPM2018.pdb differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988859062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988859062_QR.png
new file mode 100644
index 0000000..4c78717
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988859062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988930066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988930066_QR.png
new file mode 100644
index 0000000..4c78717
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20222411062448_164697988930066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094350_16469918316734_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094350_16469918316734_QR.png
new file mode 100644
index 0000000..4c78717
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094350_16469918316734_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094351_164699183196065_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094351_164699183196065_QR.png
new file mode 100644
index 0000000..4c78717
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32283_20224311094351_164699183196065_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_16469918866461_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_16469918866461_QR.png
new file mode 100644
index 0000000..2041428
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_16469918866461_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_164699188677821_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_164699188677821_QR.png
new file mode 100644
index 0000000..2041428
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32625_20224411094446_164699188677821_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070248_164698216971665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070248_164698216971665_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070248_164698216971665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070249_164698216954452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070249_164698216954452_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220211070249_164698216954452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219131305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219131305_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219131305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219278584_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219278584_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20220311070311_164698219278584_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071245_164698276671665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071245_164698276671665_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071245_164698276671665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071253_164698277354452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071253_164698277354452_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20221211071253_164698277354452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062340_164697982071665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062340_164697982071665_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062340_164697982071665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062341_164697982154452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062341_164697982154452_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20222311062341_164697982154452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187537512_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187537512_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187537512_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187553597_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187553597_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224411094435_164699187553597_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094500_164699190160356_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094500_164699190160356_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094500_164699190160356_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094501_164699190147980_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094501_164699190147980_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20224511094501_164699190147980_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095215_164699233671665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095215_164699233671665_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095215_164699233671665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095216_164699233654452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095216_164699233654452_QR.png
new file mode 100644
index 0000000..87581d0
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32809_20225211095216_164699233654452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063448_164698048931305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063448_164698048931305_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063448_164698048931305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063449_164698048978584_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063449_164698048978584_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223411063449_164698048978584_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_16469805032512_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_16469805032512_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_16469805032512_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_164698050477182_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_164698050477182_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20223511063503_164698050477182_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234430066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234430066_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234430066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234459062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234459062_QR.png
new file mode 100644
index 0000000..8b9d312
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32813_20225211095223_164699234459062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218230066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218230066_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218230066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218259062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218259062_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070301_164698218259062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070359_16469822402512_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070359_16469822402512_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220311070359_16469822402512_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220511070535_164698233677182_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220511070535_164698233677182_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220511070535_164698233677182_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070818_164698249871665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070818_164698249871665_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070818_164698249871665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070826_164698250754452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070826_164698250754452_QR.png
new file mode 100644
index 0000000..b4fda94
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32830_20220811070826_164698250754452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32863_20221611101634_164699379571665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20221611101634_164699379571665_QR.png
new file mode 100644
index 0000000..746128e
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20221611101634_164699379571665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103717_164699503854452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103717_164699503854452_QR.png
new file mode 100644
index 0000000..746128e
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103717_164699503854452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103751_164699507159062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103751_164699507159062_QR.png
new file mode 100644
index 0000000..fba5205
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32863_20223711103751_164699507159062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/32928_20223511063521_164698052182559_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/32928_20223511063521_164698052182559_QR.png
new file mode 100644
index 0000000..d338dc8
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/32928_20223511063521_164698052182559_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170408_164693184871665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170408_164693184871665_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170408_164693184871665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170410_164693185154452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170410_164693185154452_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220410170410_164693185154452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220915_164695015682559_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220915_164695015682559_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220915_164695015682559_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220916_164695015672014_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220916_164695015672014_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220916_164695015672014_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220940_16469501815646_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220940_16469501815646_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20220910220940_16469501815646_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221030_164695023042513_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221030_164695023042513_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221030_164695023042513_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221037_164695023887372_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221037_164695023887372_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221037_164695023887372_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221038_164695023880158_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221038_164695023880158_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221038_164695023880158_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221056_164695025638464_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221056_164695025638464_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221010221056_164695025638464_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221108_164695026897305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221108_164695026897305_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221108_164695026897305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_164695027488254_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_164695027488254_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_164695027488254_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_16469502756734_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_16469502756734_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20221110221114_16469502756734_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212603_164686116371665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212603_164686116371665_QR.png
new file mode 100644
index 0000000..cb95fd5
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212603_164686116371665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212611_164686117154452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212611_164686117154452_QR.png
new file mode 100644
index 0000000..cb95fd5
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20222609212611_164686117154452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215146_164694910730066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215146_164694910730066_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215146_164694910730066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215147_164694910731305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215147_164694910731305_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225110215147_164694910731305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215334_164694921578584_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215334_164694921578584_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215334_164694921578584_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215346_16469492272512_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215346_16469492272512_QR.png
new file mode 100644
index 0000000..f71a63c
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33423_20225310215346_16469492272512_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512230066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512230066_QR.png
new file mode 100644
index 0000000..5a30466
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512230066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512331305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512331305_QR.png
new file mode 100644
index 0000000..2d25e1e
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33522_20223811103842_164699512331305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33867_20221110221139_164695029996065_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20221110221139_164695029996065_QR.png
new file mode 100644
index 0000000..6a13a6b
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20221110221139_164695029996065_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213918_164694835871665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213918_164694835871665_QR.png
new file mode 100644
index 0000000..6a13a6b
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213918_164694835871665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213956_164694839754452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213956_164694839754452_QR.png
new file mode 100644
index 0000000..6a13a6b
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20223910213956_164694839754452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33867_20225110215108_164694906859062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20225110215108_164694906859062_QR.png
new file mode 100644
index 0000000..6a13a6b
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33867_20225110215108_164694906859062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220811090850_164698973130066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220811090850_164698973130066_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220811090850_164698973130066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090900_164698974031305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090900_164698974031305_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090900_164698974031305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090920_164698976078584_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090920_164698976078584_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090920_164698976078584_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090944_16469897842512_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090944_16469897842512_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20220911090944_16469897842512_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221011091013_164698981477182_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221011091013_164698981477182_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221011091013_164698981477182_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221611091651_164699021282559_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221611091651_164699021282559_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221611091651_164699021282559_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221711091707_164699022772014_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221711091707_164699022772014_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20221711091707_164699022772014_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222411092420_164699066142513_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222411092420_164699066142513_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222411092420_164699066142513_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222511092505_164699070687372_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222511092505_164699070687372_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20222511092505_164699070687372_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223311093337_164699121880158_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223311093337_164699121880158_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223311093337_164699121880158_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083512_164698771371665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083512_164698771371665_QR.png
new file mode 100644
index 0000000..cd198ca
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083512_164698771371665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083513_164698771454452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083513_164698771454452_QR.png
new file mode 100644
index 0000000..cd198ca
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083513_164698771454452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083551_164698775159062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083551_164698775159062_QR.png
new file mode 100644
index 0000000..740fc4b
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511083551_164698775159062_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093524_164699132538464_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093524_164699132538464_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093524_164699132538464_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093547_164699134797305_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093547_164699134797305_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223511093547_164699134797305_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223611083627_164698778830066_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223611083627_164698778830066_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20223611083627_164698778830066_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224111084144_164698810471665_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224111084144_164698810471665_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224111084144_164698810471665_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224311094327_164699180788254_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224311094327_164699180788254_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20224311094327_164699180788254_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225011085012_164698861354452_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225011085012_164698861354452_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225011085012_164698861354452_QR.png differ
diff --git a/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225211085250_164698877159062_QR.png b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225211085250_164698877159062_QR.png
new file mode 100644
index 0000000..abfa594
Binary files /dev/null and b/DPM2016/bin/Debug/Dentis/QR_Images/33868_20225211085250_164698877159062_QR.png differ
diff --git a/DPM2016/bin/Debug/Roellin/QR_Images/15037_20220410220403_164694984477182_QR.png b/DPM2016/bin/Debug/Roellin/QR_Images/15037_20220410220403_164694984477182_QR.png
new file mode 100644
index 0000000..d5cd900
Binary files /dev/null and b/DPM2016/bin/Debug/Roellin/QR_Images/15037_20220410220403_164694984477182_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063428_164620286977182_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063428_164620286977182_QR.png
new file mode 100644
index 0000000..5a2a024
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063428_164620286977182_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063446_164620288782559_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063446_164620288782559_QR.png
new file mode 100644
index 0000000..5a2a024
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20223402063446_164620288782559_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064816_164620369780158_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064816_164620369780158_QR.png
new file mode 100644
index 0000000..61b1c82
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064816_164620369780158_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064837_164620371838464_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064837_164620371838464_QR.png
new file mode 100644
index 0000000..61b1c82
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224802064837_164620371838464_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064902_164620374397305_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064902_164620374397305_QR.png
new file mode 100644
index 0000000..61b1c82
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064902_164620374397305_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064913_164620375488254_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064913_164620375488254_QR.png
new file mode 100644
index 0000000..61b1c82
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/172_20224902064913_164620375488254_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223702063757_164620307842513_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223702063757_164620307842513_QR.png
new file mode 100644
index 0000000..7d5a395
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223702063757_164620307842513_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223902063948_164620318987372_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223902063948_164620318987372_QR.png
new file mode 100644
index 0000000..7d5a395
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/174_20223902063948_164620318987372_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223602063647_164620300872014_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223602063647_164620300872014_QR.png
new file mode 100644
index 0000000..7205f34
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223602063647_164620300872014_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223702063727_16462030485646_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223702063727_16462030485646_QR.png
new file mode 100644
index 0000000..7205f34
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/175_20223702063727_16462030485646_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063321_164620280231305_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063321_164620280231305_QR.png
new file mode 100644
index 0000000..bf5dfc0
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063321_164620280231305_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063335_164620281678584_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063335_164620281678584_QR.png
new file mode 100644
index 0000000..bf5dfc0
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/176_20223302063335_164620281678584_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222402062418_164620225971665_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222402062418_164620225971665_QR.png
new file mode 100644
index 0000000..4b9bb0f
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222402062418_164620225971665_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062513_164620231354452_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062513_164620231354452_QR.png
new file mode 100644
index 0000000..4b9bb0f
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062513_164620231354452_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062522_164620232359062_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062522_164620232359062_QR.png
new file mode 100644
index 0000000..c6760d1
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062522_164620232359062_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062540_164620234030066_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062540_164620234030066_QR.png
new file mode 100644
index 0000000..c6760d1
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/177_20222502062540_164620234030066_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20221020101058_164535185871665_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20221020101058_164535185871665_QR.png
new file mode 100644
index 0000000..e4d1fb6
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20221020101058_164535185871665_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20223402063405_16462028462512_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20223402063405_16462028462512_QR.png
new file mode 100644
index 0000000..e3287bb
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/178_20223402063405_16462028462512_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225202065246_16462039676734_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225202065246_16462039676734_QR.png
new file mode 100644
index 0000000..2784956
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225202065246_16462039676734_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225302065303_164620398496065_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225302065303_164620398496065_QR.png
new file mode 100644
index 0000000..2784956
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/179_20225302065303_164620398496065_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/183_20221711091741_16469902615646_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/183_20221711091741_16469902615646_QR.png
new file mode 100644
index 0000000..6aba7ad
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/183_20221711091741_16469902615646_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225019205047_164530384771665_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225019205047_164530384771665_QR.png
new file mode 100644
index 0000000..b20faaa
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225019205047_164530384771665_QR.png differ
diff --git a/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225119205107_164530386754452_QR.png b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225119205107_164530386754452_QR.png
new file mode 100644
index 0000000..b20faaa
Binary files /dev/null and b/DPM2016/bin/Debug/SHUB_PADM/QR_Images/61_20225119205107_164530386754452_QR.png differ
diff --git a/DPM2016/bin/Debug/app.publish/DPM2018.exe b/DPM2016/bin/Debug/app.publish/DPM2018.exe
index 56ee2d0..c005a8d 100644
Binary files a/DPM2016/bin/Debug/app.publish/DPM2018.exe and b/DPM2016/bin/Debug/app.publish/DPM2018.exe differ
diff --git a/DPM2016/obj/Debug/DPM2016.Behandlung.resources b/DPM2016/obj/Debug/DPM2016.Behandlung.resources
index b5efd14..40c80bd 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Behandlung.resources and b/DPM2016/obj/Debug/DPM2016.Behandlung.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Benhandungdetail.resources b/DPM2016/obj/Debug/DPM2016.Benhandungdetail.resources
index 78f3d00..969f994 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Benhandungdetail.resources and b/DPM2016/obj/Debug/DPM2016.Benhandungdetail.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Finanzen.resources b/DPM2016/obj/Debug/DPM2016.Finanzen.resources
index 20e2557..985f4b1 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Finanzen.resources and b/DPM2016/obj/Debug/DPM2016.Finanzen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.FrmSearchDialog.resources b/DPM2016/obj/Debug/DPM2016.FrmSearchDialog.resources
index 48c91f1..2c00287 100644
Binary files a/DPM2016/obj/Debug/DPM2016.FrmSearchDialog.resources and b/DPM2016/obj/Debug/DPM2016.FrmSearchDialog.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Krankengeschichte.resources b/DPM2016/obj/Debug/DPM2016.Krankengeschichte.resources
index 93ff500..d0eaad7 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Krankengeschichte.resources and b/DPM2016/obj/Debug/DPM2016.Krankengeschichte.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Leistungen.resources b/DPM2016/obj/Debug/DPM2016.Leistungen.resources
index 8f776f6..e6994bb 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Leistungen.resources and b/DPM2016/obj/Debug/DPM2016.Leistungen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Mahnungen.resources b/DPM2016/obj/Debug/DPM2016.Mahnungen.resources
index 5754648..255051a 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Mahnungen.resources and b/DPM2016/obj/Debug/DPM2016.Mahnungen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Patient.resources b/DPM2016/obj/Debug/DPM2016.Patient.resources
index 6c79c80..09a4821 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Patient.resources and b/DPM2016/obj/Debug/DPM2016.Patient.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.Recall.resources b/DPM2016/obj/Debug/DPM2016.Recall.resources
index fbdb409..4bb3de3 100644
Binary files a/DPM2016/obj/Debug/DPM2016.Recall.resources and b/DPM2016/obj/Debug/DPM2016.Recall.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.ThumbViewer.resources b/DPM2016/obj/Debug/DPM2016.ThumbViewer.resources
index edabe0c..037e7b4 100644
Binary files a/DPM2016/obj/Debug/DPM2016.ThumbViewer.resources and b/DPM2016/obj/Debug/DPM2016.ThumbViewer.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.clsDokumente.resources b/DPM2016/obj/Debug/DPM2016.clsDokumente.resources
index 2641e00..b76d878 100644
Binary files a/DPM2016/obj/Debug/DPM2016.clsDokumente.resources and b/DPM2016/obj/Debug/DPM2016.clsDokumente.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.clsStammdaten_Bez.resources b/DPM2016/obj/Debug/DPM2016.clsStammdaten_Bez.resources
index 25d2b67..d66b89d 100644
Binary files a/DPM2016/obj/Debug/DPM2016.clsStammdaten_Bez.resources and b/DPM2016/obj/Debug/DPM2016.clsStammdaten_Bez.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources b/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources
index faab2c9..4cdb879 100644
Binary files a/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources and b/DPM2016/obj/Debug/DPM2016.clsStammdaten_flat.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmAuswertung.resources b/DPM2016/obj/Debug/DPM2016.frmAuswertung.resources
index c9fc311..ccebabe 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmAuswertung.resources and b/DPM2016/obj/Debug/DPM2016.frmAuswertung.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmAuswertungen.resources b/DPM2016/obj/Debug/DPM2016.frmAuswertungen.resources
index fa432dd..cd530fc 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmAuswertungen.resources and b/DPM2016/obj/Debug/DPM2016.frmAuswertungen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmDemoMode.resources b/DPM2016/obj/Debug/DPM2016.frmDemoMode.resources
index 8de00b3..bb00996 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmDemoMode.resources and b/DPM2016/obj/Debug/DPM2016.frmDemoMode.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmFakturierung.resources b/DPM2016/obj/Debug/DPM2016.frmFakturierung.resources
index 695fac2..092f510 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmFakturierung.resources and b/DPM2016/obj/Debug/DPM2016.frmFakturierung.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmFirma.resources b/DPM2016/obj/Debug/DPM2016.frmFirma.resources
index 0565f0a..0c86543 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmFirma.resources and b/DPM2016/obj/Debug/DPM2016.frmFirma.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmFirmaAP.resources b/DPM2016/obj/Debug/DPM2016.frmFirmaAP.resources
index 096158e..f0c74cb 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmFirmaAP.resources and b/DPM2016/obj/Debug/DPM2016.frmFirmaAP.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmMain.resources b/DPM2016/obj/Debug/DPM2016.frmMain.resources
index 1d904e4..ed21c0e 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmMain.resources and b/DPM2016/obj/Debug/DPM2016.frmMain.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmOffeneBehandlungen.resources b/DPM2016/obj/Debug/DPM2016.frmOffeneBehandlungen.resources
index 8789996..f8518a7 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmOffeneBehandlungen.resources and b/DPM2016/obj/Debug/DPM2016.frmOffeneBehandlungen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmProgrammeinstellungen.resources b/DPM2016/obj/Debug/DPM2016.frmProgrammeinstellungen.resources
index fed4bed..0c711c0 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmProgrammeinstellungen.resources and b/DPM2016/obj/Debug/DPM2016.frmProgrammeinstellungen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmRechnungskopien.resources b/DPM2016/obj/Debug/DPM2016.frmRechnungskopien.resources
index 0d4f728..0f7dbff 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmRechnungskopien.resources and b/DPM2016/obj/Debug/DPM2016.frmRechnungskopien.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmReportView.resources b/DPM2016/obj/Debug/DPM2016.frmReportView.resources
index 31ef3fd..e217831 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmReportView.resources and b/DPM2016/obj/Debug/DPM2016.frmReportView.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmReportauswahl.resources b/DPM2016/obj/Debug/DPM2016.frmReportauswahl.resources
index 6166c07..cf22e72 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmReportauswahl.resources and b/DPM2016/obj/Debug/DPM2016.frmReportauswahl.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmSQLCript.resources b/DPM2016/obj/Debug/DPM2016.frmSQLCript.resources
index 9b94450..0b7e07b 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmSQLCript.resources and b/DPM2016/obj/Debug/DPM2016.frmSQLCript.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources b/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources
index 0386859..52f2c50 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources and b/DPM2016/obj/Debug/DPM2016.frmStammdaten.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmSuche.resources b/DPM2016/obj/Debug/DPM2016.frmSuche.resources
index 29fbee6..5f4fae5 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmSuche.resources and b/DPM2016/obj/Debug/DPM2016.frmSuche.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmTexteditor.resources b/DPM2016/obj/Debug/DPM2016.frmTexteditor.resources
index dfd23ba..f33a21f 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmTexteditor.resources and b/DPM2016/obj/Debug/DPM2016.frmTexteditor.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmZahlung.resources b/DPM2016/obj/Debug/DPM2016.frmZahlung.resources
index c6e5c9e..782aac4 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmZahlung.resources and b/DPM2016/obj/Debug/DPM2016.frmZahlung.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.frmdokumentvorlagen.resources b/DPM2016/obj/Debug/DPM2016.frmdokumentvorlagen.resources
index 65b2d7c..30cf52b 100644
Binary files a/DPM2016/obj/Debug/DPM2016.frmdokumentvorlagen.resources and b/DPM2016/obj/Debug/DPM2016.frmdokumentvorlagen.resources differ
diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.AssemblyReference.cache b/DPM2016/obj/Debug/DPM2016.vbproj.AssemblyReference.cache
index 5d879f3..78d4a5d 100644
Binary files a/DPM2016/obj/Debug/DPM2016.vbproj.AssemblyReference.cache and b/DPM2016/obj/Debug/DPM2016.vbproj.AssemblyReference.cache differ
diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache
index 876303b..5e612e8 100644
--- a/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache
+++ b/DPM2016/obj/Debug/DPM2016.vbproj.CoreCompileInputs.cache
@@ -1 +1 @@
-811139afbf34b156f056fc2c22b4af1092ff2937
+08e0ada003072c133857078f8cd5115517556104
diff --git a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache
index 283c9ea..7472967 100644
Binary files a/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache and b/DPM2016/obj/Debug/DPM2016.vbproj.GenerateResource.Cache differ
diff --git a/DPM2016/obj/Debug/DPM2018.application b/DPM2016/obj/Debug/DPM2018.application
index f745d10..8bfed64 100644
--- a/DPM2016/obj/Debug/DPM2018.application
+++ b/DPM2016/obj/Debug/DPM2018.application
@@ -14,7 +14,7 @@
- KeU9XEtAG8BcC2eO2tw4Bo+b1NEgQkq7GV1xuaNr2eo=
+ Rb3azFGq7yxGBSPjH10UsEYmbTor+83Ce2G/L1D48AY=
diff --git a/DPM2016/obj/Debug/DPM2018.exe b/DPM2016/obj/Debug/DPM2018.exe
index 56ee2d0..c005a8d 100644
Binary files a/DPM2016/obj/Debug/DPM2018.exe and b/DPM2016/obj/Debug/DPM2018.exe differ
diff --git a/DPM2016/obj/Debug/DPM2018.exe.manifest b/DPM2016/obj/Debug/DPM2018.exe.manifest
index 1dd955c..f05d81d 100644
--- a/DPM2016/obj/Debug/DPM2018.exe.manifest
+++ b/DPM2016/obj/Debug/DPM2018.exe.manifest
@@ -163,14 +163,14 @@
-
+
- OPdnFzaXC2xlqGJX2JE7ImblyXExgNPx4wshtkNwMuw=
+ 0IT5TH+FkyjGHJi/TwPqkNbTQ6+wp9i4CvawoQMTZEo=
diff --git a/DPM2016/obj/Debug/DPM2018.pdb b/DPM2016/obj/Debug/DPM2018.pdb
index f225da6..9a9644a 100644
Binary files a/DPM2016/obj/Debug/DPM2018.pdb and b/DPM2016/obj/Debug/DPM2018.pdb differ
diff --git a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index 9b13d2b..3e14d4b 100644
Binary files a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 8b8dfbd..e50566a 100644
Binary files a/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPM2016/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPM2016/obj/Debug/dpm2018.exe.licenses b/DPM2016/obj/Debug/dpm2018.exe.licenses
index 8ec20b6..cfb1bf8 100644
Binary files a/DPM2016/obj/Debug/dpm2018.exe.licenses and b/DPM2016/obj/Debug/dpm2018.exe.licenses differ
diff --git a/DPMCrypto/obj/Debug/DPMCrypto.csproj.AssemblyReference.cache b/DPMCrypto/obj/Debug/DPMCrypto.csproj.AssemblyReference.cache
index 6f8faaa..022f6d3 100644
Binary files a/DPMCrypto/obj/Debug/DPMCrypto.csproj.AssemblyReference.cache and b/DPMCrypto/obj/Debug/DPMCrypto.csproj.AssemblyReference.cache differ
diff --git a/DPMCrypto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPMCrypto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 01c9998..2192011 100644
Binary files a/DPMCrypto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPMCrypto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPMHttp/obj/Debug/DPMHttp.csproj.AssemblyReference.cache b/DPMHttp/obj/Debug/DPMHttp.csproj.AssemblyReference.cache
index a566b65..034f7ad 100644
Binary files a/DPMHttp/obj/Debug/DPMHttp.csproj.AssemblyReference.cache and b/DPMHttp/obj/Debug/DPMHttp.csproj.AssemblyReference.cache differ
diff --git a/DPMHttp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPMHttp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index c8dbc88..1bc160b 100644
Binary files a/DPMHttp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPMHttp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DPMLizenzmanagement.vbproj.AssemblyReference.cache b/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DPMLizenzmanagement.vbproj.AssemblyReference.cache
index 9d9bd30..6a53e23 100644
Binary files a/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DPMLizenzmanagement.vbproj.AssemblyReference.cache and b/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DPMLizenzmanagement.vbproj.AssemblyReference.cache differ
diff --git a/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 10b8e9e..75db6f3 100644
Binary files a/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPMLizenzmanagement/DPMLizenzmanagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPMLizenzmanagement/SHUKeyGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DPMLizenzmanagement/SHUKeyGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 5c18d39..e82ea5d 100644
Binary files a/DPMLizenzmanagement/SHUKeyGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DPMLizenzmanagement/SHUKeyGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/DPMLizenzmanagement/SHUKeyGen/obj/Debug/SHUKeyGen.vbproj.AssemblyReference.cache b/DPMLizenzmanagement/SHUKeyGen/obj/Debug/SHUKeyGen.vbproj.AssemblyReference.cache
index d399766..754a58f 100644
Binary files a/DPMLizenzmanagement/SHUKeyGen/obj/Debug/SHUKeyGen.vbproj.AssemblyReference.cache and b/DPMLizenzmanagement/SHUKeyGen/obj/Debug/SHUKeyGen.vbproj.AssemblyReference.cache differ
diff --git a/WebAPI/.vs/DPMService/DesignTimeBuild/.dtbcache.v2 b/WebAPI/.vs/DPMService/DesignTimeBuild/.dtbcache.v2
index e133936..76654d5 100644
Binary files a/WebAPI/.vs/DPMService/DesignTimeBuild/.dtbcache.v2 and b/WebAPI/.vs/DPMService/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/WebAPI/.vs/DPMService/v16/.suo b/WebAPI/.vs/DPMService/v16/.suo
index 8e35ef8..ef2d665 100644
Binary files a/WebAPI/.vs/DPMService/v16/.suo and b/WebAPI/.vs/DPMService/v16/.suo differ