update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

View File

@@ -76,7 +76,7 @@
//
this.PnlPreview.Controls.Add(this.docPreview1);
this.PnlPreview.Controls.Add(this.GrpFnkt);
this.PnlPreview.Location = new System.Drawing.Point(254, 108);
this.PnlPreview.Location = new System.Drawing.Point(219, 232);
this.PnlPreview.Name = "PnlPreview";
this.PnlPreview.Size = new System.Drawing.Size(668, 415);
this.PnlPreview.TabIndex = 19;
@@ -112,6 +112,7 @@
this.GrpFnkt.TabIndex = 2;
this.GrpFnkt.TabStop = false;
this.GrpFnkt.Text = "Funktionen";
this.GrpFnkt.Enter += new System.EventHandler(this.GrpFnkt_Enter);
//
// label6
//
@@ -154,7 +155,7 @@
// button4
//
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.Location = new System.Drawing.Point(257, 13);
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;
@@ -243,6 +244,7 @@
clsdocgendata1.erstellungsart = Model.Erstellungsart.DokumentBearbeiten;
clsdocgendata1.frormularOhneUnterschrift = false;
clsdocgendata1.inhaberadresse = null;
clsdocgendata1.logo = "";
clsdocgendata1.partnernr = null;
clsdocgendata1.postzustellung = null;
clsdocgendata1.status = null;
@@ -250,6 +252,7 @@
clsdocgendata1.unterschriftLinks = null;
clsdocgendata1.unterschriftRehts = null;
clsdocgendata1.verantwortlich = null;
clsdocgendata1.versandstrasse_moeglich = false;
clsdocgendata1.zustaendigkube = null;
clsdocgendata1.zustaendigmitarbeiter = null;
clsdocgendata1.zustelladresse = null;