+SDL-Leistung_MED PASS; Anpassung Fakturierung

This commit is contained in:
2023-02-22 07:57:46 +01:00
parent 54d86989d6
commit cf4bb7562e
27 changed files with 2055 additions and 740 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.2.3.7")>
<Assembly: AssemblyFileVersion("1.2.3.7")>
<Assembly: AssemblyVersion("1.2.3.9")>
<Assembly: AssemblyFileVersion("1.2.3.9")>

View File

@@ -1513,6 +1513,16 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property plose_medpass() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("plose_medpass", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''</summary>

View File

@@ -853,4 +853,7 @@
<data name="documents" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\documents.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="plose_medpass" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\plose_medpass.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>