diff --git a/BerichtGen/BerichtGen.csproj b/BerichtGen/BerichtGen.csproj
index fcb3f2f..8df8b1c 100644
--- a/BerichtGen/BerichtGen.csproj
+++ b/BerichtGen/BerichtGen.csproj
@@ -32,44 +32,44 @@
4
-
- ..\packages\Syncfusion.Chart.Base.17.4.0.55\lib\net46\Syncfusion.Chart.Base.dll
+
+ ..\packages\Syncfusion.Chart.Base.18.2.0.44\lib\net46\Syncfusion.Chart.Base.dll
-
- ..\packages\Syncfusion.Chart.Windows.17.4.0.55\lib\net46\Syncfusion.Chart.Windows.dll
+
+ ..\packages\Syncfusion.Chart.Windows.18.2.0.44\lib\net46\Syncfusion.Chart.Windows.dll
-
- ..\packages\Syncfusion.Compression.Base.17.4.0.55\lib\net46\Syncfusion.Compression.Base.dll
+
+ ..\packages\Syncfusion.Compression.Base.18.2.0.44\lib\net46\Syncfusion.Compression.Base.dll
-
- ..\packages\Syncfusion.Xamarin.Compression.17.4.0.55\lib\netstandard2.0\Syncfusion.Compression.Portable.dll
+
+ ..\packages\Syncfusion.Xamarin.Compression.18.2.0.44\lib\netstandard2.0\Syncfusion.Compression.Portable.dll
-
- ..\packages\Syncfusion.Core.WinForms.17.4.0.55\lib\net46\Syncfusion.Core.WinForms.dll
+
+ ..\packages\Syncfusion.Core.WinForms.18.2.0.44\lib\net46\Syncfusion.Core.WinForms.dll
-
- ..\packages\Syncfusion.DocIO.WinForms.17.4.0.55\lib\net46\Syncfusion.DocIO.Base.dll
+
+ ..\packages\Syncfusion.DocIO.WinForms.18.2.0.44\lib\net46\Syncfusion.DocIO.Base.dll
-
- ..\packages\Syncfusion.DocToPDFConverter.WinForms.17.4.0.55\lib\net46\Syncfusion.DocToPdfConverter.Base.dll
+
+ ..\packages\Syncfusion.DocToPDFConverter.WinForms.18.2.0.44\lib\net46\Syncfusion.DocToPdfConverter.Base.dll
-
- ..\packages\Syncfusion.Grouping.Base.17.4.0.55\lib\net46\Syncfusion.Grouping.Base.dll
+
+ ..\packages\Syncfusion.Grouping.Base.18.2.0.44\lib\net46\Syncfusion.Grouping.Base.dll
-
- ..\packages\Syncfusion.Licensing.17.4.0.55\lib\net46\Syncfusion.Licensing.dll
+
+ ..\packages\Syncfusion.Licensing.18.2.0.44\lib\net46\Syncfusion.Licensing.dll
-
- ..\packages\Syncfusion.OfficeChart.Base.17.4.0.55\lib\net46\Syncfusion.OfficeChart.Base.dll
+
+ ..\packages\Syncfusion.OfficeChart.Base.18.2.0.44\lib\net46\Syncfusion.OfficeChart.Base.dll
-
- ..\packages\Syncfusion.Pdf.WinForms.17.4.0.55\lib\net46\Syncfusion.Pdf.Base.dll
+
+ ..\packages\Syncfusion.Pdf.WinForms.18.2.0.44\lib\net46\Syncfusion.Pdf.Base.dll
-
- ..\packages\Syncfusion.PdfViewer.Windows.17.4.0.55\lib\net46\Syncfusion.PdfViewer.Windows.dll
+
+ ..\packages\Syncfusion.PdfViewer.Windows.18.2.0.44\lib\net46\Syncfusion.PdfViewer.Windows.dll
-
- ..\packages\Syncfusion.Shared.Base.17.4.0.55\lib\net46\Syncfusion.Shared.Base.dll
+
+ ..\packages\Syncfusion.Shared.Base.18.2.0.44\lib\net46\Syncfusion.Shared.Base.dll
diff --git a/BerichtGen/FrmOptions.cs b/BerichtGen/FrmOptions.cs
index abb60bc..f3bb309 100644
--- a/BerichtGen/FrmOptions.cs
+++ b/BerichtGen/FrmOptions.cs
@@ -45,7 +45,7 @@ namespace BerichtGen
{
InitializeComponent();
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjIzODk3QDMxMzcyZTM0MmUzMGVHTVVQaDV1OHZncmo0N2hEcXM1Z2ppK3RCeldIQVl5dlVRT3J3cEdtVFE9");
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjgwOTY0QDMxMzgyZTMyMmUzMFVjMGZWekpFNG44Y1BxMDZqR1VkdGExSlRpZER4N1JOWThZL28reDkxd0E9");
this.firma = firma;
diff --git a/BerichtGen/FrmPDFViewer.Designer.cs b/BerichtGen/FrmPDFViewer.Designer.cs
index 9190973..9165153 100644
--- a/BerichtGen/FrmPDFViewer.Designer.cs
+++ b/BerichtGen/FrmPDFViewer.Designer.cs
@@ -28,37 +28,60 @@
///
private void InitializeComponent()
{
+ Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPDFViewer));
+ Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
this.pdfViewerControl = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
this.SuspendLayout();
//
// pdfViewerControl
//
+ this.pdfViewerControl.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
this.pdfViewerControl.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pdfViewerControl.EnableContextMenu = true;
this.pdfViewerControl.EnableNotificationBar = true;
- this.pdfViewerControl.IsBookmarkEnabled = true;
+ this.pdfViewerControl.HorizontalScrollOffset = 0;
+ this.pdfViewerControl.IsBookmarkEnabled = false;
+ this.pdfViewerControl.IsTextSearchEnabled = false;
+ this.pdfViewerControl.IsTextSelectionEnabled = false;
this.pdfViewerControl.Location = new System.Drawing.Point(0, 0);
+ this.pdfViewerControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ messageBoxSettings1.EnableNotification = true;
+ this.pdfViewerControl.MessageBoxSettings = messageBoxSettings1;
+ this.pdfViewerControl.MinimumZoomPercentage = 50;
this.pdfViewerControl.Name = "pdfViewerControl";
this.pdfViewerControl.PageBorderThickness = 1;
+ pdfViewerPrinterSettings1.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
+ pdfViewerPrinterSettings1.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
pdfViewerPrinterSettings1.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
+ pdfViewerPrinterSettings1.ShowPrintStatusDialog = true;
this.pdfViewerControl.PrinterSettings = pdfViewerPrinterSettings1;
+ this.pdfViewerControl.ReferencePath = null;
this.pdfViewerControl.ScrollDisplacementValue = 0;
this.pdfViewerControl.ShowHorizontalScrollBar = true;
this.pdfViewerControl.ShowToolBar = true;
this.pdfViewerControl.ShowVerticalScrollBar = true;
- this.pdfViewerControl.Size = new System.Drawing.Size(638, 749);
+ this.pdfViewerControl.Size = new System.Drawing.Size(851, 922);
+ this.pdfViewerControl.SpaceBetweenPages = 8;
this.pdfViewerControl.TabIndex = 0;
this.pdfViewerControl.Text = "pdfViewerControl1";
+ textSearchSettings1.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
+ textSearchSettings1.HighlightAllInstance = true;
+ textSearchSettings1.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
+ this.pdfViewerControl.TextSearchSettings = textSearchSettings1;
+ this.pdfViewerControl.VerticalScrollOffset = 0;
+ this.pdfViewerControl.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
this.pdfViewerControl.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.FitPage;
//
// FrmPDFViewer
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(638, 749);
+ this.ClientSize = new System.Drawing.Size(851, 922);
this.Controls.Add(this.pdfViewerControl);
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmPDFViewer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmPDFViewer";
diff --git a/BerichtGen/makeGraphic.cs b/BerichtGen/makeGraphic.cs
index f52eacb..c7dbbb7 100644
--- a/BerichtGen/makeGraphic.cs
+++ b/BerichtGen/makeGraphic.cs
@@ -97,7 +97,7 @@ namespace BerichtGen
///
public static bool GetGraphics(List struktures,string destinationPath)
{
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjIzODk3QDMxMzcyZTM0MmUzMGVHTVVQaDV1OHZncmo0N2hEcXM1Z2ppK3RCeldIQVl5dlVRT3J3cEdtVFE9");
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjgwOTY0QDMxMzgyZTMyMmUzMFVjMGZWekpFNG44Y1BxMDZqR1VkdGExSlRpZER4N1JOWThZL28reDkxd0E9");
ChartControl tempChart = getGraph(struktures, "Temperatur");
if (tempChart == null) return false;
diff --git a/BerichtGen/packages.config b/BerichtGen/packages.config
index b09f9bf..edce17e 100644
--- a/BerichtGen/packages.config
+++ b/BerichtGen/packages.config
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/KlassenBIBTests/KlassenBIBTests.csproj b/KlassenBIBTests/KlassenBIBTests.csproj
index f47902c..f84077e 100644
--- a/KlassenBIBTests/KlassenBIBTests.csproj
+++ b/KlassenBIBTests/KlassenBIBTests.csproj
@@ -1,6 +1,6 @@
-
+
Debug
AnyCPU
@@ -40,10 +40,10 @@
- ..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+ ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
- ..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+ ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
@@ -95,10 +95,10 @@
Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".
-
-
+
+
-
+