update 20241011

This commit is contained in:
Stefan Hutter
2024-10-11 21:38:02 +02:00
parent b8a392b514
commit 5bea1d4535
202 changed files with 995 additions and 289 deletions

View File

@@ -37,9 +37,9 @@
this.GrpFnkt = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.ribbonButtonVersandstrasse = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.ribbonButtonArchiv = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
@@ -95,9 +95,9 @@
this.GrpFnkt.BackColor = System.Drawing.Color.SeaShell;
this.GrpFnkt.Controls.Add(this.label6);
this.GrpFnkt.Controls.Add(this.label5);
this.GrpFnkt.Controls.Add(this.button5);
this.GrpFnkt.Controls.Add(this.ribbonButtonVersandstrasse);
this.GrpFnkt.Controls.Add(this.label4);
this.GrpFnkt.Controls.Add(this.button4);
this.GrpFnkt.Controls.Add(this.ribbonButtonArchiv);
this.GrpFnkt.Controls.Add(this.label3);
this.GrpFnkt.Controls.Add(this.label2);
this.GrpFnkt.Controls.Add(this.button3);
@@ -132,16 +132,16 @@
this.label5.TabIndex = 10;
this.label5.Text = "Archivieren";
//
// button5
// ribbonButtonVersandstrasse
//
this.button5.Image = global::OnDoc.Properties.Resources.Versandstrasse_48x48_32;
this.button5.Location = new System.Drawing.Point(338, 15);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 81);
this.button5.TabIndex = 9;
this.button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
this.ribbonButtonVersandstrasse.Image = global::OnDoc.Properties.Resources.Versandstrasse_48x48_32;
this.ribbonButtonVersandstrasse.Location = new System.Drawing.Point(338, 15);
this.ribbonButtonVersandstrasse.Name = "ribbonButtonVersandstrasse";
this.ribbonButtonVersandstrasse.Size = new System.Drawing.Size(75, 81);
this.ribbonButtonVersandstrasse.TabIndex = 9;
this.ribbonButtonVersandstrasse.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ribbonButtonVersandstrasse.UseVisualStyleBackColor = true;
this.ribbonButtonVersandstrasse.Click += new System.EventHandler(this.button5_Click);
//
// label4
//
@@ -152,16 +152,16 @@
this.label4.TabIndex = 8;
this.label4.Text = "Archivieren";
//
// button4
// ribbonButtonArchiv
//
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.Location = new System.Drawing.Point(257, 16);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 81);
this.button4.TabIndex = 7;
this.button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
this.ribbonButtonArchiv.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonArchiv.Image")));
this.ribbonButtonArchiv.Location = new System.Drawing.Point(257, 16);
this.ribbonButtonArchiv.Name = "ribbonButtonArchiv";
this.ribbonButtonArchiv.Size = new System.Drawing.Size(75, 81);
this.ribbonButtonArchiv.TabIndex = 7;
this.ribbonButtonArchiv.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ribbonButtonArchiv.UseVisualStyleBackColor = true;
this.ribbonButtonArchiv.Click += new System.EventHandler(this.button4_Click);
//
// label3
//
@@ -234,6 +234,10 @@
//
// ucAllgemeineDokumentParam1
//
this.ucAllgemeineDokumentParam1.ausDokumentpaket = false;
this.ucAllgemeineDokumentParam1.barcode = false;
this.ucAllgemeineDokumentParam1.bpperson_error_type = 0;
this.ucAllgemeineDokumentParam1.check_error = "";
this.ucAllgemeineDokumentParam1.checkpartner = true;
clsdocgendata1.bezeichnung = null;
clsdocgendata1.digitaleunterschrift = false;
@@ -258,12 +262,17 @@
clsdocgendata1.zustelladresse = null;
this.ucAllgemeineDokumentParam1.docgendata = clsdocgendata1;
this.ucAllgemeineDokumentParam1.dokumenttypnr = 0;
this.ucAllgemeineDokumentParam1.genertated_dokumentid = null;
this.ucAllgemeineDokumentParam1.interop = false;
this.ucAllgemeineDokumentParam1.Location = new System.Drawing.Point(5, 15);
this.ucAllgemeineDokumentParam1.Name = "ucAllgemeineDokumentParam1";
this.ucAllgemeineDokumentParam1.partnernr = 0;
this.ucAllgemeineDokumentParam1.personendokument = false;
this.ucAllgemeineDokumentParam1.profilnr = 0;
this.ucAllgemeineDokumentParam1.runmacros = false;
this.ucAllgemeineDokumentParam1.Size = new System.Drawing.Size(1047, 617);
this.ucAllgemeineDokumentParam1.TabIndex = 0;
this.ucAllgemeineDokumentParam1.uniqid = "f8c10a65-c251-4f8e-9ff7-4ae4d900a268";
//
// Dokumenterstellung
//
@@ -299,9 +308,9 @@
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button ribbonButtonVersandstrasse;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button ribbonButtonArchiv;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button3;