update 20251008

This commit is contained in:
Stefan Hutter
2025-10-08 17:23:08 +02:00
parent 2773ca3baa
commit 6b7de9389c
206 changed files with 855857 additions and 116 deletions

View File

@@ -46,9 +46,10 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 99);
this.label1.Location = new System.Drawing.Point(3, 122);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 13);
this.label1.Size = new System.Drawing.Size(138, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Gewählte Dokumente:";
this.label1.Click += new System.EventHandler(this.label1_Click);
@@ -56,18 +57,20 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 13);
this.label2.Location = new System.Drawing.Point(7, 16);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 13);
this.label2.Size = new System.Drawing.Size(82, 16);
this.label2.TabIndex = 1;
this.label2.Text = "Vom Kunde: ";
//
// sfButton1
//
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
this.sfButton1.Location = new System.Drawing.Point(5, 54);
this.sfButton1.Location = new System.Drawing.Point(7, 66);
this.sfButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.sfButton1.Name = "sfButton1";
this.sfButton1.Size = new System.Drawing.Size(47, 28);
this.sfButton1.Size = new System.Drawing.Size(63, 34);
this.sfButton1.Style.Image = global::OnDoc.Properties.Resources.Search_24x24_32;
this.sfButton1.TabIndex = 3;
this.sfButton1.Tag = "Partner suchen";
@@ -76,36 +79,40 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(4, 34);
this.label3.Location = new System.Drawing.Point(5, 42);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 13);
this.label3.Size = new System.Drawing.Size(84, 16);
this.label3.TabIndex = 4;
this.label3.Text = "Zum Kunden:";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(2, 115);
this.richTextBox1.Location = new System.Drawing.Point(3, 142);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(461, 116);
this.richTextBox1.Size = new System.Drawing.Size(613, 142);
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(81, 37);
this.label4.Location = new System.Drawing.Point(108, 46);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 13);
this.label4.Size = new System.Drawing.Size(0, 16);
this.label4.TabIndex = 6;
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(216, 243);
this.button1.Location = new System.Drawing.Point(288, 299);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.Size = new System.Drawing.Size(100, 28);
this.button1.TabIndex = 7;
this.button1.Text = "Umteilen";
this.button1.UseVisualStyleBackColor = true;
@@ -116,17 +123,19 @@
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(2, 237);
this.panel1.Location = new System.Drawing.Point(3, 292);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(464, 89);
this.panel1.Size = new System.Drawing.Size(619, 110);
this.panel1.TabIndex = 8;
this.panel1.Visible = false;
//
// button2
//
this.button2.Location = new System.Drawing.Point(182, 54);
this.button2.Location = new System.Drawing.Point(243, 66);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(114, 23);
this.button2.Size = new System.Drawing.Size(152, 28);
this.button2.TabIndex = 2;
this.button2.Text = "Fenster schliessen";
this.button2.UseVisualStyleBackColor = true;
@@ -136,26 +145,28 @@
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(2, 27);
this.label6.Location = new System.Drawing.Point(3, 33);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(400, 13);
this.label6.Size = new System.Drawing.Size(509, 17);
this.label6.TabIndex = 1;
this.label6.Text = "Kundenspezifische Daten wurden in den Dokumenten nicht geändert.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 6);
this.label5.Location = new System.Drawing.Point(4, 7);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(227, 13);
this.label5.Size = new System.Drawing.Size(272, 16);
this.label5.TabIndex = 0;
this.label5.Text = "Die Dokumenmte wurden erfolgreich umgeteilt.";
this.label5.Text = "Die Dokumente wurden erfolgreich umgeteilt.";
//
// PartnerUmteilung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(469, 331);
this.ClientSize = new System.Drawing.Size(625, 406);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
@@ -165,6 +176,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "PartnerUmteilung";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;

View File

@@ -1,9 +1,11 @@
using System;
using OnDoc.Klassen;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -16,8 +18,9 @@ namespace OnDoc.Diverses
public SplashScreen()
{
InitializeComponent();
label1.Text = "Version" + AppParams.assemblyversion;
Application.DoEvents();
}
private void SplashScreen_Shown(object sender, EventArgs e)

View File

