update 20250102

This commit is contained in:
Stefan Hutter
2025-01-02 19:18:08 +01:00
parent 53a008972e
commit 3b0a2b0527
287 changed files with 46014 additions and 27 deletions

View File

@@ -50,6 +50,7 @@
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.ucAllgemeineDokumentParam1 = new OnDoc.UIControls.UCAllgemeineDokumentParam();
this.ProgressCreateInOffice = new System.Windows.Forms.ProgressBar();
this.PnlPreview.SuspendLayout();
this.GrpFnkt.SuspendLayout();
this.SuspendLayout();
@@ -267,6 +268,7 @@
this.ucAllgemeineDokumentParam1.bpperson_error_type = 0;
this.ucAllgemeineDokumentParam1.check_error = "";
this.ucAllgemeineDokumentParam1.checkpartner = true;
clsdocgendata1.anrede = null;
clsdocgendata1.bezeichnung = null;
clsdocgendata1.digitaleunterschrift = false;
clsdocgendata1.dokumentdatum = null;
@@ -303,11 +305,20 @@
this.ucAllgemeineDokumentParam1.TabIndex = 0;
this.ucAllgemeineDokumentParam1.uniqid = "f8c10a65-c251-4f8e-9ff7-4ae4d900a268";
//
// ProgressCreateInOffice
//
this.ProgressCreateInOffice.Location = new System.Drawing.Point(579, 112);
this.ProgressCreateInOffice.Name = "ProgressCreateInOffice";
this.ProgressCreateInOffice.Size = new System.Drawing.Size(460, 23);
this.ProgressCreateInOffice.TabIndex = 20;
this.ProgressCreateInOffice.Visible = false;
//
// Dokumenterstellung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1051, 679);
this.Controls.Add(this.ProgressCreateInOffice);
this.Controls.Add(this.PnlPreview);
this.Controls.Add(this.sfButton3);
this.Controls.Add(this.btnDokumenterstellen);
@@ -348,5 +359,6 @@
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnOfficePrint;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ProgressBar ProgressCreateInOffice;
}
}