update 20241210
This commit is contained in:
92
Client/DocMgmt/Dokumenterstellung.Designer.cs
generated
92
Client/DocMgmt/Dokumenterstellung.Designer.cs
generated
@@ -29,11 +29,10 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dokumenterstellung));
|
||||
Model.clsdocgendata clsdocgendata2 = new Model.clsdocgendata();
|
||||
Model.clsdocgendata clsdocgendata1 = new Model.clsdocgendata();
|
||||
this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.btnDokumenterstellen = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.PnlPreview = new System.Windows.Forms.Panel();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
this.GrpFnkt = new System.Windows.Forms.GroupBox();
|
||||
this.btnOfficePrint = new System.Windows.Forms.Button();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
@@ -48,6 +47,8 @@
|
||||
this.lbledit = new System.Windows.Forms.Label();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
this.ucAllgemeineDokumentParam1 = new OnDoc.UIControls.UCAllgemeineDokumentParam();
|
||||
this.PnlPreview.SuspendLayout();
|
||||
this.GrpFnkt.SuspendLayout();
|
||||
@@ -83,18 +84,10 @@
|
||||
this.PnlPreview.TabIndex = 19;
|
||||
this.PnlPreview.Visible = false;
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.docPreview1.Location = new System.Drawing.Point(0, 123);
|
||||
this.docPreview1.Name = "docPreview1";
|
||||
this.docPreview1.Size = new System.Drawing.Size(668, 292);
|
||||
this.docPreview1.TabIndex = 1;
|
||||
this.docPreview1.ZoomPercentage = 0;
|
||||
//
|
||||
// GrpFnkt
|
||||
//
|
||||
this.GrpFnkt.BackColor = System.Drawing.Color.SeaShell;
|
||||
this.GrpFnkt.Controls.Add(this.label7);
|
||||
this.GrpFnkt.Controls.Add(this.btnOfficePrint);
|
||||
this.GrpFnkt.Controls.Add(this.label6);
|
||||
this.GrpFnkt.Controls.Add(this.label5);
|
||||
@@ -120,7 +113,7 @@
|
||||
// btnOfficePrint
|
||||
//
|
||||
this.btnOfficePrint.Image = global::OnDoc.Properties.Resources.Printer_48x48_32;
|
||||
this.btnOfficePrint.Location = new System.Drawing.Point(419, 19);
|
||||
this.btnOfficePrint.Location = new System.Drawing.Point(289, 17);
|
||||
this.btnOfficePrint.Name = "btnOfficePrint";
|
||||
this.btnOfficePrint.Size = new System.Drawing.Size(74, 79);
|
||||
this.btnOfficePrint.TabIndex = 12;
|
||||
@@ -131,7 +124,7 @@
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(334, 99);
|
||||
this.label6.Location = new System.Drawing.Point(515, 101);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(79, 13);
|
||||
this.label6.TabIndex = 11;
|
||||
@@ -141,7 +134,7 @@
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(345, 86);
|
||||
this.label5.Location = new System.Drawing.Point(525, 88);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(60, 13);
|
||||
this.label5.TabIndex = 10;
|
||||
@@ -151,7 +144,7 @@
|
||||
// ribbonButtonVersandstrasse
|
||||
//
|
||||
this.ribbonButtonVersandstrasse.Image = global::OnDoc.Properties.Resources.Versandstrasse_48x48_32;
|
||||
this.ribbonButtonVersandstrasse.Location = new System.Drawing.Point(338, 15);
|
||||
this.ribbonButtonVersandstrasse.Location = new System.Drawing.Point(519, 17);
|
||||
this.ribbonButtonVersandstrasse.Name = "ribbonButtonVersandstrasse";
|
||||
this.ribbonButtonVersandstrasse.Size = new System.Drawing.Size(75, 81);
|
||||
this.ribbonButtonVersandstrasse.TabIndex = 9;
|
||||
@@ -163,7 +156,7 @@
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(264, 84);
|
||||
this.label4.Location = new System.Drawing.Point(376, 91);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(60, 13);
|
||||
this.label4.TabIndex = 8;
|
||||
@@ -172,7 +165,7 @@
|
||||
// ribbonButtonArchiv
|
||||
//
|
||||
this.ribbonButtonArchiv.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonArchiv.Image")));
|
||||
this.ribbonButtonArchiv.Location = new System.Drawing.Point(257, 16);
|
||||
this.ribbonButtonArchiv.Location = new System.Drawing.Point(369, 20);
|
||||
this.ribbonButtonArchiv.Name = "ribbonButtonArchiv";
|
||||
this.ribbonButtonArchiv.Size = new System.Drawing.Size(75, 81);
|
||||
this.ribbonButtonArchiv.TabIndex = 7;
|
||||
@@ -249,6 +242,24 @@
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(303, 86);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(48, 13);
|
||||
this.label7.TabIndex = 13;
|
||||
this.label7.Text = "Drucken";
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.docPreview1.Location = new System.Drawing.Point(0, 123);
|
||||
this.docPreview1.Name = "docPreview1";
|
||||
this.docPreview1.Size = new System.Drawing.Size(668, 292);
|
||||
this.docPreview1.TabIndex = 1;
|
||||
this.docPreview1.ZoomPercentage = 0;
|
||||
//
|
||||
// ucAllgemeineDokumentParam1
|
||||
//
|
||||
this.ucAllgemeineDokumentParam1.ausDokumentpaket = false;
|
||||
@@ -256,29 +267,29 @@
|
||||
this.ucAllgemeineDokumentParam1.bpperson_error_type = 0;
|
||||
this.ucAllgemeineDokumentParam1.check_error = "";
|
||||
this.ucAllgemeineDokumentParam1.checkpartner = true;
|
||||
clsdocgendata2.bezeichnung = null;
|
||||
clsdocgendata2.digitaleunterschrift = false;
|
||||
clsdocgendata2.dokumentdatum = null;
|
||||
clsdocgendata2.dokumenttypnr = null;
|
||||
clsdocgendata2.dokumentwerte = null;
|
||||
clsdocgendata2.ersteller = null;
|
||||
clsdocgendata2.erstelling_in_office = false;
|
||||
clsdocgendata2.erstellungsart = Model.Erstellungsart.DokumentBearbeiten;
|
||||
clsdocgendata2.frormularOhneUnterschrift = false;
|
||||
clsdocgendata2.inhaberadresse = null;
|
||||
clsdocgendata2.logo = "";
|
||||
clsdocgendata2.partnernr = null;
|
||||
clsdocgendata2.postzustellung = null;
|
||||
clsdocgendata2.status = null;
|
||||
clsdocgendata2.team = null;
|
||||
clsdocgendata2.unterschriftLinks = null;
|
||||
clsdocgendata2.unterschriftRehts = null;
|
||||
clsdocgendata2.verantwortlich = null;
|
||||
clsdocgendata2.versandstrasse_moeglich = false;
|
||||
clsdocgendata2.zustaendigkube = null;
|
||||
clsdocgendata2.zustaendigmitarbeiter = null;
|
||||
clsdocgendata2.zustelladresse = null;
|
||||
this.ucAllgemeineDokumentParam1.docgendata = clsdocgendata2;
|
||||
clsdocgendata1.bezeichnung = null;
|
||||
clsdocgendata1.digitaleunterschrift = false;
|
||||
clsdocgendata1.dokumentdatum = null;
|
||||
clsdocgendata1.dokumenttypnr = null;
|
||||
clsdocgendata1.dokumentwerte = null;
|
||||
clsdocgendata1.ersteller = null;
|
||||
clsdocgendata1.erstelling_in_office = false;
|
||||
clsdocgendata1.erstellungsart = Model.Erstellungsart.DokumentBearbeiten;
|
||||
clsdocgendata1.frormularOhneUnterschrift = false;
|
||||
clsdocgendata1.inhaberadresse = null;
|
||||
clsdocgendata1.logo = "";
|
||||
clsdocgendata1.partnernr = null;
|
||||
clsdocgendata1.postzustellung = null;
|
||||
clsdocgendata1.status = null;
|
||||
clsdocgendata1.team = null;
|
||||
clsdocgendata1.unterschriftLinks = null;
|
||||
clsdocgendata1.unterschriftRehts = null;
|
||||
clsdocgendata1.verantwortlich = null;
|
||||
clsdocgendata1.versandstrasse_moeglich = false;
|
||||
clsdocgendata1.zustaendigkube = null;
|
||||
clsdocgendata1.zustaendigmitarbeiter = null;
|
||||
clsdocgendata1.zustelladresse = null;
|
||||
this.ucAllgemeineDokumentParam1.docgendata = clsdocgendata1;
|
||||
this.ucAllgemeineDokumentParam1.dokumenttypnr = 0;
|
||||
this.ucAllgemeineDokumentParam1.genertated_dokumentid = null;
|
||||
this.ucAllgemeineDokumentParam1.interop = false;
|
||||
@@ -336,5 +347,6 @@
|
||||
private System.Windows.Forms.Label lbledit;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.Button btnOfficePrint;
|
||||
private System.Windows.Forms.Label label7;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user