@@ -32,8 +32,8 @@ namespace OnDoc.DocMgmt
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokTypSelect));
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
this.ribbon1 = new System.Windows.Forms.Ribbon();
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
@@ -117,7 +117,7 @@ namespace OnDoc.DocMgmt
this.ribbon1.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013;
this.ribbon1.OrbVisible = false;
this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
this.ribbon1.Size = new System.Drawing.Size(499, 74);
this.ribbon1.Size = new System.Drawing.Size(498, 74);
this.ribbon1.TabIndex = 0;
this.ribbon1.Tabs.Add(this.ribbonTab1);
this.ribbon1.TabSpacing = 4;
@@ -269,7 +269,7 @@ namespace OnDoc.DocMgmt
this.sfListView1.HotTracking = true;
this.sfListView1.Location = new System.Drawing.Point(2, 76);
this.sfListView1.Name = "sfListView1";
this.sfListView1.Size = new System.Drawing.Size(499, 584);
this.sfListView1.Size = new System.Drawing.Size(498, 583);
this.sfListView1.TabIndex = 1;
this.sfListView1.Text = "sfListView1";
this.sfListView1.VerticalScrollIncrement = 20;
@@ -278,15 +278,15 @@ namespace OnDoc.DocMgmt
// treeViewAdv1
//
this.treeViewAdv1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
treeNodeAdvStyleInfo3.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo3.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo3.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo3.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo3.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo3.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo3.TextColor = System.Drawing.Color.Black;
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo3)});
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
this.treeViewAdv1.ContextMenuStrip = this.contextMenuStripVorlagen;
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
//
@@ -303,7 +303,7 @@ namespace OnDoc.DocMgmt
this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.treeViewAdv1.Name = "treeViewAdv1";
this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
this.treeViewAdv1.Size = new System.Drawing.Size(494, 517);
this.treeViewAdv1.Size = new System.Drawing.Size(494, 516);
this.treeViewAdv1.TabIndex = 2;
this.treeViewAdv1.Text = "treeViewAdv1";
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
@@ -372,15 +372,15 @@ namespace OnDoc.DocMgmt
//
this.treeViewAdv2.AllowDrop = true;
this.treeViewAdv2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black;
this.treeViewAdv2.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
this.treeViewAdv2.ContextMenuStrip = this.contextMenuStripFavoriten;
this.treeViewAdv2.Dock = System.Windows.Forms.DockStyle.Fill;
//
@@ -398,7 +398,7 @@ namespace OnDoc.DocMgmt
this.treeViewAdv2.Name = "treeViewAdv2";
this.treeViewAdv2.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
this.treeViewAdv2.ShouldSelectNodeOnEnter = false;
this.treeViewAdv2.Size = new System.Drawing.Size(498, 523);
this.treeViewAdv2.Size = new System.Drawing.Size(498, 522);
this.treeViewAdv2.TabIndex = 3;
this.treeViewAdv2.Text = "treeViewAdv2";
this.treeViewAdv2.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
@@ -479,7 +479,7 @@ namespace OnDoc.DocMgmt
this.grpFavoriten.Margin = new System.Windows.Forms.Padding(0);
this.grpFavoriten.Name = "grpFavoriten";
this.grpFavoriten.Padding = new System.Windows.Forms.Padding(0);
this.grpFavoriten.Size = new System.Drawing.Size(498, 584);
this.grpFavoriten.Size = new System.Drawing.Size(498, 583);
this.grpFavoriten.TabIndex = 4;
this.grpFavoriten.TabStop = false;
//
@@ -613,7 +613,7 @@ namespace OnDoc.DocMgmt
this.grpVorlagen.Dock = System.Windows.Forms.DockStyle.Left;
this.grpVorlagen.Location = new System.Drawing.Point(2, 76);
this.grpVorlagen.Name = "grpVorlagen";
this.grpVorlagen.Size = new System.Drawing.Size(500, 584);
this.grpVorlagen.Size = new System.Drawing.Size(500, 583);
this.grpVorlagen.TabIndex = 5;
this.grpVorlagen.TabStop = false;
//
@@ -686,7 +686,7 @@ namespace OnDoc.DocMgmt
// toolstripCombobox_Fachverantwortung
//
this.toolstripCombobox_Fachverantwortung.Name = "toolstripCombobox_Fachverantwortung";
this.toolstripCombobox_Fachverantwortung.Size = new System.Drawing.Size(130, 48);
this.toolstripCombobox_Fachverantwortung.Size = new System.Drawing.Size(98, 48);
this.toolstripCombobox_Fachverantwortung.SelectedIndexChanged += new System.EventHandler(this.toolstripCombobox_Fachverantwortung_SelectedIndexChanged);
//
// toolStripButton4
@@ -703,7 +703,7 @@ namespace OnDoc.DocMgmt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(503, 662);
this.ClientSize = new System.Drawing.Size(502, 661);
this.Controls.Add(this.grpFavoriten);
this.Controls.Add(this.grpVorlagen);
this.Controls.Add(this.sfListView1);

