20181112
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -436,8 +436,20 @@ Public Class Behandlung
|
||||
r.Item("mutiert_am") = Now
|
||||
r.Item("mutierer") = Globals.ActUser
|
||||
r.Item("aktiv") = True
|
||||
r.Item("nrgesetz") = 0
|
||||
r.Item("nrbehandlungsart") = 0
|
||||
Dim dbgesetz As New clsDB
|
||||
dbgesetz.Get_Tabledata("Gesetz", "", "Select * from gesetz where standard=1")
|
||||
If dbgesetz.dsDaten.Tables(0).Rows.Count = 0 Then
|
||||
r.Item("nrgesetz") = 0
|
||||
Else
|
||||
r.Item("nrgesetz") = dbgesetz.dsDaten.Tables(0).Rows(0).Item("nrgesetz")
|
||||
End If
|
||||
|
||||
dbgesetz.Get_Tabledata("Gesetz", "", "Select * from behandlungsart where standard=1")
|
||||
If dbgesetz.dsDaten.Tables(0).Rows.Count = 0 Then
|
||||
r.Item("nrbehandlungsart") = 0
|
||||
Else
|
||||
r.Item("nrbehandlungsart") = dbgesetz.dsDaten.Tables(0).Rows(0).Item("nrbehandlungsart")
|
||||
End If
|
||||
|
||||
|
||||
db.dsDaten.Tables(0).Rows.Add(r)
|
||||
|
||||
@@ -1104,12 +1104,20 @@
|
||||
Case "Dentotar"
|
||||
If kv Then
|
||||
result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_kv_dentotar=1")
|
||||
Me.cbboxNrGesetz.SelectedValue = 2
|
||||
Else
|
||||
result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_rg_dentotar=1")
|
||||
Me.cbboxNrGesetz.SelectedValue = 2
|
||||
Me.chkMitdatum.Checked = True
|
||||
End If
|
||||
Dim dbgesetz As New clsDB
|
||||
Try
|
||||
dbgesetz.Get_Tabledata("Gesetz", "", "Select * from gesetz where standard=1")
|
||||
If dbgesetz.dsDaten.Tables(0).Rows.Count > 0 Then
|
||||
Me.cbboxNrGesetz.SelectedValue = dbgesetz.dsDaten.Tables(0).Rows(0).Item(0)
|
||||
End If
|
||||
Catch
|
||||
Me.cbboxNrGesetz.SelectedValue = 1
|
||||
End Try
|
||||
|
||||
Case Else
|
||||
If kv Then
|
||||
result = db.Get_Datavalue("Select nrestyp from estyp where default_bei_kv=1")
|
||||
|
||||
2
DPM2016/Behandlung/Leistungen.Designer.vb
generated
2
DPM2016/Behandlung/Leistungen.Designer.vb
generated
@@ -158,7 +158,6 @@ Partial Class Leistungen
|
||||
'
|
||||
Me.lbtarif1.BackgroundStyle.Class = "ListBoxAdv"
|
||||
Me.lbtarif1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.lbtarif1.CheckStateMember = Nothing
|
||||
Me.lbtarif1.ContainerControlProcessDialogKey = True
|
||||
Me.lbtarif1.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Me.lbtarif1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
@@ -289,7 +288,6 @@ Partial Class Leistungen
|
||||
'
|
||||
Me.lbPakete.BackgroundStyle.Class = "ListBoxAdv"
|
||||
Me.lbPakete.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
||||
Me.lbPakete.CheckStateMember = Nothing
|
||||
Me.lbPakete.ContainerControlProcessDialogKey = True
|
||||
Me.lbPakete.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.lbPakete.DragDropSupport = True
|
||||
|
||||
@@ -197,6 +197,6 @@
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Leistungen.PropBag" xml:space="preserve">
|
||||
<value><?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="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, 1071, 137</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, 1071, 137</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
<value><?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" 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, 1071, 137</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, 1071, 137</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -701,7 +701,7 @@ Public Class Leistungen
|
||||
End Sub
|
||||
|
||||
Sub Leistung_Einfuegen(Optional ssonummer As String = "", Optional anzahl As Integer = 1)
|
||||
If ssonummer = "" Then Exit Sub
|
||||
' If ssonummer = "" Then Exit Sub
|
||||
If interror > 0 Then
|
||||
interror = 0
|
||||
Exit Sub
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
reportnr = ReportNrOriginal
|
||||
'fakturanr = fakturanr - 1
|
||||
End If
|
||||
fakturanr = fakturanr + 1
|
||||
'fakturanr = fakturanr + 1
|
||||
Next i
|
||||
If Folgeauswertung > 0 And anzahlraten < 2 Then
|
||||
reportnr = Folgeauswertung
|
||||
|
||||
@@ -551,7 +551,7 @@ Public Class clsDB
|
||||
End If
|
||||
Next
|
||||
If Not found Then
|
||||
Me.Get_Tabledata("Tarife", "order by nummervon")
|
||||
Me.Get_Tabledata("Tarife", "where aktiv=1 order by nummervon")
|
||||
IntTables.Inttables.Tables.Add(dsDaten.Tables(0).Copy)
|
||||
End If
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ Public Class clsStammdaten_flat
|
||||
spalten.Spaltentitel_aktualisieren(Me.c1daten, Me.Tablename, db.dsDaten.Tables(0))
|
||||
|
||||
Me.c1d.ContextMenuStrip = Nothing
|
||||
Me.c1d.AllowAddNew = True
|
||||
Select Case Tablename
|
||||
Case "Auswertung"
|
||||
Dim printer As New clsPrinter
|
||||
@@ -79,8 +80,10 @@ Public Class clsStammdaten_flat
|
||||
Me.c1d.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Case "Tarif"
|
||||
Me.c1d.ContextMenuStrip = Me.ctxMenuTarif
|
||||
Me.c1d.AllowAddNew = False
|
||||
Case "Dentotar"
|
||||
Me.c1d.ContextMenuStrip = Me.ctxmenudentotar
|
||||
Me.c1d.ContextMenuStrip = Me.ctxmenuDentotar
|
||||
Me.c1d.AllowAddNew = False
|
||||
|
||||
End Select
|
||||
Catch ex As Exception
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Imports FlexCel.Core
|
||||
Imports System.ComponentModel
|
||||
Imports FlexCel.Core
|
||||
Imports FlexCel.XlsAdapter
|
||||
Public Class frmStammdaten
|
||||
|
||||
@@ -9,7 +10,7 @@ Public Class frmStammdaten
|
||||
End Sub
|
||||
|
||||
Private Sub TreeView1_AfterSelect(sender As Object, e As TreeViewEventArgs) Handles TreeView1.AfterSelect
|
||||
refresh_Details
|
||||
Refresh_Details()
|
||||
End Sub
|
||||
Sub Refresh_Details()
|
||||
Try
|
||||
@@ -188,4 +189,8 @@ Public Class frmStammdaten
|
||||
Private Sub ClsStammdaten_flat1_Load(sender As Object, e As EventArgs) Handles ClsStammdaten_flat1.Load
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub frmStammdaten_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
|
||||
IntTables.Inttables.Tables.Clear()
|
||||
End Sub
|
||||
End Class
|
||||
@@ -6,7 +6,7 @@ Module Globals
|
||||
Public Productname As String = "Dental Practice Manager"
|
||||
Public Lizenzgeber As String = "Stefan Hutter Unternehmensberatung, 8808 Pfäffikon"
|
||||
Public Version As String = "1.0.2.1808"
|
||||
Public Versionastaum As String = "04.09.2018"
|
||||
Public Versionastaum As String = "12.11.2018"
|
||||
|
||||
Public RGCollection As New Collection
|
||||
Public Spaltendaten As New DataTable
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
<framework targetVersion="4.6" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="DPM2018.exe.manifest" size="27536">
|
||||
<dependentAssembly dependencyType="install" codebase="DPM2018.exe.manifest" size="27131">
|
||||
<assemblyIdentity name="DPM2018.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>U8nrCqNUKJYdJS2uuAZSmjnTJBUo6VyxTU3WKWWI4Fk=</dsig:DigestValue>
|
||||
<dsig:DigestValue>+bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
@@ -52,6 +52,11 @@
|
||||
<assemblyIdentity name="MySql.Data.Entity" version="6.7.4.0" publicKeyToken="C5687FC88969C44D" language="neutral" processorArchitecture="msil" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Syncfusion.PdfViewer.Windows" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Aga.Controls.dll" size="86016">
|
||||
<assemblyIdentity name="Aga.Controls" version="1.0.0.0" publicKeyToken="FCC90FBF924463A3" language="neutral" processorArchitecture="msil" />
|
||||
@@ -161,14 +166,14 @@
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DPM2018.exe" size="5651448">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DPM2018.exe" size="5651960">
|
||||
<assemblyIdentity name="DPM2018" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>EkaMgN8Fjw9gwdIwAcPhSorQN0vlxpkq5FeIvIGJKow=</dsig:DigestValue>
|
||||
<dsig:DigestValue>9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
@@ -376,18 +381,6 @@
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Syncfusion.PdfViewer.Windows.dll" size="1893888">
|
||||
<assemblyIdentity name="Syncfusion.PdfViewer.Windows" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Syncfusion.Shared.Base.dll" size="4308992">
|
||||
<assemblyIdentity name="Syncfusion.Shared.Base" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
d19d5a4d18fe18e707c9aecd58fa33fa610ecd90
|
||||
bdb0e9760a3439be5cb9103eeaaa7facdac0538d
|
||||
|
||||
@@ -103,8 +103,6 @@ E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.dmstest.resources
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.frmdokumentvorlagen.resources
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\obj\Debug\DPM2016.frmImportVorlage.resources
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Pdf.Base.dll
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.PdfViewer.Windows.dll
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.PdfViewer.Windows.xml
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Compression.Base.xml
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Pdf.Base.xml
|
||||
E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\Syncfusion.Shared.Base.xml
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -7,14 +7,14 @@
|
||||
<framework targetVersion="4.6" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="DPM2018.exe.manifest" size="27536">
|
||||
<dependentAssembly dependencyType="install" codebase="DPM2018.exe.manifest" size="27131">
|
||||
<assemblyIdentity name="DPM2018.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>U8nrCqNUKJYdJS2uuAZSmjnTJBUo6VyxTU3WKWWI4Fk=</dsig:DigestValue>
|
||||
<dsig:DigestValue>+bIQkBXvmXpPwDPNmYVKPROccXrRsA64OYFJKbgau50=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
@@ -52,6 +52,11 @@
|
||||
<assemblyIdentity name="MySql.Data.Entity" version="6.7.4.0" publicKeyToken="C5687FC88969C44D" language="neutral" processorArchitecture="msil" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Syncfusion.PdfViewer.Windows" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Aga.Controls.dll" size="86016">
|
||||
<assemblyIdentity name="Aga.Controls" version="1.0.0.0" publicKeyToken="FCC90FBF924463A3" language="neutral" processorArchitecture="msil" />
|
||||
@@ -161,14 +166,14 @@
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DPM2018.exe" size="5651448">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DPM2018.exe" size="5651960">
|
||||
<assemblyIdentity name="DPM2018" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>EkaMgN8Fjw9gwdIwAcPhSorQN0vlxpkq5FeIvIGJKow=</dsig:DigestValue>
|
||||
<dsig:DigestValue>9ffgVCtaqcFBB7+VTkYr60EImPyXWmhUklRtY6m18NI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
@@ -376,18 +381,6 @@
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Syncfusion.PdfViewer.Windows.dll" size="1893888">
|
||||
<assemblyIdentity name="Syncfusion.PdfViewer.Windows" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>IIBVzhy6EYdd8gXI9sVU/NqxevRGxCADg9ULapTktOs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Syncfusion.Shared.Base.dll" size="4308992">
|
||||
<assemblyIdentity name="Syncfusion.Shared.Base" version="16.2350.0.41" publicKeyToken="3D67ED1F87D44C89" language="neutral" processorArchitecture="msil" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user