update3 20260610

This commit is contained in:
Stefan Hutter
2026-06-10 18:14:56 +02:00
parent 42376fc823
commit 58cd45116c
122 changed files with 5760 additions and 293 deletions
+9
View File
@@ -87,6 +87,12 @@
<Compile Include="Form2.Designer.cs"> <Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon> <DependentUpon>Form2.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Form3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form3.Designer.cs">
<DependentUpon>Form3.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" /> <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx"> <EmbeddedResource Include="Form1.resx">
@@ -95,6 +101,9 @@
<EmbeddedResource Include="Form2.resx"> <EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon> <DependentUpon>Form2.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Form3.resx">
<DependentUpon>Form3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx"> <EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+1 -1
View File
@@ -23,7 +23,7 @@
<value>x:\jsonfiles\</value> <value>x:\jsonfiles\</value>
</setting> </setting>
<setting name="Testumgebung" serializeAs="String"> <setting name="Testumgebung" serializeAs="String">
<value>Fachuserx</value> <value>Single</value>
</setting> </setting>
<setting name="ConnectionStringPrd" serializeAs="String"> <setting name="ConnectionStringPrd" serializeAs="String">
<value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value> <value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value>
+110 -75
View File
@@ -106,7 +106,7 @@
this.toolStripButton3}); this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1724, 216); this.toolStrip1.Size = new System.Drawing.Size(2299, 266);
this.toolStrip1.TabIndex = 0; this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.Visible = false; this.toolStrip1.Visible = false;
@@ -115,29 +115,29 @@
// //
this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 13F); this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 13F);
this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(40, 213); this.toolStripLabel1.Size = new System.Drawing.Size(49, 263);
this.toolStripLabel1.Text = "Key"; this.toolStripLabel1.Text = "Key";
// //
// txtKey // txtKey
// //
this.txtKey.Font = new System.Drawing.Font("Segoe UI", 13F); this.txtKey.Font = new System.Drawing.Font("Segoe UI", 13F);
this.txtKey.Name = "txtKey"; this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(250, 216); this.txtKey.Size = new System.Drawing.Size(332, 266);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 216); this.toolStripSeparator1.Size = new System.Drawing.Size(6, 266);
// //
// toolStripSeparator4 // toolStripSeparator4
// //
this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 216); this.toolStripSeparator4.Size = new System.Drawing.Size(6, 266);
// //
// toolStripComboBox1 // toolStripComboBox1
// //
this.toolStripComboBox1.Name = "toolStripComboBox1"; this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(150, 216); this.toolStripComboBox1.Size = new System.Drawing.Size(199, 266);
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged); this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
// //
// toolStripButton1 // toolStripButton1
@@ -147,14 +147,14 @@
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(63, 213); this.toolStripButton1.Size = new System.Drawing.Size(75, 263);
this.toolStripButton1.Text = "Laden"; this.toolStripButton1.Text = "Laden";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
// //
// toolStripSeparator2 // toolStripSeparator2
// //
this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 216); this.toolStripSeparator2.Size = new System.Drawing.Size(6, 266);
// //
// toolStripButton4 // toolStripButton4
// //
@@ -163,7 +163,7 @@
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(93, 213); this.toolStripButton4.Size = new System.Drawing.Size(112, 263);
this.toolStripButton4.Text = "FileExport"; this.toolStripButton4.Text = "FileExport";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
// //
@@ -174,14 +174,14 @@
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(93, 213); this.toolStripButton2.Size = new System.Drawing.Size(113, 263);
this.toolStripButton2.Text = "Speichern"; this.toolStripButton2.Text = "Speichern";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
// //
// toolStripSeparator3 // toolStripSeparator3
// //
this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 216); this.toolStripSeparator3.Size = new System.Drawing.Size(6, 266);
// //
// toolStripButton3 // toolStripButton3
// //
@@ -190,14 +190,15 @@
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(118, 213); this.toolStripButton3.Size = new System.Drawing.Size(143, 263);
this.toolStripButton3.Text = "PDF erstellen"; this.toolStripButton3.Text = "PDF erstellen";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
// //
// splitContainer1 // splitContainer1
// //
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 170); this.splitContainer1.Location = new System.Drawing.Point(0, 209);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Name = "splitContainer1";
// //
// splitContainer1.Panel1 // splitContainer1.Panel1
@@ -207,8 +208,9 @@
// splitContainer1.Panel2 // splitContainer1.Panel2
// //
this.splitContainer1.Panel2.Controls.Add(this.pdfViewerControl1); this.splitContainer1.Panel2.Controls.Add(this.pdfViewerControl1);
this.splitContainer1.Size = new System.Drawing.Size(1724, 718); this.splitContainer1.Size = new System.Drawing.Size(1924, 846);
this.splitContainer1.SplitterDistance = 574; this.splitContainer1.SplitterDistance = 640;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 1; this.splitContainer1.TabIndex = 1;
// //
// editControl1 // editControl1
@@ -226,21 +228,22 @@
this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty; this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
this.editControl1.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.editControl1.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.editControl1.Location = new System.Drawing.Point(0, 0); this.editControl1.Location = new System.Drawing.Point(0, 0);
this.editControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.editControl1.MarkerAreaWidth = 20; this.editControl1.MarkerAreaWidth = 20;
this.editControl1.Name = "editControl1"; this.editControl1.Name = "editControl1";
this.editControl1.RenderRightToLeft = false; this.editControl1.RenderRightToLeft = false;
this.editControl1.ScrollPosition = new System.Drawing.Point(0, 0); this.editControl1.ScrollPosition = new System.Drawing.Point(0, 0);
this.editControl1.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255))))); this.editControl1.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255)))));
this.editControl1.ShowEndOfLine = false; this.editControl1.ShowEndOfLine = false;
this.editControl1.Size = new System.Drawing.Size(574, 718); this.editControl1.Size = new System.Drawing.Size(640, 846);
this.editControl1.StatusBarSettings.CoordsPanel.Width = 150; this.editControl1.StatusBarSettings.CoordsPanel.Width = 199;
this.editControl1.StatusBarSettings.EncodingPanel.Width = 100; this.editControl1.StatusBarSettings.EncodingPanel.Width = 133;
this.editControl1.StatusBarSettings.FileNamePanel.Width = 100; this.editControl1.StatusBarSettings.FileNamePanel.Width = 133;
this.editControl1.StatusBarSettings.InsertPanel.Width = 33; this.editControl1.StatusBarSettings.InsertPanel.Width = 43;
this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue; this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue; this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
this.editControl1.StatusBarSettings.StatusPanel.Width = 70; this.editControl1.StatusBarSettings.StatusPanel.Width = 93;
this.editControl1.StatusBarSettings.TextPanel.Width = 214; this.editControl1.StatusBarSettings.TextPanel.Width = 285;
this.editControl1.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default; this.editControl1.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
this.editControl1.TabIndex = 0; this.editControl1.TabIndex = 0;
this.editControl1.Text = ""; this.editControl1.Text = "";
@@ -260,6 +263,7 @@
this.pdfViewerControl1.IsTextSearchEnabled = true; this.pdfViewerControl1.IsTextSearchEnabled = true;
this.pdfViewerControl1.IsTextSelectionEnabled = true; this.pdfViewerControl1.IsTextSelectionEnabled = true;
this.pdfViewerControl1.Location = new System.Drawing.Point(0, 0); this.pdfViewerControl1.Location = new System.Drawing.Point(0, 0);
this.pdfViewerControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
messageBoxSettings1.EnableNotification = true; messageBoxSettings1.EnableNotification = true;
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1; this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1;
this.pdfViewerControl1.MinimumZoomPercentage = 50; this.pdfViewerControl1.MinimumZoomPercentage = 50;
@@ -276,7 +280,7 @@
this.pdfViewerControl1.ShowHorizontalScrollBar = true; this.pdfViewerControl1.ShowHorizontalScrollBar = true;
this.pdfViewerControl1.ShowToolBar = true; this.pdfViewerControl1.ShowToolBar = true;
this.pdfViewerControl1.ShowVerticalScrollBar = true; this.pdfViewerControl1.ShowVerticalScrollBar = true;
this.pdfViewerControl1.Size = new System.Drawing.Size(1146, 718); this.pdfViewerControl1.Size = new System.Drawing.Size(1279, 846);
this.pdfViewerControl1.SpaceBetweenPages = 8; this.pdfViewerControl1.SpaceBetweenPages = 8;
this.pdfViewerControl1.TabIndex = 0; this.pdfViewerControl1.TabIndex = 0;
this.pdfViewerControl1.Text = "pdfViewerControl1"; this.pdfViewerControl1.Text = "pdfViewerControl1";
@@ -295,8 +299,9 @@
this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1724, 170); this.panel1.Size = new System.Drawing.Size(1924, 209);
this.panel1.TabIndex = 2; this.panel1.TabIndex = 2;
// //
// groupBox2 // groupBox2
@@ -312,9 +317,11 @@
this.groupBox2.Controls.Add(this.txtfilekey); this.groupBox2.Controls.Add(this.txtfilekey);
this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox2.Location = new System.Drawing.Point(319, 0); this.groupBox2.Location = new System.Drawing.Point(425, 0);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1225, 170); this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Size = new System.Drawing.Size(1633, 209);
this.groupBox2.TabIndex = 1; this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Datei"; this.groupBox2.Text = "Datei";
@@ -323,9 +330,11 @@
// //
this.groupBox3.Controls.Add(this.radioButton2); this.groupBox3.Controls.Add(this.radioButton2);
this.groupBox3.Controls.Add(this.radioButton1); this.groupBox3.Controls.Add(this.radioButton1);
this.groupBox3.Location = new System.Drawing.Point(12, 20); this.groupBox3.Location = new System.Drawing.Point(16, 25);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Name = "groupBox3"; this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(308, 52); this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Size = new System.Drawing.Size(411, 64);
this.groupBox3.TabIndex = 17; this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false; this.groupBox3.TabStop = false;
this.groupBox3.Text = "Quelle"; this.groupBox3.Text = "Quelle";
@@ -333,9 +342,10 @@
// radioButton2 // radioButton2
// //
this.radioButton2.AutoSize = true; this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(111, 20); this.radioButton2.Location = new System.Drawing.Point(148, 25);
this.radioButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radioButton2.Name = "radioButton2"; this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(76, 17); this.radioButton2.Size = new System.Drawing.Size(92, 20);
this.radioButton2.TabIndex = 1; this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "Produktion"; this.radioButton2.Text = "Produktion";
this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.UseVisualStyleBackColor = true;
@@ -344,9 +354,10 @@
// //
this.radioButton1.AutoSize = true; this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true; this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(6, 20); this.radioButton1.Location = new System.Drawing.Point(8, 25);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radioButton1.Name = "radioButton1"; this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(75, 17); this.radioButton1.Size = new System.Drawing.Size(90, 20);
this.radioButton1.TabIndex = 0; this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true; this.radioButton1.TabStop = true;
this.radioButton1.Text = "Integration"; this.radioButton1.Text = "Integration";
@@ -358,78 +369,87 @@
this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label8);
this.panel2.Location = new System.Drawing.Point(998, 92); this.panel2.Location = new System.Drawing.Point(1331, 113);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2"; this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(200, 72); this.panel2.Size = new System.Drawing.Size(267, 89);
this.panel2.TabIndex = 16; this.panel2.TabIndex = 16;
this.panel2.Visible = false; this.panel2.Visible = false;
// //
// label6 // label6
// //
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 8); this.label6.Location = new System.Drawing.Point(19, 10);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 13); this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 12; this.label6.TabIndex = 12;
this.label6.Text = "Quellen:"; this.label6.Text = "Quellen:";
// //
// label9 // label9
// //
this.label9.AutoSize = true; this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 34); this.label9.Location = new System.Drawing.Point(19, 42);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(157, 13); this.label9.Size = new System.Drawing.Size(198, 16);
this.label9.TabIndex = 15; this.label9.TabIndex = 15;
this.label9.Text = "- Ondoc_Versandstrasse_Paket"; this.label9.Text = "- Ondoc_Versandstrasse_Paket";
// //
// label7 // label7
// //
this.label7.AutoSize = true; this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 21); this.label7.Location = new System.Drawing.Point(19, 26);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7"; this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(120, 13); this.label7.Size = new System.Drawing.Size(148, 16);
this.label7.TabIndex = 13; this.label7.TabIndex = 13;
this.label7.Text = "- ProvDokuments (CLM)"; this.label7.Text = "- ProvDokuments (CLM)";
// //
// label8 // label8
// //
this.label8.AutoSize = true; this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 48); this.label8.Location = new System.Drawing.Point(19, 59);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8"; this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(138, 13); this.label8.Size = new System.Drawing.Size(169, 16);
this.label8.TabIndex = 14; this.label8.TabIndex = 14;
this.label8.Text = "- _OnDoc_API_TestScripts "; this.label8.Text = "- _OnDoc_API_TestScripts ";
// //
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(578, 33); this.label5.Location = new System.Drawing.Point(771, 41);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(105, 13); this.label5.Size = new System.Drawing.Size(131, 16);
this.label5.TabIndex = 11; this.label5.TabIndex = 11;
this.label5.Text = "Vorhandene Dateien"; this.label5.Text = "Vorhandene Dateien";
// //
// label4 // label4
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 98); this.label4.Location = new System.Drawing.Point(23, 121);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(58, 13); this.label4.Size = new System.Drawing.Size(73, 16);
this.label4.TabIndex = 10; this.label4.TabIndex = 10;
this.label4.Text = "Dateiname"; this.label4.Text = "Dateiname";
// //
// txtfilename // txtfilename
// //
this.txtfilename.Location = new System.Drawing.Point(110, 95); this.txtfilename.Location = new System.Drawing.Point(147, 117);
this.txtfilename.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtfilename.Name = "txtfilename"; this.txtfilename.Name = "txtfilename";
this.txtfilename.Size = new System.Drawing.Size(377, 20); this.txtfilename.Size = new System.Drawing.Size(501, 22);
this.txtfilename.TabIndex = 9; this.txtfilename.TabIndex = 9;
// //
// button5 // button5
// //
this.button5.Location = new System.Drawing.Point(977, 30); this.button5.Location = new System.Drawing.Point(1303, 37);
this.button5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button5.Name = "button5"; this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(131, 23); this.button5.Size = new System.Drawing.Size(175, 28);
this.button5.TabIndex = 8; this.button5.TabIndex = 8;
this.button5.Text = "PDF generieren"; this.button5.Text = "PDF generieren";
this.button5.UseVisualStyleBackColor = true; this.button5.UseVisualStyleBackColor = true;
@@ -438,16 +458,19 @@
// listBox1 // listBox1
// //
this.listBox1.FormattingEnabled = true; this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(715, 33); this.listBox1.ItemHeight = 16;
this.listBox1.Location = new System.Drawing.Point(953, 41);
this.listBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBox1.Name = "listBox1"; this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(235, 121); this.listBox1.Size = new System.Drawing.Size(312, 148);
this.listBox1.TabIndex = 7; this.listBox1.TabIndex = 7;
// //
// button3 // button3
// //
this.button3.Location = new System.Drawing.Point(110, 129); this.button3.Location = new System.Drawing.Point(147, 159);
this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 23); this.button3.Size = new System.Drawing.Size(144, 28);
this.button3.TabIndex = 6; this.button3.TabIndex = 6;
this.button3.Text = "Datei-Export"; this.button3.Text = "Datei-Export";
this.button3.UseVisualStyleBackColor = true; this.button3.UseVisualStyleBackColor = true;
@@ -455,17 +478,19 @@
// //
// txtfilekey // txtfilekey
// //
this.txtfilekey.Location = new System.Drawing.Point(110, 72); this.txtfilekey.Location = new System.Drawing.Point(147, 89);
this.txtfilekey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtfilekey.Name = "txtfilekey"; this.txtfilekey.Name = "txtfilekey";
this.txtfilekey.Size = new System.Drawing.Size(377, 20); this.txtfilekey.Size = new System.Drawing.Size(501, 22);
this.txtfilekey.TabIndex = 3; this.txtfilekey.TabIndex = 3;
// //
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 75); this.label3.Location = new System.Drawing.Point(21, 92);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 13); this.label3.Size = new System.Drawing.Size(96, 16);
this.label3.TabIndex = 2; this.label3.TabIndex = 2;
this.label3.Text = "ESS-Schlüssel"; this.label3.Text = "ESS-Schlüssel";
this.label3.Click += new System.EventHandler(this.label3_Click); this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -481,17 +506,20 @@
this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(319, 170); this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Size = new System.Drawing.Size(425, 209);
this.groupBox1.TabIndex = 0; this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Datenbank"; this.groupBox1.Text = "Datenbank";
// //
// button4 // button4
// //
this.button4.Location = new System.Drawing.Point(91, 131); this.button4.Location = new System.Drawing.Point(121, 161);
this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button4.Name = "button4"; this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(131, 23); this.button4.Size = new System.Drawing.Size(175, 28);
this.button4.TabIndex = 7; this.button4.TabIndex = 7;
this.button4.Text = "PDF generieren"; this.button4.Text = "PDF generieren";
this.button4.UseVisualStyleBackColor = true; this.button4.UseVisualStyleBackColor = true;
@@ -499,9 +527,10 @@
// //
// button2 // button2
// //
this.button2.Location = new System.Drawing.Point(228, 91); this.button2.Location = new System.Drawing.Point(304, 112);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2"; this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23); this.button2.Size = new System.Drawing.Size(100, 28);
this.button2.TabIndex = 5; this.button2.TabIndex = 5;
this.button2.Text = "Speichern"; this.button2.Text = "Speichern";
this.button2.UseVisualStyleBackColor = true; this.button2.UseVisualStyleBackColor = true;
@@ -509,9 +538,10 @@
// //
// button1 // button1
// //
this.button1.Location = new System.Drawing.Point(12, 91); this.button1.Location = new System.Drawing.Point(16, 112);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1"; 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 = 4; this.button1.TabIndex = 4;
this.button1.Text = "Laden"; this.button1.Text = "Laden";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
@@ -520,45 +550,50 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 57); this.label2.Location = new System.Drawing.Point(16, 70);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 13); this.label2.Size = new System.Drawing.Size(80, 16);
this.label2.TabIndex = 3; this.label2.TabIndex = 3;
this.label2.Text = "Gespeichert"; this.label2.Text = "Gespeichert";
// //
// comboBox1 // comboBox1
// //
this.comboBox1.FormattingEnabled = true; this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(91, 57); this.comboBox1.Location = new System.Drawing.Point(121, 70);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBox1.Name = "comboBox1"; this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(212, 21); this.comboBox1.Size = new System.Drawing.Size(281, 24);
this.comboBox1.TabIndex = 2; this.comboBox1.TabIndex = 2;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
// //
// txtdbkey // txtdbkey
// //
this.txtdbkey.Location = new System.Drawing.Point(91, 30); this.txtdbkey.Location = new System.Drawing.Point(121, 37);
this.txtdbkey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtdbkey.Name = "txtdbkey"; this.txtdbkey.Name = "txtdbkey";
this.txtdbkey.Size = new System.Drawing.Size(212, 20); this.txtdbkey.Size = new System.Drawing.Size(281, 22);
this.txtdbkey.TabIndex = 1; this.txtdbkey.TabIndex = 1;
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 33); this.label1.Location = new System.Drawing.Point(16, 41);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 13); this.label1.Size = new System.Drawing.Size(65, 16);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Schlüssel"; this.label1.Text = "Schlüssel";
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1724, 888); this.ClientSize = new System.Drawing.Size(1924, 1055);
this.Controls.Add(this.splitContainer1); this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1); this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1"; this.Name = "Form1";
this.Text = "OnDoc-API-DocTest"; this.Text = "OnDoc-API-DocTest";
this.Load += new System.EventHandler(this.Form1_Load); this.Load += new System.EventHandler(this.Form1_Load);
+4 -4
View File
@@ -124,7 +124,7 @@
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t /aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
@@ -139,7 +139,7 @@
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t /aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
@@ -154,7 +154,7 @@
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t /aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
@@ -169,7 +169,7 @@
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t /aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
+211
View File
@@ -0,0 +1,211 @@
namespace API_DocTest
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings2 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings2 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings2 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config2 = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
this.panel1 = new System.Windows.Forms.Panel();
this.editControl1 = new Syncfusion.Windows.Forms.Edit.EditControl();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel2 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// pdfViewerControl1
//
this.pdfViewerControl1.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pdfViewerControl1.EnableContextMenu = true;
this.pdfViewerControl1.EnableNotificationBar = true;
this.pdfViewerControl1.HorizontalScrollOffset = 0;
this.pdfViewerControl1.IsBookmarkEnabled = true;
this.pdfViewerControl1.IsTextSearchEnabled = true;
this.pdfViewerControl1.IsTextSelectionEnabled = true;
this.pdfViewerControl1.Location = new System.Drawing.Point(0, 0);
messageBoxSettings2.EnableNotification = true;
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings2;
this.pdfViewerControl1.MinimumZoomPercentage = 50;
this.pdfViewerControl1.Name = "pdfViewerControl1";
this.pdfViewerControl1.PageBorderThickness = 1;
pdfViewerPrinterSettings2.Copies = 1;
pdfViewerPrinterSettings2.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
pdfViewerPrinterSettings2.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
pdfViewerPrinterSettings2.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings2.PrintLocation")));
pdfViewerPrinterSettings2.ShowPrintStatusDialog = true;
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings2;
this.pdfViewerControl1.ReferencePath = null;
this.pdfViewerControl1.ScrollDisplacementValue = 0;
this.pdfViewerControl1.ShowHorizontalScrollBar = true;
this.pdfViewerControl1.ShowToolBar = true;
this.pdfViewerControl1.ShowVerticalScrollBar = true;
this.pdfViewerControl1.Size = new System.Drawing.Size(615, 770);
this.pdfViewerControl1.SpaceBetweenPages = 8;
this.pdfViewerControl1.TabIndex = 3;
this.pdfViewerControl1.Text = "pdfViewerControl1";
textSearchSettings2.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
textSearchSettings2.HighlightAllInstance = true;
textSearchSettings2.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.pdfViewerControl1.TextSearchSettings = textSearchSettings2;
this.pdfViewerControl1.ThemeName = "Default";
this.pdfViewerControl1.VerticalScrollOffset = 0;
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
//
// panel1
//
this.panel1.Controls.Add(this.editControl1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(425, 770);
this.panel1.TabIndex = 2;
//
// editControl1
//
this.editControl1.AllowZoom = false;
this.editControl1.ChangedLinesMarkingLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(98)))));
this.editControl1.CodeSnipptSize = new System.Drawing.Size(100, 100);
this.editControl1.Configurator = config2;
this.editControl1.ContextChoiceBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.editControl1.ContextChoiceBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(166)))), ((int)(((byte)(50)))));
this.editControl1.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
this.editControl1.ContextPromptBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
this.editControl1.ContextTooltipBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(232)))), ((int)(((byte)(236))))));
this.editControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
this.editControl1.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.editControl1.Location = new System.Drawing.Point(0, 0);
this.editControl1.MarkerAreaWidth = 20;
this.editControl1.Name = "editControl1";
this.editControl1.RenderRightToLeft = false;
this.editControl1.ScrollPosition = new System.Drawing.Point(0, 0);
this.editControl1.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255)))));
this.editControl1.ShowEndOfLine = false;
this.editControl1.Size = new System.Drawing.Size(425, 770);
this.editControl1.StatusBarSettings.CoordsPanel.Width = 150;
this.editControl1.StatusBarSettings.EncodingPanel.Width = 100;
this.editControl1.StatusBarSettings.FileNamePanel.Width = 100;
this.editControl1.StatusBarSettings.InsertPanel.Width = 33;
this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
this.editControl1.StatusBarSettings.StatusPanel.Width = 70;
this.editControl1.StatusBarSettings.TextPanel.Width = 214;
this.editControl1.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
this.editControl1.TabIndex = 26;
this.editControl1.Text = "";
this.editControl1.UseXPStyleBorder = true;
this.editControl1.VisualColumn = 1;
this.editControl1.VScrollMode = Syncfusion.Windows.Forms.Edit.ScrollMode.Immediate;
this.editControl1.ZoomFactor = 1F;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
this.splitContainer1.Panel1.Controls.Add(this.panel2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pdfViewerControl1);
this.splitContainer1.Size = new System.Drawing.Size(1180, 770);
this.splitContainer1.SplitterDistance = 562;
this.splitContainer1.SplitterWidth = 3;
this.splitContainer1.TabIndex = 4;
//
// panel2
//
this.panel2.Controls.Add(this.button5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
this.panel2.Location = new System.Drawing.Point(425, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(137, 770);
this.panel2.TabIndex = 26;
//
// button5
//
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button5.Image = global::API_DocTest.Properties.Resources.PDF_128;
this.button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button5.Location = new System.Drawing.Point(3, 3);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(131, 168);
this.button5.TabIndex = 25;
this.button5.Text = "PDF generieren";
this.button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1180, 770);
this.Controls.Add(this.splitContainer1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form3";
this.Text = "API-Test";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1;
private System.Windows.Forms.Panel panel1;
private Syncfusion.Windows.Forms.Edit.EditControl editControl1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button5;
}
}
+98
View File
@@ -0,0 +1,98 @@
using Newtonsoft.Json.Linq;
using Syncfusion.Windows.Forms.PdfViewer;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace API_DocTest
{
public partial class Form3 : Form
{
static readonly string ApiUrl = Properties.Settings.Default.DogGenURI;
static readonly string token = Properties.Settings.Default.Token;
public Form3()
{
InitializeComponent();
}
public static byte[] Generate(string json)
{
try
{
using (var client = new HttpClient())
{
// 🔐 Bearer Token
client.DefaultRequestHeaders.Accept.Clear();
client.DefaultRequestHeaders.Accept.Add(
new MediaTypeWithQualityHeaderValue("application/json"));
client.DefaultRequestHeaders.Authorization =
new AuthenticationHeaderValue("Bearer", token);
var content = new StringContent(
json,
Encoding.UTF8,
"application/json");
var response = client.PostAsync(ApiUrl, content).Result;
var responseText = response.Content.ReadAsStringAsync().Result;
if (!response.IsSuccessStatusCode)
{
// optional: Logging
return null;
}
var jsonResult = JObject.Parse(responseText);
var base64Pdf = jsonResult["file"]?.ToString();
if (string.IsNullOrEmpty(base64Pdf))
return null;
return Convert.FromBase64String(base64Pdf);
}
}
catch (Exception ex)
{
// Logging
return null;
}
}
private void button5_Click(object sender, EventArgs e)
{
try
{
byte[] byteArray = Generate(editControl1.Text);
string temp_inBase64 = Convert.ToBase64String(byteArray);
var stream = new MemoryStream(Convert.FromBase64String(temp_inBase64));
if (stream.Length > 0)
{
this.pdfViewerControl1.Load(stream);
this.pdfViewerControl1.Visible = true;
pdfViewerControl1.ZoomMode = ZoomMode.FitWidth;
}
else
{
}
}
catch (Exception ex) { MessageBox.Show("Fehler beim Generieren." + ex.Message, "Generieren", MessageBoxButtons.OK, MessageBoxIcon.Error); }
}
}
}
+127
View File
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="pdfViewerPrinterSettings2.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh
d2luZy5Qb2ludEYCAAAAAXgBeQAACwsCAAAAAAAAAAAAAAAL
</value>
</data>
</root>
+11 -5
View File
@@ -1,4 +1,5 @@
using System; using Syncfusion.Windows.Forms.Edit;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
@@ -16,14 +17,19 @@ namespace API_DocTest
{ {
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false); Application.SetCompatibleTextRenderingDefault(false);
if (Properties.Settings.Default.Testumgebung == "Fachuser") switch (Properties.Settings.Default.Testumgebung)
{ {
case "Fachuser":
Application.Run(new Form2()); Application.Run(new Form2());
} break;
else case "Single":
{ Application.Run(new Form3());
break;
default:
Application.Run(new Form1()); Application.Run(new Form1());
break;
} }
} }
} }
} }
+13 -13
View File
@@ -12,7 +12,7 @@ namespace API_DocTest.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "18.6.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -74,18 +74,6 @@ namespace API_DocTest.Properties {
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Fachuserx")]
public string Testumgebung {
get {
return ((string)(this["Testumgebung"]));
}
set {
this["Testumgebung"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;pas" + [global::System.Configuration.DefaultSettingValueAttribute("data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;pas" +
@@ -110,5 +98,17 @@ namespace API_DocTest.Properties {
this["PathUser"] = value; this["PathUser"] = value;
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Single")]
public string Testumgebung {
get {
return ((string)(this["Testumgebung"]));
}
set {
this["Testumgebung"] = value;
}
}
} }
} }
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -23,7 +23,7 @@
<value>x:\jsonfiles\</value> <value>x:\jsonfiles\</value>
</setting> </setting>
<setting name="Testumgebung" serializeAs="String"> <setting name="Testumgebung" serializeAs="String">
<value>Fachuserx</value> <value>Single</value>
</setting> </setting>
<setting name="ConnectionStringPrd" serializeAs="String"> <setting name="ConnectionStringPrd" serializeAs="String">
<value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value> <value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
aff5ac527537e1677016f4efe8675e73cf50d15b6bc774eab585aef2ff28072b 9f629e504b8daa89c14e633e9b82208c1fa3a149ca1094d2e79a9b12cbb6bd5c
@@ -6,10 +6,11 @@ E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Licensing.dll
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Newtonsoft.Json.xml E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Newtonsoft.Json.xml
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.AssemblyReference.cache E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.AssemblyReference.cache
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form1.resources E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form1.resources
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form2.resources
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form3.resources
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Properties.Resources.resources E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Properties.Resources.resources
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.GenerateResource.cache E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.GenerateResource.cache
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.CoreCompileInputs.cache E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.CoreCompileInputs.cache
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocT.E6DB62E4.Up2Date E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocT.E6DB62E4.Up2Date
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.exe E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.exe
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.pdb E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.pdb
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form2.resources
Binary file not shown.
Binary file not shown.
@@ -5,12 +5,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc</_PublishTargetUrl> <_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc</_PublishTargetUrl>
<History>True|2026-05-15T05:27:55.6253478Z||;True|2026-05-14T10:34:04.0817762+02:00||;True|2026-05-14T09:27:10.3964277+02:00||;True|2026-05-11T13:25:56.8669971+02:00||;True|2026-05-11T12:55:37.1811149+02:00||;True|2026-05-11T12:14:23.3596137+02:00||;True|2026-05-11T11:48:44.0336829+02:00||;True|2026-05-07T13:23:58.5332941+02:00||;True|2026-05-07T10:58:34.9785881+02:00||;True|2026-05-05T18:59:52.5708006+02:00||;True|2026-05-01T09:52:11.2216548+02:00||;True|2026-04-27T07:59:24.4037454+02:00||;True|2026-04-26T07:46:17.4664888+02:00||;True|2026-04-24T06:24:40.7783022+02:00||;True|2026-04-23T11:21:20.3704464+02:00||;True|2026-04-23T10:31:57.1547227+02:00||;True|2026-04-23T09:53:44.7739372+02:00||;True|2026-04-23T09:53:32.6495578+02:00||;True|2026-04-23T09:47:39.5698157+02:00||;True|2026-04-21T18:33:32.1288240+02:00||;True|2026-04-21T12:42:16.0067525+02:00||;True|2026-04-20T09:19:29.7327180+02:00||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;True|2026-03-09T13:40:46.3543575+01:00||;True|2026-03-09T10:31:33.7382200+01:00||;</History> <History>True|2026-05-31T13:09:49.3962708Z||;True|2026-05-29T13:27:40.3525030+02:00||;True|2026-05-15T07:27:55.6253478+02:00||;True|2026-05-14T10:34:04.0817762+02:00||;True|2026-05-14T09:27:10.3964277+02:00||;True|2026-05-11T13:25:56.8669971+02:00||;True|2026-05-11T12:55:37.1811149+02:00||;True|2026-05-11T12:14:23.3596137+02:00||;True|2026-05-11T11:48:44.0336829+02:00||;True|2026-05-07T13:23:58.5332941+02:00||;True|2026-05-07T10:58:34.9785881+02:00||;True|2026-05-05T18:59:52.5708006+02:00||;True|2026-05-01T09:52:11.2216548+02:00||;True|2026-04-27T07:59:24.4037454+02:00||;True|2026-04-26T07:46:17.4664888+02:00||;True|2026-04-24T06:24:40.7783022+02:00||;True|2026-04-23T11:21:20.3704464+02:00||;True|2026-04-23T10:31:57.1547227+02:00||;True|2026-04-23T09:53:44.7739372+02:00||;True|2026-04-23T09:53:32.6495578+02:00||;True|2026-04-23T09:47:39.5698157+02:00||;True|2026-04-21T18:33:32.1288240+02:00||;True|2026-04-21T12:42:16.0067525+02:00||;True|2026-04-20T09:19:29.7327180+02:00||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;</History>
<LastFailureDetails /> <LastFailureDetails />
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<File Include="App_Data/TableConfig.json"> <File Include="App_Data/TableConfig.json">
<publishTime>03/25/2026 08:50:50</publishTime> <publishTime>05/29/2026 08:44:34</publishTime>
</File> </File>
<File Include="App_Data/users.json"> <File Include="App_Data/users.json">
<publishTime>03/31/2026 12:51:47</publishTime> <publishTime>03/31/2026 12:51:47</publishTime>
@@ -145,13 +145,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>10/20/2023 22:35:04</publishTime> <publishTime>10/20/2023 22:35:04</publishTime>
</File> </File>
<File Include="bin/DOCGEN.dll"> <File Include="bin/DOCGEN.dll">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/DOCGEN.dll.config"> <File Include="bin/DOCGEN.dll.config">
<publishTime>03/11/2026 15:59:42</publishTime> <publishTime>03/11/2026 15:59:42</publishTime>
</File> </File>
<File Include="bin/DOCGEN.pdb"> <File Include="bin/DOCGEN.pdb">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/FastReport.Bars.dll"> <File Include="bin/FastReport.Bars.dll">
<publishTime>11/27/2023 09:49:58</publishTime> <publishTime>11/27/2023 09:49:58</publishTime>
@@ -268,16 +268,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>02/03/2026 12:58:53</publishTime> <publishTime>02/03/2026 12:58:53</publishTime>
</File> </File>
<File Include="bin/OnDocOffice.dll"> <File Include="bin/OnDocOffice.dll">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/OnDocOffice.pdb"> <File Include="bin/OnDocOffice.pdb">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/OnDoc_NetFramework.dll"> <File Include="bin/OnDoc_NetFramework.dll">
<publishTime>05/15/2026 07:27:54</publishTime> <publishTime>05/31/2026 15:09:48</publishTime>
</File> </File>
<File Include="bin/OnDoc_NetFramework.pdb"> <File Include="bin/OnDoc_NetFramework.pdb">
<publishTime>05/15/2026 07:27:54</publishTime> <publishTime>05/31/2026 15:09:48</publishTime>
</File> </File>
<File Include="bin/Owin.dll"> <File Include="bin/Owin.dll">
<publishTime>11/13/2012 13:19:34</publishTime> <publishTime>11/13/2012 13:19:34</publishTime>
@@ -496,10 +496,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>03/31/2026 10:28:22</publishTime> <publishTime>03/31/2026 10:28:22</publishTime>
</File> </File>
<File Include="bin/Versandstrasse.dll"> <File Include="bin/Versandstrasse.dll">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/Versandstrasse.pdb"> <File Include="bin/Versandstrasse.pdb">
<publishTime>05/15/2026 07:27:53</publishTime> <publishTime>05/31/2026 15:09:47</publishTime>
</File> </File>
<File Include="bin/WebActivatorEx.dll"> <File Include="bin/WebActivatorEx.dll">
<publishTime>05/10/2016 15:11:52</publishTime> <publishTime>05/10/2016 15:11:52</publishTime>
@@ -514,7 +514,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>06/02/2026 17:20:00</publishTime> <publishTime>06/02/2026 17:20:00</publishTime>
</File> </File>
<File Include="CLM.aspx"> <File Include="CLM.aspx">
<publishTime>03/17/2026 13:46:05</publishTime> <publishTime>05/29/2026 12:22:32</publishTime>
</File> </File>
<File Include="Content/bootstrap-grid.css"> <File Include="Content/bootstrap-grid.css">
<publishTime>03/06/2024 09:16:17</publishTime> <publishTime>03/06/2024 09:16:17</publishTime>
@@ -628,7 +628,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>07/19/2024 12:25:43</publishTime> <publishTime>07/19/2024 12:25:43</publishTime>
</File> </File>
<File Include="JSONViewer.aspx"> <File Include="JSONViewer.aspx">
<publishTime>03/25/2026 11:37:55</publishTime> <publishTime>05/29/2026 12:14:13</publishTime>
</File> </File>
<File Include="OnDocAPIHome.aspx"> <File Include="OnDocAPIHome.aspx">
<publishTime>01/01/0001 00:00:00</publishTime> <publishTime>01/01/0001 00:00:00</publishTime>
@@ -715,7 +715,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>03/06/2024 08:11:55</publishTime> <publishTime>03/06/2024 08:11:55</publishTime>
</File> </File>
<File Include="Web.config"> <File Include="Web.config">
<publishTime>05/11/2026 13:25:55</publishTime> <publishTime>05/31/2026 15:09:49</publishTime>
</File> </File>
</ItemGroup> </ItemGroup>
</Project> </Project>
+2
View File
@@ -51,6 +51,8 @@
<add key="clmwordsave" value="d:\temp\"/> <add key="clmwordsave" value="d:\temp\"/>
<add key="rotatepage" value="true"/> <add key="rotatepage" value="true"/>
<add key="UpdateProfilTeam_when_na" value="true"/> <add key="UpdateProfilTeam_when_na" value="true"/>
<add key="ImageSize_in_Prozent" value="50"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -51,6 +51,8 @@
<add key="clmwordsave" value="d:\temp\"/> <add key="clmwordsave" value="d:\temp\"/>
<add key="rotatepage" value="true"/> <add key="rotatepage" value="true"/>
<add key="UpdateProfilTeam_when_na" value="true"/> <add key="UpdateProfilTeam_when_na" value="true"/>
<add key="ImageSize_in_Prozent" value="50"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
@@ -3,52 +3,74 @@
{ {
"key": "Ondoc_Versandstrasse_Paket", "key": "Ondoc_Versandstrasse_Paket",
"displayName": "Ondoc_Versandstrasse_Paket", "displayName": "Ondoc_Versandstrasse_Paket",
"sqlList": "SELECT ID, erstellt_am as Name from Ondoc_Versandstrasse_Paket order by Id desc", "sqlList": "SELECT ID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am, convert(varchar(10),versendet_am,104)+' '+' ' + convert(VARCHAR(8), versendet_am, 14) as Versendet_am, Ersteller, Aktiv, isnull(signed,1) as Signed from Ondoc_Versandstrasse_Paket [FILTER] order by Id desc",
"sqlById": "SELECT paket as JsonData from Ondoc_Versandstrasse_Paket where id= @id ", "sqlById": "SELECT paket as JsonData from Ondoc_Versandstrasse_Paket where id= @id ",
"idField": "ID", "idField": "ID",
"displayField": "ID", "displayField": "ID",
"jsonField": "JsonData", "jsonField": "JsonData",
"Buttons": "Öffnen;PaketAnzeige", "Buttons": "Öffnen;PaketAnzeige",
"AnzeigeDokument": "SELECT paket as JsonData from Ondoc_Versandstrasse_Paket where id= @id ", "AnzeigeDokument": "Select paket as JsonData from Ondoc_versandstrasse_paket where id=@id",
"FilterColumns": "" "FilterColumns": "ID"
}, },
{ {
"key": "NLOGApiDoc", "key": "APIDokumente",
"displayName": "APIDoc", "displayName": "API-Dokumente/Pakete",
"sqlList": "SELECT ID, CreatedOn, GUID from edoka_journale.dbo.nlogapidoc where message='Input JSON' and isnull(div,'')<>'' order by Id desc", "sqlList": "SELECT ID, Erstellt_am, GUID from edoka_journale.dbo.view_api_dokumente [FILTER] order by Id desc",
"sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ", "sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ",
"idField": "ID", "idField": "ID",
"displayField": "ID", "displayField": "ID",
"jsonField": "JsonData", "jsonField": "JsonData",
"Buttons": "Öffnen;DokumenteAnzeigen", "Buttons": "Öffnen",
"AnzeigeDokument": "SELECT EDOKA.dbo.BinaryToBase64(EDOKA.dbo.Doks.Dokument) FROM edoka_journale.dbo.NLOGApiDoc INNER JOIN EDOKA.dbo.Doks ON edoka_journale.dbo.NLOGApiDoc.Div COLLATE SQL_Latin1_General_CP1_CI_AS = EDOKA.dbo.Doks.DokumentID WHERE edoka_journale.dbo.NLOGApiDoc.GUID = @id AND edoka_journale.dbo.NLOGApiDoc.Div LIKE 'OFFEDK%'",
"FilterColumns": "ID;GUID"
},
{
"key": "APIArchivierung",
"displayName": "API-Archivierung",
"sqlList": "SELECT ID, Erstellt_am, GUID from edoka_journale.dbo.View_API_Archivierung [FILTER] order by Id desc",
"sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ",
"idField": "ID",
"displayField": "ID",
"jsonField": "JsonData",
"Buttons": "Öffnen",
"AnzeigeDokument": "", "AnzeigeDokument": "",
"FilterColumns": "id;GUID" "FilterColumns": "ID;GUID"
},
{
"key": "NLOGApiDoc",
"displayName": "API-NLOGApiDoc - last 500",
"sqlList": "SELECT top 500 [id],[Origin],[Message],[LogLevel],[CreatedOn],[UserID],case when len([Div])>30 then substring(div,1,27)+'...' else [div] end as DIV,[GUID] from edoka_journale.dbo.NLOGApiDoc [FILTER] order by id desc",
"sqlById": "",
"idField": "ID",
"displayField": "ID",
"jsonField": "JsonData",
"Buttons": "",
"AnzeigeDokument": "",
"FilterColumns": "ID;GUID"
}, },
{ {
"key": "CLMDokumente", "key": "CLMDokumente",
"displayName": "CLM-Dokumente", "displayName": "CLM-Dokumente",
"sqlList": "SELECT ID, clmdokumentid as CLM_ID, GUID, Erstellt_Am, Aktiv, Archivstatus, Archiviert from ondoc_clm_dokumente [FILTER] order by Id desc", "sqlList": "SELECT ID, clmdokumentid as CLM_ID, GUID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am , Aktiv, Archivstatus, Archiviert from ondoc_clm_dokumente [FILTER] order by Id desc",
"sqlById": "SELECT jsondata as JsonData from ondoc_clm_dokumente where id= @id ", "sqlById": "SELECT jsondata as JsonData from ondoc_clm_dokumente where id= @id ",
"idField": "ID", "idField": "ID",
"displayField": "ID", "displayField": "ID",
"jsonField": "JsonData", "jsonField": "JsonData",
"Buttons": "Öffnen;Anzeigen", "Buttons": "Öffnen;Anzeigen",
"AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id", "AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
"FilterColumns": "clmdokumentid;archivstatus" "FilterColumns": "clmdokumentid;guid;archivstatus"
}, },
{ {
"key": "CLMJournal", "key": "CLMJournal",
"displayName": "CLM-Journal", "displayName": "CLM-Journal",
"sqlList": "SELECT ID, clmdokumentid as CLM_ID, Dokumentid, GUID, Erstellt_Am, Aktiv, Archivstatus, Archiviert, Archiviert_am from ondoc_clm_dokumente [FILTER] order by Id desc", "sqlList": "SELECT ID, clmdokumentid as CLM_ID, Dokumentid, GUID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am, Aktiv, Archivstatus, Archiviert, isnull(convert(varchar(10),archiviert_am,104)+' '+ convert(VARCHAR(8), archiviert_am, 14) ,'') as Archiviert_am from ondoc_clm_dokumente [FILTER] order by Id desc",
"sqlById": " ", "sqlById": "",
"idField": "ID", "idField": "ID",
"displayField": "ID", "displayField": "ID",
"jsonField": "", "jsonField": "",
"Buttons": "Anzeigen", "Buttons": "Anzeigen",
"AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id", "AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
"FilterColumns": "clmdokumentid;archivstatus;dokumentid" "FilterColumns": "clmdokumentid;guid;archivstatus;dokumentid"
} }
] ]
} }
@@ -311,7 +311,7 @@
function generateFromJson() { function generateFromJson() {
var jsonText = editor.getValue(); var jsonText = editor.getValue();
alert("Hallo");
$.ajax({ $.ajax({
type: "POST", type: "POST",
@@ -323,15 +323,24 @@
"Authorization": "Bearer " + "pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" "Authorization": "Bearer " + "pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98="
}, },
success: function (response) { success: function (response) {
var pdfWindow = window.open("");
pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + response.file + "'></iframe>"); PageMethods.SaveTempFile(
//alert("Server Response: " + response.file); response.file,
function (response) {
window.open("/PDFViewer.aspx", "_blank").focus();
var a = 1;
},
function (err) {
alert(err.get_message());
}
);
}, },
error: function (err) { error: function (err) {
alert("Error: " + err.responseText); alert("Error: " + err.responseText);
} }
}); });
} }
function showDoc(tableKey, id) { function showDoc(tableKey, id) {
@@ -339,15 +348,20 @@
tableKey, tableKey,
id, id,
function (result) { function (result) {
var pdfWindow = window.open(""); PageMethods.SaveTempFile(
pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + result + "'></iframe>"); result,
function (result) {
window.open("/PDFViewer.aspx", "_blank").focus();
}, },
function (err) { function (err) {
alert(err.get_message());
alert(err.get_message()) }
);
},
function (err) {
alert(err.get_message());
} }
); );
} }
function loadJson(tableKey, id) { function loadJson(tableKey, id) {
@@ -12,7 +12,7 @@
<script src="/Scripts/ace/ext-searchbox.js"></script> <script src="/Scripts/ace/ext-searchbox.js"></script>
<link href="/Content/bootstrap.min.css" ref="stylesheet" /> <link href="/Content/bootstrap.min.css" ref="stylesheet" />
<link href="/Scripts/bootstrap532.min.js" rel="stylesheet" /> <link href="/Scripts/bootstrap532.min.js" rel="stylesheet" />
<%--<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />--%> <%--<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />--%>
<%--<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>--%> <%--<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>--%>
<%--<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.23.4/ace.js"></script>--%> <%--<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.23.4/ace.js"></script>--%>
@@ -159,7 +159,7 @@ padding-bottom:20px;
<!-- TITEL LINKS --> <!-- TITEL LINKS -->
<span class="navbar-brand">OnDoc-JSON-Viewer <span class="navbar-brand">OnDoc-JSON-Viewer
</span> </span>
<div class="ms-auto d-flex gap-2"> <div class="ms-auto d-flex gap-2">
@@ -279,15 +279,24 @@ padding-bottom:20px;
"Authorization": "Bearer " + "pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" "Authorization": "Bearer " + "pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98="
}, },
success: function (response) { success: function (response) {
var pdfWindow = window.open("");
pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + response.file + "'></iframe>");
PageMethods.SaveTempFile(
response.file,
function (response) {
window.open("/PDFViewer.aspx", "_blank").focus();
var a = 1;
}, },
function (err) {
alert(err.get_message());
}
);
},
error: function (err) { error: function (err) {
alert("Error: " + err.responseText); alert("Error: " + err.responseText);
} }
}); });
} }
function showDoc(tableKey, id) { function showDoc(tableKey, id) {
@@ -295,23 +304,30 @@ padding-bottom:20px;
tableKey, tableKey,
id, id,
function (result) { function (result) {
var pdfWindow = window.open(""); PageMethods.SaveTempFile(
pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + result + "'></iframe>"); result,
function (result) {
window.open("/PDFViewer.aspx", "_blank").focus();
}, },
function (err) { function (err) {
alert(err.get_message());
alert(err.get_message())
} }
); );
},
function (err) {
alert(err.get_message());
} }
);
}
function showAPIDocs(tableKey, id) { function showAPIDocs(tableKey, id) {
PageMethods.gwrAPIDocs( PageMethods.gwrAPIDocs(
tableKey, tableKey,
id, id,
function (result) { function (result) {
var pdfWindow = window.open(""); window.open("\PDFViewer.aspx", '_blank').focus();
pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + result + "'></iframe>");
}, },
function (err) { function (err) {
@@ -325,17 +341,21 @@ padding-bottom:20px;
tableKey, tableKey,
id, id,
function (result) { function (result) {
window.open("\PDFViewer.aspx", '_blank').focus(); PageMethods.SaveTempFile(
//var pdfWindow = window.open(""); result,
//pdfWindow.document.write("<iframe width='100%' height='100%' src='data:application/pdf;base64," + result + "'></iframe>"); function (result) {
window.open("/PDFViewer.aspx", "_blank").focus();
}, },
function (err) { function (err) {
alert(err.get_message());
alert(err.get_message())
} }
); );
},
function (err) {
alert(err.get_message());
} }
);
}
function loadJson(tableKey, id) { function loadJson(tableKey, id) {
editor.setValue("// lade JSON ...", -1); editor.setValue("// lade JSON ...", -1);
@@ -51,6 +51,7 @@
<add key="clmwordsave" value="d:\temp\" /> <add key="clmwordsave" value="d:\temp\" />
<add key="rotatepage" value="true" /> <add key="rotatepage" value="true" />
<add key="UpdateProfilTeam_when_na" value="true" /> <add key="UpdateProfilTeam_when_na" value="true" />
<add key="ImageSize_in_Prozent" value="50" />
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" /> <add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />
@@ -51,6 +51,8 @@
<add key="clmwordsave" value="d:\temp\"/> <add key="clmwordsave" value="d:\temp\"/>
<add key="rotatepage" value="true"/> <add key="rotatepage" value="true"/>
<add key="UpdateProfilTeam_when_na" value="true"/> <add key="UpdateProfilTeam_when_na" value="true"/>
<add key="ImageSize_in_Prozent" value="50"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
@@ -51,6 +51,7 @@
<add key="clmwordsave" value="d:\temp\" /> <add key="clmwordsave" value="d:\temp\" />
<add key="rotatepage" value="true" /> <add key="rotatepage" value="true" />
<add key="UpdateProfilTeam_when_na" value="true" /> <add key="UpdateProfilTeam_when_na" value="true" />
<add key="ImageSize_in_Prozent" value="50" />
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" /> <add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />
+4 -1
View File
@@ -53,7 +53,7 @@
<value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value> <value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value>
</setting> </setting>
<setting name="OfficeWatchTimerIntervall" serializeAs="String"> <setting name="OfficeWatchTimerIntervall" serializeAs="String">
<value>60000</value> <value>5000</value>
</setting> </setting>
<setting name="PrinterSettings" serializeAs="String"> <setting name="PrinterSettings" serializeAs="String">
<value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value> <value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value>
@@ -61,6 +61,9 @@
<setting name="GASSize" serializeAs="String"> <setting name="GASSize" serializeAs="String">
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="Lokaldrive" serializeAs="String">
<value>E:</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>
+1 -1
View File
@@ -65,7 +65,7 @@
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(472, 26); this.label2.Size = new System.Drawing.Size(472, 26);
this.label2.TabIndex = 2; this.label2.TabIndex = 2;
this.label2.Text = "8. Mai 2026"; this.label2.Text = "10. Juni 2026";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.label2_Click); this.label2.Click += new System.EventHandler(this.label2_Click);
// //
+31 -2
View File
@@ -39,6 +39,8 @@ namespace OnDoc.DocMgmt
private DataTable dokumentpaket = new DataTable(); private DataTable dokumentpaket = new DataTable();
private DataTable dokumentpaketvorlagen = new DataTable(); private DataTable dokumentpaketvorlagen = new DataTable();
private DataTable dokumentpaketvorlagen_Original = new DataTable(); private DataTable dokumentpaketvorlagen_Original = new DataTable();
private bool VerantwortungKube = false;
private bool FaksimileUnterschrift = false;
private int profilnr { get; set; } private int profilnr { get; set; }
public int dokumentpaketnr { get; set; } = 0; public int dokumentpaketnr { get; set; } = 0;
public int partnernr { get; set; } = 0; public int partnernr { get; set; } = 0;
@@ -118,7 +120,7 @@ namespace OnDoc.DocMgmt
DokTypSelect dt = new DokTypSelect(); DokTypSelect dt = new DokTypSelect();
dt.vorlagentype = 2; dt.vorlagentype = 2;
dt.ShowDialog(); dt.ShowDialog();
if (dt.DialogResult == DialogResult.OK) { dokumentpaketnr = Convert.ToInt32(dt.dokumenttypnr); return true; } else { return false; } if (dt.DialogResult == DialogResult.OK) { dokumentpaketnr = Convert.ToInt32(dt.dokumenttypnr); VerantwortungKube = false;FaksimileUnterschrift=false ; return true; } else { return false; }
} }
private void Dokumentpaket_Load(object sender, EventArgs e) private void Dokumentpaket_Load(object sender, EventArgs e)
{ {
@@ -139,6 +141,16 @@ namespace OnDoc.DocMgmt
Cursor = Cursors.WaitCursor; Cursor = Cursors.WaitCursor;
DB db = new DB(AppParams.connectionstring); DB db = new DB(AppParams.connectionstring);
db.Get_Tabledata("Select * from edex_dokumentpaket where dokumentpaketnr=" + dokumentpaketnr.ToString(), false, true); db.Get_Tabledata("Select * from edex_dokumentpaket where dokumentpaketnr=" + dokumentpaketnr.ToString(), false, true);
try
{
if (Convert.ToBoolean(db.dsdaten.Tables[0].Rows[0]["VerantwortungKube"]) == true) { VerantwortungKube = true; }
} catch { }
try
{
if (Convert.ToBoolean(db.dsdaten.Tables[0].Rows[0]["FaksimileUnterschrift"]) == true) { FaksimileUnterschrift = true; }
}
catch { }
dokumentpaket = db.dsdaten.Tables[0].Copy(); dokumentpaket = db.dsdaten.Tables[0].Copy();
db.clear_parameter(); db.clear_parameter();
@@ -265,6 +277,7 @@ namespace OnDoc.DocMgmt
{ {
if (txtbpnummer.Text != "") { extdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); } if (txtbpnummer.Text != "") { extdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); }
} }
extdoc.Refresh_Details(db.dsdaten.Tables[0].Rows[0][0].ToString(), db.dsdaten.Tables[0].Rows[0][1].ToString()); extdoc.Refresh_Details(db.dsdaten.Tables[0].Rows[0][0].ToString(), db.dsdaten.Tables[0].Rows[0][1].ToString());
TabPageAdv tabPage1 = new TabPageAdv(r[3].ToString()); TabPageAdv tabPage1 = new TabPageAdv(r[3].ToString());
tabPage1.Controls.Add(extdoc); tabPage1.Controls.Add(extdoc);
@@ -286,9 +299,25 @@ namespace OnDoc.DocMgmt
{ {
if (txtbpnummer.Text != "") { newdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); } if (txtbpnummer.Text != "") { newdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); }
} }
try
{
if (VerantwortungKube)
{
newdoc.set_kubezustaendigkeit();
}
}
catch { }
newdoc.Refresh_Details(); newdoc.Refresh_Details();
try
{
if (FaksimileUnterschrift)
{
newdoc.set_faksimielUnterschrift();
}
}
catch { }
TabPageAdv tabPage = new TabPageAdv(r[3].ToString()); TabPageAdv tabPage = new TabPageAdv(r[3].ToString());
tabPage.Controls.Add(newdoc); tabPage.Controls.Add(newdoc);
+11 -1
View File
@@ -93,14 +93,20 @@ namespace OnDoc.Klassen
public static void init() public static void init()
{ {
string localdrive = Properties.Settings.Default.Lokaldrive;
string startuppath = AppDomain.CurrentDomain.BaseDirectory; string startuppath = AppDomain.CurrentDomain.BaseDirectory;
connectionstring = System.IO.File.ReadAllText(startuppath + @"\ondocconn.cfg"); connectionstring = System.IO.File.ReadAllText(startuppath + @"\ondocconn.cfg");
connectionstring = StringCipher.Decrypt(connectionstring, "i%!k!7pab%bNLdA5hE4pkR4XaB%E^jB3d9tHuQ4pbF&BZjF7SB#WBWit5#HrbJiLrLVm"); connectionstring = StringCipher.Decrypt(connectionstring, "i%!k!7pab%bNLdA5hE4pkR4XaB%E^jB3d9tHuQ4pbF&BZjF7SB#WBWit5#HrbJiLrLVm");
logconnectionstring = System.IO.File.ReadAllText(startuppath + @"\logconn.cfg"); logconnectionstring = System.IO.File.ReadAllText(startuppath + @"\logconn.cfg");
logconnectionstring = StringCipher.Decrypt(logconnectionstring, "i%!k!7pab%bNLdA5hE4pkR4XaB%E^jB3d9tHuQ4pbF&BZjF7SB#WBWit5#HrbJiLrLVm"); logconnectionstring = StringCipher.Decrypt(logconnectionstring, "i%!k!7pab%bNLdA5hE4pkR4XaB%E^jB3d9tHuQ4pbF&BZjF7SB#WBWit5#HrbJiLrLVm");
//string startuppath = Application.StartupPath;
DB db = new DB(connectionstring); DB db = new DB(connectionstring);
db.Get_Tabledata("Select * from ondoc_appParams where usedbparams=1", false, true); db.Get_Tabledata("Select * from ondoc_appParams where usedbparams=1", false, true);
if (startuppath.Substring(0, 2) == localdrive)
{
db.Get_Tabledata("Select * from ondoc_appParams_Lokal where version = 'lokal'", false, true);
}
//MachinName = System.Environment.MachineName; //MachinName = System.Environment.MachineName;
//O365=false; //O365=false;
//try //try
@@ -150,6 +156,10 @@ namespace OnDoc.Klassen
else else
{ {
db.Get_Tabledata("Select * from applikation where applikationsnr = 1", false, true); db.Get_Tabledata("Select * from applikation where applikationsnr = 1", false, true);
if (startuppath.Substring(0, 2) == localdrive)
{
db.Get_Tabledata("Select * from applikation where applikatioinsnr=2", false, true);
}
tempdir = db.dsdaten.Tables[0].Rows[0]["pfad_temporaer_dokumente"].ToString(); tempdir = db.dsdaten.Tables[0].Rows[0]["pfad_temporaer_dokumente"].ToString();
StaticValues.UserID = "Stefan Hutter"; StaticValues.UserID = "Stefan Hutter";
+3 -3
View File
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Thurgauer Kantonalbank")] [assembly: AssemblyCompany("Thurgauer Kantonalbank")]
[assembly: AssemblyProduct("OnDoc")] [assembly: AssemblyProduct("OnDoc")]
[assembly: AssemblyCopyright("Thurgauer Kantonalbank 2025")] [assembly: AssemblyCopyright("Thurgauer Kantonalbank 2026")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben: // indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0.01")] [assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.0.01")] [assembly: AssemblyFileVersion("1.8.1.0")]
+13 -1
View File
@@ -194,7 +194,7 @@ namespace OnDoc.Properties {
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60000")] [global::System.Configuration.DefaultSettingValueAttribute("5000")]
public string OfficeWatchTimerIntervall { public string OfficeWatchTimerIntervall {
get { get {
return ((string)(this["OfficeWatchTimerIntervall"])); return ((string)(this["OfficeWatchTimerIntervall"]));
@@ -228,5 +228,17 @@ namespace OnDoc.Properties {
this["GASSize"] = value; this["GASSize"] = value;
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("E:")]
public string Lokaldrive {
get {
return ((string)(this["Lokaldrive"]));
}
set {
this["Lokaldrive"] = value;
}
}
} }
} }
+4 -1
View File
@@ -45,7 +45,7 @@
<Value Profile="(Default)">E:\Software-Projekte\OnDoc\TKB-Vorlagen\</Value> <Value Profile="(Default)">E:\Software-Projekte\OnDoc\TKB-Vorlagen\</Value>
</Setting> </Setting>
<Setting Name="OfficeWatchTimerIntervall" Type="System.String" Scope="User"> <Setting Name="OfficeWatchTimerIntervall" Type="System.String" Scope="User">
<Value Profile="(Default)">60000</Value> <Value Profile="(Default)">5000</Value>
</Setting> </Setting>
<Setting Name="PrinterSettings" Type="System.String" Scope="User"> <Setting Name="PrinterSettings" Type="System.String" Scope="User">
<Value Profile="(Default)">E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</Value> <Value Profile="(Default)">E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</Value>
@@ -53,5 +53,8 @@
<Setting Name="GASSize" Type="System.String" Scope="User"> <Setting Name="GASSize" Type="System.String" Scope="User">
<Value Profile="(Default)">True</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
<Setting Name="Lokaldrive" Type="System.String" Scope="User">
<Value Profile="(Default)">E:</Value>
</Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>
@@ -1287,5 +1287,15 @@ namespace OnDoc.UIControls
lblautomaarchivierung1.Visible = ChkTagesEndArchivierung.Visible; lblautomaarchivierung1.Visible = ChkTagesEndArchivierung.Visible;
lblautomarchivierung2.Visible = ChkTagesEndArchivierung.Visible; lblautomarchivierung2.Visible = ChkTagesEndArchivierung.Visible;
} }
public void set_kubezustaendigkeit()
{
this.rbzustaendigkube.Checked = true;
}
public void set_faksimielUnterschrift()
{
if (cbfaksimile.Visible) { this.cbfaksimile.Checked = true; };
}
} }
} }
+66 -66
View File
@@ -30,15 +30,15 @@
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Versandstrasse)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Versandstrasse));
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings7 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings(); Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings5 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings7 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings(); Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings5 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings7 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings(); Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings5 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings8 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings8 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings8 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo4 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo4 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings6 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings6 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings6 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.löschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.löschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.externesPDFHinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.externesPDFHinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -242,17 +242,17 @@
this.pdfViewerControl1.IsTextSearchEnabled = false; this.pdfViewerControl1.IsTextSearchEnabled = false;
this.pdfViewerControl1.IsTextSelectionEnabled = false; this.pdfViewerControl1.IsTextSelectionEnabled = false;
this.pdfViewerControl1.Location = new System.Drawing.Point(908, 54); this.pdfViewerControl1.Location = new System.Drawing.Point(908, 54);
messageBoxSettings7.EnableNotification = true; messageBoxSettings5.EnableNotification = true;
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings7; this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings5;
this.pdfViewerControl1.MinimumZoomPercentage = 50; this.pdfViewerControl1.MinimumZoomPercentage = 50;
this.pdfViewerControl1.Name = "pdfViewerControl1"; this.pdfViewerControl1.Name = "pdfViewerControl1";
this.pdfViewerControl1.PageBorderThickness = 1; this.pdfViewerControl1.PageBorderThickness = 1;
pdfViewerPrinterSettings7.Copies = 1; pdfViewerPrinterSettings5.Copies = 1;
pdfViewerPrinterSettings7.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto; pdfViewerPrinterSettings5.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
pdfViewerPrinterSettings7.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize; pdfViewerPrinterSettings5.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
pdfViewerPrinterSettings7.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings7.PrintLocation"))); pdfViewerPrinterSettings5.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings5.PrintLocation")));
pdfViewerPrinterSettings7.ShowPrintStatusDialog = true; pdfViewerPrinterSettings5.ShowPrintStatusDialog = true;
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings7; this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings5;
this.pdfViewerControl1.ReferencePath = null; this.pdfViewerControl1.ReferencePath = null;
this.pdfViewerControl1.ScrollDisplacementValue = 0; this.pdfViewerControl1.ScrollDisplacementValue = 0;
this.pdfViewerControl1.ShowHorizontalScrollBar = true; this.pdfViewerControl1.ShowHorizontalScrollBar = true;
@@ -262,10 +262,10 @@
this.pdfViewerControl1.SpaceBetweenPages = 8; this.pdfViewerControl1.SpaceBetweenPages = 8;
this.pdfViewerControl1.TabIndex = 10; this.pdfViewerControl1.TabIndex = 10;
this.pdfViewerControl1.Text = "pdfViewerControl1"; this.pdfViewerControl1.Text = "pdfViewerControl1";
textSearchSettings7.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64))))); textSearchSettings5.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
textSearchSettings7.HighlightAllInstance = true; textSearchSettings5.HighlightAllInstance = true;
textSearchSettings7.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); textSearchSettings5.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.pdfViewerControl1.TextSearchSettings = textSearchSettings7; this.pdfViewerControl1.TextSearchSettings = textSearchSettings5;
this.pdfViewerControl1.ThemeName = "Default"; this.pdfViewerControl1.ThemeName = "Default";
this.pdfViewerControl1.VerticalScrollOffset = 0; this.pdfViewerControl1.VerticalScrollOffset = 0;
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default; this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
@@ -309,7 +309,7 @@
this.groupBox3.Controls.Add(this.treeViewAdvAdresse); this.groupBox3.Controls.Add(this.treeViewAdvAdresse);
this.groupBox3.Controls.Add(this.chkGAS); this.groupBox3.Controls.Add(this.chkGAS);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(3, 77); this.groupBox3.Location = new System.Drawing.Point(3, 86);
this.groupBox3.Name = "groupBox3"; this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(440, 254); this.groupBox3.Size = new System.Drawing.Size(440, 254);
this.groupBox3.TabIndex = 2; this.groupBox3.TabIndex = 2;
@@ -379,15 +379,15 @@
// treeViewAdvAdresse // treeViewAdvAdresse
// //
this.treeViewAdvAdresse.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); this.treeViewAdvAdresse.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo3.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo3.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true; treeNodeAdvStyleInfo3.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo3.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))))); treeNodeAdvStyleInfo3.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))))); treeNodeAdvStyleInfo3.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black; treeNodeAdvStyleInfo3.TextColor = System.Drawing.Color.Black;
this.treeViewAdvAdresse.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] { this.treeViewAdvAdresse.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)}); new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo3)});
// //
// //
// //
@@ -716,7 +716,7 @@
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 16); this.groupBox1.Location = new System.Drawing.Point(3, 16);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(440, 61); this.groupBox1.Size = new System.Drawing.Size(440, 70);
this.groupBox1.TabIndex = 0; this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Versandart"; this.groupBox1.Text = "Versandart";
@@ -724,7 +724,7 @@
// rbeinschreiben // rbeinschreiben
// //
this.rbeinschreiben.AutoSize = true; this.rbeinschreiben.AutoSize = true;
this.rbeinschreiben.Location = new System.Drawing.Point(198, 21); this.rbeinschreiben.Location = new System.Drawing.Point(170, 44);
this.rbeinschreiben.Name = "rbeinschreiben"; this.rbeinschreiben.Name = "rbeinschreiben";
this.rbeinschreiben.Size = new System.Drawing.Size(148, 17); this.rbeinschreiben.Size = new System.Drawing.Size(148, 17);
this.rbeinschreiben.TabIndex = 6; this.rbeinschreiben.TabIndex = 6;
@@ -736,12 +736,12 @@
// //
this.rbb1post.AutoSize = true; this.rbb1post.AutoSize = true;
this.rbb1post.Checked = true; this.rbb1post.Checked = true;
this.rbb1post.Location = new System.Drawing.Point(74, 21); this.rbb1post.Location = new System.Drawing.Point(5, 44);
this.rbb1post.Name = "rbb1post"; this.rbb1post.Name = "rbb1post";
this.rbb1post.Size = new System.Drawing.Size(62, 17); this.rbb1post.Size = new System.Drawing.Size(143, 17);
this.rbb1post.TabIndex = 5; this.rbb1post.TabIndex = 5;
this.rbb1post.TabStop = true; this.rbb1post.TabStop = true;
this.rbb1post.Text = "B1-Post"; this.rbb1post.Text = "B1-Post (bis 3 Werktage)";
this.rbb1post.UseVisualStyleBackColor = true; this.rbb1post.UseVisualStyleBackColor = true;
this.rbb1post.CheckedChanged += new System.EventHandler(this.rbapost_CheckedChanged); this.rbb1post.CheckedChanged += new System.EventHandler(this.rbapost_CheckedChanged);
// //
@@ -750,9 +750,9 @@
this.rbb2post.AutoSize = true; this.rbb2post.AutoSize = true;
this.rbb2post.Location = new System.Drawing.Point(6, 21); this.rbb2post.Location = new System.Drawing.Point(6, 21);
this.rbb2post.Name = "rbb2post"; this.rbb2post.Name = "rbb2post";
this.rbb2post.Size = new System.Drawing.Size(62, 17); this.rbb2post.Size = new System.Drawing.Size(146, 17);
this.rbb2post.TabIndex = 4; this.rbb2post.TabIndex = 4;
this.rbb2post.Text = "B2-Post"; this.rbb2post.Text = "B2-Post (bis 6 Werktage) ";
this.rbb2post.UseVisualStyleBackColor = true; this.rbb2post.UseVisualStyleBackColor = true;
this.rbb2post.CheckedChanged += new System.EventHandler(this.rbapost_CheckedChanged); this.rbb2post.CheckedChanged += new System.EventHandler(this.rbapost_CheckedChanged);
// //
@@ -770,7 +770,7 @@
// rbapost // rbapost
// //
this.rbapost.AutoSize = true; this.rbapost.AutoSize = true;
this.rbapost.Location = new System.Drawing.Point(142, 21); this.rbapost.Location = new System.Drawing.Point(170, 21);
this.rbapost.Name = "rbapost"; this.rbapost.Name = "rbapost";
this.rbapost.Size = new System.Drawing.Size(56, 17); this.rbapost.Size = new System.Drawing.Size(56, 17);
this.rbapost.TabIndex = 3; this.rbapost.TabIndex = 3;
@@ -816,16 +816,16 @@
this.treeViewAdv1.AllowDrop = true; this.treeViewAdv1.AllowDrop = true;
this.treeViewAdv1.BackColor = System.Drawing.Color.White; this.treeViewAdv1.BackColor = System.Drawing.Color.White;
this.treeViewAdv1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); this.treeViewAdv1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
treeNodeAdvStyleInfo3.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo4.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo3.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo4.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo3.EnsureDefaultOptionedChild = true; treeNodeAdvStyleInfo4.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); treeNodeAdvStyleInfo4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
treeNodeAdvStyleInfo3.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo4.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))))); treeNodeAdvStyleInfo4.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))))); treeNodeAdvStyleInfo4.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeNodeAdvStyleInfo4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] { 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", treeNodeAdvStyleInfo4)});
this.treeViewAdv1.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat; this.treeViewAdv1.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat;
this.treeViewAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.treeViewAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeViewAdv1.ContextMenuStrip = this.contextMenuStrip1; this.treeViewAdv1.ContextMenuStrip = this.contextMenuStrip1;
@@ -899,17 +899,17 @@
this.pdfViewerControl2.IsTextSearchEnabled = true; this.pdfViewerControl2.IsTextSearchEnabled = true;
this.pdfViewerControl2.IsTextSelectionEnabled = true; this.pdfViewerControl2.IsTextSelectionEnabled = true;
this.pdfViewerControl2.Location = new System.Drawing.Point(482, 0); this.pdfViewerControl2.Location = new System.Drawing.Point(482, 0);
messageBoxSettings8.EnableNotification = true; messageBoxSettings6.EnableNotification = true;
this.pdfViewerControl2.MessageBoxSettings = messageBoxSettings8; this.pdfViewerControl2.MessageBoxSettings = messageBoxSettings6;
this.pdfViewerControl2.MinimumZoomPercentage = 50; this.pdfViewerControl2.MinimumZoomPercentage = 50;
this.pdfViewerControl2.Name = "pdfViewerControl2"; this.pdfViewerControl2.Name = "pdfViewerControl2";
this.pdfViewerControl2.PageBorderThickness = 1; this.pdfViewerControl2.PageBorderThickness = 1;
pdfViewerPrinterSettings8.Copies = 1; pdfViewerPrinterSettings6.Copies = 1;
pdfViewerPrinterSettings8.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto; pdfViewerPrinterSettings6.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
pdfViewerPrinterSettings8.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize; pdfViewerPrinterSettings6.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
pdfViewerPrinterSettings8.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings8.PrintLocation"))); pdfViewerPrinterSettings6.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings6.PrintLocation")));
pdfViewerPrinterSettings8.ShowPrintStatusDialog = true; pdfViewerPrinterSettings6.ShowPrintStatusDialog = true;
this.pdfViewerControl2.PrinterSettings = pdfViewerPrinterSettings8; this.pdfViewerControl2.PrinterSettings = pdfViewerPrinterSettings6;
this.pdfViewerControl2.ReferencePath = null; this.pdfViewerControl2.ReferencePath = null;
this.pdfViewerControl2.ScrollDisplacementValue = 0; this.pdfViewerControl2.ScrollDisplacementValue = 0;
this.pdfViewerControl2.ShowHorizontalScrollBar = true; this.pdfViewerControl2.ShowHorizontalScrollBar = true;
@@ -919,10 +919,10 @@
this.pdfViewerControl2.SpaceBetweenPages = 8; this.pdfViewerControl2.SpaceBetweenPages = 8;
this.pdfViewerControl2.TabIndex = 11; this.pdfViewerControl2.TabIndex = 11;
this.pdfViewerControl2.Text = "pdfViewerControl2"; this.pdfViewerControl2.Text = "pdfViewerControl2";
textSearchSettings8.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64))))); textSearchSettings6.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
textSearchSettings8.HighlightAllInstance = true; textSearchSettings6.HighlightAllInstance = true;
textSearchSettings8.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); textSearchSettings6.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.pdfViewerControl2.TextSearchSettings = textSearchSettings8; this.pdfViewerControl2.TextSearchSettings = textSearchSettings6;
this.pdfViewerControl2.ThemeName = "Default"; this.pdfViewerControl2.ThemeName = "Default";
this.pdfViewerControl2.VerticalScrollOffset = 0; this.pdfViewerControl2.VerticalScrollOffset = 0;
this.pdfViewerControl2.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default; this.pdfViewerControl2.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
@@ -1046,16 +1046,16 @@
this.treeViewAdvCouverts.AllowMouseBasedSelection = true; this.treeViewAdvCouverts.AllowMouseBasedSelection = true;
this.treeViewAdvCouverts.BackColor = System.Drawing.Color.White; this.treeViewAdvCouverts.BackColor = System.Drawing.Color.White;
this.treeViewAdvCouverts.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); this.treeViewAdvCouverts.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
treeNodeAdvStyleInfo4.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
treeNodeAdvStyleInfo4.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo4.EnsureDefaultOptionedChild = true; treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
treeNodeAdvStyleInfo4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); treeNodeAdvStyleInfo1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
treeNodeAdvStyleInfo4.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
treeNodeAdvStyleInfo4.OptionButtonColor = 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)))));
treeNodeAdvStyleInfo4.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
treeNodeAdvStyleInfo4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
this.treeViewAdvCouverts.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] { this.treeViewAdvCouverts.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo4)}); new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
this.treeViewAdvCouverts.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat; this.treeViewAdvCouverts.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat;
this.treeViewAdvCouverts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.treeViewAdvCouverts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeViewAdvCouverts.ContextMenuStrip = this.contextMenuStrip2; this.treeViewAdvCouverts.ContextMenuStrip = this.contextMenuStrip2;
+28
View File
@@ -640,9 +640,11 @@ namespace OnDoc.Versandstrasse
switch (dropPosition) switch (dropPosition)
{ {
case TreeViewDropPositions.AboveNode: case TreeViewDropPositions.AboveNode:
if (sourceNode.Parent != destinationNode.Parent) { movenode(sourceNode, destinationNode.Parent); }
sourceNode.Move(destinationNode, NodePositions.Previous); sourceNode.Move(destinationNode, NodePositions.Previous);
break; break;
case TreeViewDropPositions.BelowNode: case TreeViewDropPositions.BelowNode:
if (sourceNode.Parent != destinationNode.Parent) { movenode(sourceNode, destinationNode.Parent); }
sourceNode.Move(destinationNode, NodePositions.Next); sourceNode.Move(destinationNode, NodePositions.Next);
break; break;
case TreeViewDropPositions.OnNode: case TreeViewDropPositions.OnNode:
@@ -678,6 +680,32 @@ namespace OnDoc.Versandstrasse
} }
private void movenode(TreeNodeAdv sourceNode, TreeNodeAdv destinationNode)
{
Versandpaket sourcepaket = sourceNode.Parent.TagObject as Versandpaket;
TreeNodeAdv savenode = sourceNode.Parent;
sourceNode.Move(destinationNode.Nodes);
//Versanddokument dem neuen Versandpaket zuordnen
Versandpaket paket = destinationNode.TagObject as Versandpaket;
Versanddokument vd = sourceNode.TagObject as Versanddokument;
paket.Dokument.Add(vd);
destinationNode.TagObject = paket;
foreach (Versanddokument vd1 in sourcepaket.Dokument)
{
if (vd1.DokumentID == vd.DokumentID)
{
sourcepaket.Dokument.Remove(vd1);
break;
}
}
savenode.TagObject = sourcepaket;
destinationNode.Expand();
}
private void treeViewAdv1_DragLeave(object sender, EventArgs e) private void treeViewAdv1_DragLeave(object sender, EventArgs e)
{ {
this.treeViewDragHighlightTracker.ClearHighlightNode(); this.treeViewDragHighlightTracker.ClearHighlightNode();
+5 -5
View File
@@ -128,7 +128,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD0
DAAAAk1TRnQBSQFMAgEBBgEAAYgBAQGIAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo DAAAAk1TRnQBSQFMAgEBBgEAAZABAQGQAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -194,7 +194,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAU ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAU
DAAAAk1TRnQBSQFMAgEBBQEAAZABAQGQAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo DAAAAk1TRnQBSQFMAgEBBQEAAZgBAQGYAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -248,7 +248,7 @@
AYABAQIAAeABBwHAAQMBwAEDAgAB8AEPAfABDwHwAQ8BgAEBCw== AYABAQIAAeABBwHAAQMBwAEDAgAB8AEPAfABDwHwAQ8BgAEBCw==
</value> </value>
</data> </data>
<data name="pdfViewerPrinterSettings7.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64"> <data name="pdfViewerPrinterSettings5.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh
@@ -337,7 +337,7 @@
/wM19F1wo1uqCAAAAABJRU5ErkJggg== /wM19F1wo1uqCAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pdfViewerPrinterSettings8.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64"> <data name="pdfViewerPrinterSettings6.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh
@@ -355,7 +355,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAq ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAq
CQAAAk1TRnQBSQFMAgEBAwEAAVABAQFQAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CQAAAk1TRnQBSQFMAgEBAwEAAVgBAQFYAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4 -1
View File
@@ -53,7 +53,7 @@
<value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value> <value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value>
</setting> </setting>
<setting name="OfficeWatchTimerIntervall" serializeAs="String"> <setting name="OfficeWatchTimerIntervall" serializeAs="String">
<value>60000</value> <value>5000</value>
</setting> </setting>
<setting name="PrinterSettings" serializeAs="String"> <setting name="PrinterSettings" serializeAs="String">
<value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value> <value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value>
@@ -61,6 +61,9 @@
<setting name="GASSize" serializeAs="String"> <setting name="GASSize" serializeAs="String">
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="Lokaldrive" serializeAs="String">
<value>E:</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>
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.
+34 -8
View File
@@ -41,6 +41,7 @@
}, },
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": { "projectReferences": {
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj" "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj"
@@ -74,6 +75,7 @@
}, },
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"dependencies": { "dependencies": {
"Microsoft.Office.Interop.Excel": { "Microsoft.Office.Interop.Excel": {
"target": "Package", "target": "Package",
@@ -129,6 +131,7 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": { "projectReferences": {
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj" "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj"
@@ -141,7 +144,9 @@
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\DOCGEN\\DocGen.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\DOCGEN\\DocGen.csproj": {
@@ -152,6 +157,7 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": { "projectReferences": {
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj" "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Database\\Database.csproj"
@@ -170,7 +176,9 @@
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": {
@@ -181,12 +189,15 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": {} "projectReferences": {}
} }
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Logging\\Logging.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Logging\\Logging.csproj": {
@@ -197,12 +208,15 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": {} "projectReferences": {}
} }
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": {
@@ -213,12 +227,15 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": {} "projectReferences": {}
} }
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj": {
@@ -229,12 +246,15 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": {} "projectReferences": {}
} }
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj": {
@@ -245,6 +265,7 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": { "projectReferences": {
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj" "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj"
@@ -260,7 +281,9 @@
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
}, },
"E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": { "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": {
@@ -271,12 +294,15 @@
"UsingMicrosoftNETSdk": false, "UsingMicrosoftNETSdk": false,
"frameworks": { "frameworks": {
"net48": { "net48": {
"framework": "net48",
"projectReferences": {} "projectReferences": {}
} }
} }
}, },
"frameworks": { "frameworks": {
"net48": {} "net48": {
"framework": "net48"
}
} }
} }
} }
Binary file not shown.
+4 -1
View File
@@ -53,7 +53,7 @@
<value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value> <value>E:\Software-Projekte\OnDoc\TKB-Vorlagen\</value>
</setting> </setting>
<setting name="OfficeWatchTimerIntervall" serializeAs="String"> <setting name="OfficeWatchTimerIntervall" serializeAs="String">
<value>60000</value> <value>5000</value>
</setting> </setting>
<setting name="PrinterSettings" serializeAs="String"> <setting name="PrinterSettings" serializeAs="String">
<value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value> <value>E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</value>
@@ -61,6 +61,9 @@
<setting name="GASSize" serializeAs="String"> <setting name="GASSize" serializeAs="String">
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="Lokaldrive" serializeAs="String">
<value>E:</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "DeB7oF4pu5M=", "dgSpecHash": "vAxdVDk6QzI=",
"success": true, "success": true,
"projectFilePath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Client\\Client.csproj", "projectFilePath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Client\\Client.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
+69
View File
@@ -1045,6 +1045,26 @@ namespace DOCGEN.Klassen
System.Drawing.Image img = System.Drawing.Image.FromStream(mssign); System.Drawing.Image img = System.Drawing.Image.FromStream(mssign);
try
{
string imagesize = "";
try
{
imagesize = System.IO.File.ReadAllText(@"d:\apps\ondoc\service\clmresizefile.txt");
}
catch
{
imagesize = "100";
}
if (imagesize != "100")
{
int newWidth = img.Width / 100 * Convert.ToInt32(imagesize);
int newHeight = img.Height / 100 * Convert.ToInt32(imagesize);
img = new Bitmap(img, new Size(newWidth, newHeight));
}
}
catch { }
WPicture picture = paragraph.AppendPicture(img) as WPicture; WPicture picture = paragraph.AppendPicture(img) as WPicture;
IWSection section = document.Sections[0]; IWSection section = document.Sections[0];
@@ -1309,6 +1329,8 @@ namespace DOCGEN.Klassen
string formattype = ""; string formattype = "";
MemoryStream ms = new MemoryStream(Helper.EncodeExtensions.DecodeBase642ByteArray(base64)); MemoryStream ms = new MemoryStream(Helper.EncodeExtensions.DecodeBase642ByteArray(base64));
WordDocument document = new WordDocument(ms, FormatType.Automatic); WordDocument document = new WordDocument(ms, FormatType.Automatic);
document.MailMerge.ClearFields = false;
CompatibilityMode compatibilityMode = document.Settings.CompatibilityMode; CompatibilityMode compatibilityMode = document.Settings.CompatibilityMode;
set_compatibilitymode(ref document, docdata.CompatibilityMode); set_compatibilitymode(ref document, docdata.CompatibilityMode);
@@ -1708,7 +1730,54 @@ namespace DOCGEN.Klassen
WordDocumentPart htmlDocumentPart = ConvertHTMLToWordDocumentPart(apivalue.Value); WordDocumentPart htmlDocumentPart = ConvertHTMLToWordDocumentPart(apivalue.Value);
BookmarksNavigator bookmarkNavigator = new BookmarksNavigator(document); BookmarksNavigator bookmarkNavigator = new BookmarksNavigator(document);
bookmarkNavigator.MoveToBookmark(apivalue.Tag); bookmarkNavigator.MoveToBookmark(apivalue.Tag);
//foreach (WSection s in htmlDocumentPart.Sections)
//{
// foreach (WParagraph p in s.Paragraphs)
// {
// foreach (Entity t in p.ChildEntities)
// {
// if (t is WTextRange)
// {
// try
// {
// WTextRange textRange = t as WTextRange;
// textRange.CharacterFormat.FontName = "Futura Book";
// textRange.CharacterFormat.FontSize = 10;
// }
// catch { }
// }
// if (t is WTable)
// {
// WTable table = t as WTable;
// foreach (WTableRow row in table.Rows)
// {
// // Iterate through each cell in the row.
// foreach (WTableCell cell in row.Cells)
// {
// // Iterate through each paragraph in the cell.
// foreach (WParagraph paragraph in cell.Paragraphs)
// {
// // Iterate through the child entities of the paragraph.
// foreach (Entity entity in paragraph.ChildEntities)
// {
// // Check if the child entity is a text range.
// if (entity is WTextRange)
// {
// // Change the font to Algerian for the text range.
// (entity as WTextRange).CharacterFormat.FontName = "Futura Book";
// }
// }
// }
// }
// }
// }
// }
// }
//}
bookmarkNavigator.ReplaceContent(htmlDocumentPart); bookmarkNavigator.ReplaceContent(htmlDocumentPart);
} }
} }
else else
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.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More