View File

@@ -282,8 +282,8 @@
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABq
DgAAAk1TRnQBSQFMAgEBCAEAAYgBAQGIAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABm
DgAAAk1TRnQBSQFMAgEBCAEAAZgBAQGYAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAATADAAEBAQABCAYAAQwYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -316,35 +316,35 @@
CP8BmAFQA3IBUAEZBP8CFw0AARcCAAEJBgAB1gIJAfEB9AHzAQAD/wHzAZgEugHcAbsBswG6AfMG/wHo
AeIB8QP/AQgB2gHoA/8CFwEAAhcKAAEXAgABCQoAAfQB8wEAAv8B8wGRAbMBugG5AdsBugHbAQAB2gGz
AboB8wT/AugG/wHhAbkBAAL/AhcBAAMXBgACFwEAARcCAAEJAQAI1gHxAfQB8wEAAv8BugGzAboB2gEJ
AQAB4QG6Af8B2wKzAbsB9AL/AfQB6AH1B/8B3wG5Av8CFwMAAhcEAAEXAQABFgEAARcCAAEJCgAB9AHz
AQAB/wHyAbkBswO6ARkBugHhAf8BuQG6AbMBtAHzA/8BGQH/AfQCGQH1AQgB8gEZAf8BGQL/AhcEAAEX
ARYGFwEAARcCAAEJAQAICQHyAfQB8wEAAf8BGQG5AbMBugHaAbkBGQEAAf8B4gHbARkBugGzAfEC/wFr
AfQBugHxAZEBGQGKAbsBkQG7AYsBGQH1Af8CFwUAARcBAAEXBQABFwIAAQkKAAH0AfMBAAH/AbsB2wLa
AboB2gEJA/8BCAEZAdUBswHwAv8BsgH/ApACkQEJAbsBtAG6AbsBugL/AhcFAAIXBgABFwIAAQkBAAgJ
AfMB9AHzAQAB/wEZAbsB2wG7AdsB6AP/AdsCugKzAfEC/wGRAYsB8QL/AbQBuwf/AhcGAAEXBgABFwIA
AQkKAAH0AfMBAAH/AfIBugEJAQgBGQHzAv8BuwG6A7MBtAHzEP8CFwUAAhcGAAEXAgABCQEACAkB8wH0
AfMBAAL/AQkBGQH0ARkC/wH0AQkB2wG6ArMBuwH0A/8BlwHCB/8BmAHCAv8CFwUAAhcGAAEXAgABCQcA
AbwCGQEJAfMBAAL/AfIBugEJAQgB/wIZAeIBGQHaAbMBkQH0BP8BwQGXAQgF/wKYA/8CFwUAAhcGAAEX
AgABCQEABhkECQIAA/8BGQG6ARkB/wEAAQgBGQEJAbQBuwHzBv8BwAEIAWsBugG7AZEBawGYBP8CFwYA
ARcGAAEXAgABCQcAAgkB3AMABP8B9AEIAfQBGQEIAgkBGQH0CP8B4gEGAmsBigG6Bf8QFwIAAQkHAAEJ
AdwEAAf/AfQB8wH0Fv8QFwIAAfEICQUAIP8SAAH/CvIB/wIAELIQcAH/AcMMmgHDAf8CAAHyAQcI8gEH
AfICABCyEHAB9A16AVkB9AIAAvIIAALyAgACsg0AAbICcA0AAXAB9A16AVkBwwIAAvIIAALyAgACsg0A
AbICcA0AAXAB9A16AVkBwwIAAvIBAAbvAQAC8gIAArIDAAKyAgABtAKyAwABsgJwAgADcAMAAnADAAFw
AfQNegFZAcMCAALyAQAG7wEAAvICAAKyAgAB8gKyAQkBAAOyAwABsgJwAwADcAEAA3ADAAFwAfQNegFZ
AcMCAALyAQAG7wEAAvICAAKyAgAEsgEAA7IB3QIAAbICcAQABXAEAAFwAfQNegFZAcMCAALyAQAG7wEA
AvICAAKyAgACsgG0AbIBGQGyAQACsgIAAbICcAUAA3AFAAFwAfQNegFZAcMCAALyAgAB8AEAAfIC7wEA
AvICAAKyAgABsgEZAQADsgEAArICAAGyAnAFAANwBQABcAH0DXoBWQHDAgAC8gIAAe8BAAHyAu8BAALy
AgACsgEAArICAAOyAgABsgHzAQABsgJwBAAFcAQAAXAB9A1ZATgB9AIAAvICAAHvAQAB8gLvAQAC8gIA
ArIBAAKyAgABCQGyAwACsgEAAbICcAMAA3ABAANwAwABcAHDDjgB9gIAAvIBAAPtAfIC7wEAAvICAAKy
DQABsgJwAwACcAMAAnADAAFwAcMGOAFZBvQB9gMAAvIIAAHxAfMCAAKyDQABsgJwDQABcAH0BjgBvQoA
AvIHAAH0Ae8B/wIAArINAAGyAnANAAFwAf8BwwSaAb0B/woAAfIBBwbyAfEB7wH/AwAQshBwEgAB/wfy
AfMB/wQAELIQcAFCAU0BPgcAAT4DAAEoAwABQAMAATADAAEBAQABAQUAAYABARYAA/+DAAHAAQEGAAHf
AfkEAAE/Af4B3wGBBAABJwH+Ad8B+QQAASMB8gHQAQEEAAE5AeoB3wH5BAABPAECAdABAQQAAT4BvgHf
AfkEAAE+AX4B0AEBBAABPwF+Ad8B+QQAAT4BfgHQAQEEAAE+AX4B3wHBBAABPgF+AdABAwQAAT8BfgHf
AccGAAHfAc8GAAHAAR8EAAL/AcABAwYAAcABAwYAAc8B8wE/Af4BPwH+AgABzwHzAT8B/gE/Af4CAAHI
ARMBOQGOATEBzgIAAcgBEwEwAY4BOAGOAgAByAETATABhgE8AR4CAAHIARMBMAEmAj4CAAHNARMBMgEm
Aj4CAAHNARMBJgEyATwBHgIAAc0BEwEmAXIBOAGOAgAByAETAT8B/gE5Ac4BAAEBAc8B8wE/Af4BPwH+
AQAB/wHPAeMBPwH+AT8B/gEAAf8BwAEHBAAC/wHAAQ8EAAs=
AQAB4QG6Af8B2wKzAbsB9AL/AfQB6Aj/Ad8BuQL/AhcDAAIXBAABFwEAARYBAAEXAgABCQoAAfQB8wEA
Af8B8gG5AbMDugEZAboB4QH/AbkBugGzAbQB8wP/ARkB/wH0AhkB/wEIAfIBGQH/ARkC/wIXBAABFwEW
BhcBAAEXAgABCQEACAkB8gH0AfMBAAH/ARkBuQGzAboB2gG5ARkBAAH/AeIB2wEZAboBswHxAv8BawH0
AboB8QGRARkBigG7AZEBuwGLARkC/wIXBQABFwEAARcFAAEXAgABCQoAAfQB8wEAAf8BuwHbAtoBugHa
AQkD/wEIARkB1QGzAfAC/wGyAf8CkAKRAQkBuwG0AboBuwG6Av8CFwUAAhcGAAEXAgABCQEACAkB8wH0
AfMBAAH/ARkBuwHbAbsB2wHoA/8B2wK6ArMB8QL/AZEBiwHxAv8BtAG7B/8CFwYAARcGAAEXAgABCQoA
AfQB8wEAAf8B8gG6AQkBCAEZAfMC/wG7AboDswG0AfMQ/wIXBQACFwYAARcCAAEJAQAICQHzAfQB8wEA
Av8BCQEZAfQBGQL/AfQBCQHbAboCswG7AfQD/wGXAcIH/wGYAcIC/wIXBQACFwYAARcCAAEJBwABvAIZ
AQkB8wEAAv8B8gG6AQkBCAH/AhkB4gEZAdoBswGRAfQE/wHBAZcBCAX/ApgD/wIXBQACFwYAARcCAAEJ
AQAGGQQJAgAD/wEZAboBGQH/AQABCAEZAQkBtAG7AfMG/wHAAQgBawG6AbsBkQFrAZgE/wIXBgABFwYA
ARcCAAEJBwACCQHcAwAE/wH0AQgB9AEZAQgCCQEZAfQI/wHiAQYCawGKAboF/xAXAgABCQcAAQkB3AQA
B/8B9AHzAfQW/xAXAgAB8QgJBQAg/xIAAf8K8gH/AgAQshBwAf8BwwyaAcMB/wIAAfIBBwjyAQcB8gIA
ELIQcAH0DXoBWQH0AgAC8ggAAvICAAKyDQABsgJwDQABcAH0DXoBWQHDAgAC8ggAAvICAAKyDQABsgJw
DQABcAH0DXoBWQHDAgAC8gEABu8BAALyAgACsgMAArICAAG0ArIDAAGyAnACAANwAwACcAMAAXAB9A16
AVkBwwIAAvIBAAbvAQAC8gIAArICAAHyArIBCQEAA7IDAAGyAnADAANwAQADcAMAAXAB9A16AVkBwwIA
AvIBAAbvAQAC8gIAArICAASyAQADsgHdAgABsgJwBAAFcAQAAXAB9A16AVkBwwIAAvIBAAbvAQAC8gIA
ArICAAKyAbQBsgEZAbIBAAKyAgABsgJwBQADcAUAAXAB9A16AVkBwwIAAvICAAHwAQAB8gLvAQAC8gIA
ArICAAGyARkBAAOyAQACsgIAAbICcAUAA3AFAAFwAfQNegFZAcMCAALyAgAB7wEAAfIC7wEAAvICAAKy
AQACsgIAA7ICAAGyAfMBAAGyAnAEAAVwBAABcAH0DVkBOAH0AgAC8gIAAe8BAAHyAu8BAALyAgACsgEA
ArICAAEJAbIDAAKyAQABsgJwAwADcAEAA3ADAAFwAcMOOAH2AgAC8gEAA+0B8gLvAQAC8gIAArINAAGy
AnADAAJwAwACcAMAAXABwwY4AVkG9AH2AwAC8ggAAfEB8wIAArINAAGyAnANAAFwAfQGOAG9CgAC8gcA
AfQB7wH/AgACsg0AAbICcA0AAXAB/wHDBJoBvQH/CgAB8gEHBvIB8QHvAf8DABCyEHASAAH/B/IB8wH/
BAAQshBwAUIBTQE+BwABPgMAASgDAAFAAwABMAMAAQEBAAEBBQABgAEBFgAD/4MAAcABAQYAAd8B+QQA
AT8B/gHfAYEEAAEnAf4B3wH5BAABIwHyAdABAQQAATkB6gHfAfkEAAE8AQIB0AEBBAABPgG+Ad8B+QQA
AT4BfgHQAQEEAAE/AX4B3wH5BAABPgF+AdABAQQAAT4BfgHfAcEEAAE+AX4B0AEDBAABPwF+Ad8BxwYA
Ad8BzwYAAcABHwQAAv8BwAEDBgABwAEDBgABzwHzAT8B/gE/Af4CAAHPAfMBPwH+AT8B/gIAAcgBEwE5
AY4BMQHOAgAByAETATABjgE4AY4CAAHIARMBMAGGATwBHgIAAcgBEwEwASYCPgIAAc0BEwEyASYCPgIA
Ac0BEwEmATIBPAEeAgABzQETASYBcgE4AY4CAAHIARMBPwH+ATkBzgEAAQEBzwHzAT8B/gE/Af4BAAH/
Ac8B4wE/Af4BPwH+AQAB/wHAAQcEAAL/AcABDwQACw==
</value>
</data>
<metadata name="contextMenuStripFavoriten.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -353,12 +353,6 @@
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>618, 16</value>
</metadata>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>618, 16</value>
</metadata>
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>723, 16</value>
</metadata>
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>723, 16</value>
</metadata>

View File

@@ -7,6 +7,7 @@ using System.Data;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security.Policy;
@@ -74,6 +75,12 @@ namespace OnDoc.Klassen
public static bool O365 { get; set; } = false;
public static int MaxFileSize { get; set; } = 9000000;
public static string assemblyversion { get; set; } = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
public static Boolean check_for_updates { get; set; } = false;
public static string updatepath { get; set; } = "";
public static bool DoUpdate { get; set; } = false;
static AppParams()
{
@@ -129,6 +136,8 @@ namespace OnDoc.Klassen
AutomArchivierung = db.dsdaten.Tables[0].Rows[0][22].ToString() == "TRUE";
SignApp = db.dsdaten.Tables[0].Rows[0][23].ToString();
MaxFileSize = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][24]);
check_for_updates= db.dsdaten.Tables[0].Rows[0][25].ToString() == "TRUE";
updatepath = db.dsdaten.Tables[0].Rows[0][26].ToString();
}
else
{

View File

@@ -14,6 +14,8 @@ using Syncfusion.Windows.Forms.Spreadsheet.Commands;
using OnDoc.UICintrols;
using OnDoc.UIControls;
using System.Linq.Expressions;
using System.Diagnostics;
using Windows.Globalization;
@@ -124,6 +126,31 @@ namespace OnDoc
// // MyForm = new Start();
// Application.Run(MyForm);
//Versionsupdate
if (AppParams.check_for_updates)
{
string filename = AppParams.updatepath + @"\version.txt";
string version = "";
if (System.IO.File.Exists(filename))
{
version = System.IO.File.ReadAllText(filename);
if (version != AppParams.assemblyversion)
{
//MessageBox.Show("Start Updater");
//MessageBox.Show(Application.StartupPath + @"\OnDocUpdate\OnDocUpdate.exe");
//MessageBox.Show(Application.StartupPath + @"\OnDocUpdate\");
//MessageBox.Show(Application.StartupPath);
//MessageBox.Show(Application.StartupPath + @"\ondoc.exe");
ProcessStartInfo startInfo = new ProcessStartInfo(Application.StartupPath + @"\OnDocUpdate\OnDocUpdate.exe");
startInfo.WindowStyle = ProcessWindowStyle.Normal;
startInfo.WorkingDirectory = Application.StartupPath + @"\OnDocUpdate\";
startInfo.Arguments = version + " " + AppParams.updatepath + " " + Application.StartupPath + " " + Application.StartupPath + @"\ondoc.exe";
Process.Start(startInfo);
return;
}
}
}
AppParams.StartApp = true;
Application.Run(new Start());
AppParams.StartApp = false;

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]

View File

@@ -41,7 +41,6 @@ namespace OnDoc
Logging.DocLog.IntUserID = db.dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
Logging.DocLog.connectionstring = AppParams.logconnectionstring;
Logging.DocLog.init_logger();
db = null;
}
private void Delete_Old_Files()
@@ -80,6 +79,7 @@ namespace OnDoc
this.Style.Border.Width = 0;
InitLogging();
Logging.Logging.Debug("Start", "OnDoc-Client", "");
Delete_Old_Files();
mitarbeiter = System.Security.Principal.WindowsIdentity.GetCurrent().Name;

View File

@@ -60,6 +60,7 @@ namespace OnDoc.UICintrols
this.gruppenÖffnenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gruppenSchliessenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.zumVersandpaketHinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.unterschriftTestsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tsrbvorschau = new System.Windows.Forms.ToolStripComboBox();
@@ -68,7 +69,6 @@ namespace OnDoc.UICintrols
this.tsbtnpreviewright = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.panel2 = new System.Windows.Forms.Panel();
this.lblTitel = new System.Windows.Forms.Label();
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
@@ -187,6 +187,7 @@ namespace OnDoc.UICintrols
this.gruppenSchliessenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.dokwerte1 = new OnDoc.UIControls.Dokwerte();
this.ctxMenuDokList.SuspendLayout();
this.toolStrip1.SuspendLayout();
@@ -229,9 +230,10 @@ namespace OnDoc.UICintrols
this.toolStripMenuItem3,
this.gruppenÖffnenToolStripMenuItem,
this.gruppenSchliessenToolStripMenuItem,
this.zumVersandpaketHinzufügenToolStripMenuItem});
this.zumVersandpaketHinzufügenToolStripMenuItem,
this.unterschriftTestsToolStripMenuItem});
this.ctxMenuDokList.Name = "ctxMenuDokList";
this.ctxMenuDokList.Size = new System.Drawing.Size(342, 654);
this.ctxMenuDokList.Size = new System.Drawing.Size(342, 680);
this.ctxMenuDokList.Opening += new System.ComponentModel.CancelEventHandler(this.ctxMenuDokList_Opening);
//
// dokumentAnzeigenToolStripMenuItem
@@ -269,7 +271,7 @@ namespace OnDoc.UICintrols
//
this.dokumentMetaDatenBearbeitenToolStripMenuItem.Name = "dokumentMetaDatenBearbeitenToolStripMenuItem";
this.dokumentMetaDatenBearbeitenToolStripMenuItem.Size = new System.Drawing.Size(341, 26);
this.dokumentMetaDatenBearbeitenToolStripMenuItem.Text = "Dokument-Meta-Daten bearbeiten";
this.dokumentMetaDatenBearbeitenToolStripMenuItem.Text = "Dokument-Attribute bearbeiten";
this.dokumentMetaDatenBearbeitenToolStripMenuItem.Click += new System.EventHandler(this.dokumentMetaDatenBearbeitenToolStripMenuItem_Click);
//
// toolStripMenuItem2
@@ -433,6 +435,14 @@ namespace OnDoc.UICintrols
this.zumVersandpaketHinzufügenToolStripMenuItem.Visible = false;
this.zumVersandpaketHinzufügenToolStripMenuItem.Click += new System.EventHandler(this.zumVersandpaketHinzufügenToolStripMenuItem_Click);
//
// unterschriftTestsToolStripMenuItem
//
this.unterschriftTestsToolStripMenuItem.Name = "unterschriftTestsToolStripMenuItem";
this.unterschriftTestsToolStripMenuItem.Size = new System.Drawing.Size(341, 26);
this.unterschriftTestsToolStripMenuItem.Text = "Unterschrift_Tests";
this.unterschriftTestsToolStripMenuItem.Visible = false;
this.unterschriftTestsToolStripMenuItem.Click += new System.EventHandler(this.unterschriftTestsToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
@@ -464,7 +474,6 @@ namespace OnDoc.UICintrols
"Vorschau rechts",
"Vorschau unten",
"Vorschau oben"});
this.tsrbvorschau.Font = new System.Drawing.Font("Segoe UI", 9F);
this.tsrbvorschau.Items.AddRange(new object[] {
"Keine Vorschau",
"Vorschau unten",
@@ -517,7 +526,7 @@ namespace OnDoc.UICintrols
//
this.splitContainer1.Panel2.Controls.Add(this.docPreview1);
this.splitContainer1.Size = new System.Drawing.Size(1709, 694);
this.splitContainer1.SplitterDistance = 342;
this.splitContainer1.SplitterDistance = 341;
this.splitContainer1.TabIndex = 2;
//
// sfDataGrid1
@@ -537,7 +546,7 @@ namespace OnDoc.UICintrols
this.sfDataGrid1.SelectionMode = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
this.sfDataGrid1.ShowGroupDropArea = true;
this.sfDataGrid1.ShowToolTip = true;
this.sfDataGrid1.Size = new System.Drawing.Size(1709, 342);
this.sfDataGrid1.Size = new System.Drawing.Size(1709, 341);
this.sfDataGrid1.TabIndex = 0;
this.sfDataGrid1.ValidationMode = Syncfusion.WinForms.DataGrid.Enums.GridValidationMode.InView;
this.sfDataGrid1.ToolTipOpening += new Syncfusion.WinForms.DataGrid.Events.ToolTipOpeningEventHandler(this.sfDataGrid1_ToolTipOpening_1);
@@ -550,17 +559,6 @@ namespace OnDoc.UICintrols
this.sfDataGrid1.ColumnResizing += new Syncfusion.WinForms.DataGrid.Events.ColumnResizingEventHandler(this.sfDataGrid1_ColumnResizing);
this.sfDataGrid1.CopyContent += new Syncfusion.WinForms.DataGrid.Events.CutCopyPasteEventHandler(this.sfDataGrid1_CopyContent);
//
// docPreview1
//
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 0);
this.docPreview1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(1709, 348);
this.docPreview1.TabIndex = 0;
this.docPreview1.ZoomPercentage = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
@@ -1610,11 +1608,22 @@ namespace OnDoc.UICintrols
this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
this.ribbonButton5.Text = "Load";
//
// docPreview1
//
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 0);
this.docPreview1.Margin = new System.Windows.Forms.Padding(4);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(1709, 349);
this.docPreview1.TabIndex = 0;
this.docPreview1.ZoomPercentage = 0;
//
// dokwerte1
//
this.dokwerte1.Dock = System.Windows.Forms.DockStyle.Right;
this.dokwerte1.Location = new System.Drawing.Point(1709, 153);
this.dokwerte1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dokwerte1.Margin = new System.Windows.Forms.Padding(4);
this.dokwerte1.Name = "dokwerte1";
this.dokwerte1.Size = new System.Drawing.Size(0, 694);
this.dokwerte1.TabIndex = 7;
@@ -1803,5 +1812,6 @@ namespace OnDoc.UICintrols
private System.Windows.Forms.RibbonButton rbbtnvsreserveddoks;
private System.Windows.Forms.ToolStripMenuItem dokumenteZuAndermKundeUmteilenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dokumentMetaDatenBearbeitenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem unterschriftTestsToolStripMenuItem;
}
}

View File

@@ -59,6 +59,7 @@ using Syncfusion.Grouping;
using Syncfusion.Olap.MDXQueryParser;
using Windows.UI.Xaml.Input;
using NLog;
using OnDocOffice;
@@ -949,6 +950,7 @@ namespace OnDoc.UICintrols
private void vertragPDFDEMOToolStripMenuItem_Click(object sender, EventArgs e)
{
clsdok dok = new clsdok("", "", "", "");
dok = GetDoc(false);
DocGenerator_from_EDOKA docgen = new DocGenerator_from_EDOKA(AppParams.connectionstring);
@@ -3389,7 +3391,40 @@ namespace OnDoc.UICintrols
refresh_dokumente();
}
}
private void unterschriftTestsToolStripMenuItem_Click(object sender, EventArgs e)
{
Cursor= Cursors.WaitCursor;
if (!row_selected()) return;
var records = sfDataGrid1.View.GetSelectedRecords();
foreach (var record in records)
{
var datarow = record as DataRowView;
string documentid = datarow["dokumentid"].ToString();
this.selected_dokumentid = documentid;
clsdok dok = new clsdok("", "", "","");
dok = GetDoc(false);
FileHelper fh = new FileHelper();
string Filename = AppParams.tempdir + documentid + "." + dok.extension;
fh.SaveBase64ToFile(dok.dokument, Filename);
OnDocOffice.clsWordEdit we = new OnDocOffice.clsWordEdit(AppParams.connectionstring, Filename, documentid, AppParams.RESTURI, AppParams.apikey);
we.test_remove_signature();
System.Windows.Forms.Application.DoEvents();
System.Windows.Forms.Application.DoEvents();
DOCGEN.DocGen dg = new DocGen(AppParams.connectionstring, AppParams.RESTURI, AppParams.apikey);
dg.signdoc(documentid, AppParams.tempdir);
dg = null;
OpenDoc(dok, false, false, false);
}
Cursor = Cursors.Default;
refresh_dokumente();
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.