updfate 20250919

This commit is contained in:
Stefan Hutter
2025-09-19 14:20:47 +02:00
parent 98dc8ed0cb
commit d81d620468
2488 changed files with 1833953 additions and 103283 deletions

View File

@@ -41,13 +41,11 @@
this.rbbpb = new System.Windows.Forms.RadioButton();
this.rbppa = new System.Windows.Forms.RadioButton();
this.rbppohne = new System.Windows.Forms.RadioButton();
this.pnlprogress = new System.Windows.Forms.Panel();
this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
this.lblProgressTitel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.grpDruckstapel = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.btnGeneriergen = new System.Windows.Forms.Button();
this.lblLocation = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.btnblexport = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
@@ -79,6 +77,12 @@
this.lblPostzustellung = new System.Windows.Forms.Label();
this.lblBezeichnung = new System.Windows.Forms.Label();
this.txtbezeichnung = new System.Windows.Forms.TextBox();
this.pnlprogress = new System.Windows.Forms.Panel();
this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
this.lblProgressTitel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.pnlLoad = new System.Windows.Forms.Panel();
this.sfdatagridsbload = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.btnsbloadcancel = new System.Windows.Forms.Button();
@@ -139,15 +143,9 @@
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.folderBrowser1 = new Syncfusion.Windows.Forms.FolderBrowser(this.components);
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.label7 = new System.Windows.Forms.Label();
this.lblLocation = new System.Windows.Forms.Label();
this.btnGeneriergen = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.GrpDokumentInhalt.SuspendLayout();
this.grpFaktura.SuspendLayout();
this.pnlprogress.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
this.grpDruckstapel.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeviewDruckstapel)).BeginInit();
@@ -161,6 +159,8 @@
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).BeginInit();
this.pnlprogress.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
this.pnlLoad.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).BeginInit();
this.panel1.SuspendLayout();
@@ -238,78 +238,6 @@
this.rbppohne.Text = "Keine";
this.rbppohne.UseVisualStyleBackColor = true;
//
// pnlprogress
//
this.pnlprogress.BackColor = System.Drawing.Color.Gainsboro;
this.pnlprogress.Controls.Add(this.progressBarAdv1);
this.pnlprogress.Controls.Add(this.lblProgressTitel);
this.pnlprogress.Controls.Add(this.label3);
this.pnlprogress.Controls.Add(this.label2);
this.pnlprogress.Controls.Add(this.progressBar1);
this.pnlprogress.Location = new System.Drawing.Point(436, 2);
this.pnlprogress.Name = "pnlprogress";
this.pnlprogress.Size = new System.Drawing.Size(477, 99);
this.pnlprogress.TabIndex = 17;
this.pnlprogress.Visible = false;
//
// progressBarAdv1
//
this.progressBarAdv1.BackgroundStyle = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Colorful;
this.progressBarAdv1.BackMultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.BackSegments = false;
this.progressBarAdv1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
this.progressBarAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.progressBarAdv1.CustomText = null;
this.progressBarAdv1.CustomWaitingRender = false;
this.progressBarAdv1.ForegroundImage = null;
this.progressBarAdv1.GradientEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.progressBarAdv1.GradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.progressBarAdv1.Location = new System.Drawing.Point(12, 46);
this.progressBarAdv1.MultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.Name = "progressBarAdv1";
this.progressBarAdv1.ProgressStyle = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016Colorful;
this.progressBarAdv1.SegmentWidth = 12;
this.progressBarAdv1.Size = new System.Drawing.Size(448, 23);
this.progressBarAdv1.TabIndex = 20;
this.progressBarAdv1.Text = "progressBarAdv1";
this.progressBarAdv1.ThemeName = "Office2016Colorful";
this.progressBarAdv1.WaitingGradientWidth = 400;
//
// lblProgressTitel
//
this.lblProgressTitel.AutoSize = true;
this.lblProgressTitel.Location = new System.Drawing.Point(12, 9);
this.lblProgressTitel.Name = "lblProgressTitel";
this.lblProgressTitel.Size = new System.Drawing.Size(0, 13);
this.lblProgressTitel.TabIndex = 19;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(435, 78);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(25, 13);
this.label3.TabIndex = 18;
this.label3.Text = "100";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(13, 13);
this.label2.TabIndex = 17;
this.label2.Text = "0";
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(12, 46);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(448, 23);
this.progressBar1.TabIndex = 16;
//
// grpDruckstapel
//
this.grpDruckstapel.Controls.Add(this.button3);
@@ -329,6 +257,44 @@
this.grpDruckstapel.Text = "Druckstapel";
this.grpDruckstapel.Visible = false;
//
// button3
//
this.button3.Location = new System.Drawing.Point(347, 15);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(116, 23);
this.button3.TabIndex = 26;
this.button3.Text = "Speicherort ändern";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// btnGeneriergen
//
this.btnGeneriergen.Location = new System.Drawing.Point(3, 45);
this.btnGeneriergen.Name = "btnGeneriergen";
this.btnGeneriergen.Size = new System.Drawing.Size(105, 23);
this.btnGeneriergen.TabIndex = 25;
this.btnGeneriergen.Text = "Stapel generieren";
this.btnGeneriergen.UseVisualStyleBackColor = true;
this.btnGeneriergen.Click += new System.EventHandler(this.btnGeneriergen_Click);
//
// lblLocation
//
this.lblLocation.AutoSize = true;
this.lblLocation.Location = new System.Drawing.Point(77, 20);
this.lblLocation.Name = "lblLocation";
this.lblLocation.Size = new System.Drawing.Size(35, 13);
this.lblLocation.TabIndex = 24;
this.lblLocation.Text = "label8";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 20);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 13);
this.label7.TabIndex = 23;
this.label7.Text = "Speicherort:";
//
// btnblexport
//
this.btnblexport.Location = new System.Drawing.Point(224, 165);
@@ -697,6 +663,78 @@
this.txtbezeichnung.Size = new System.Drawing.Size(354, 20);
this.txtbezeichnung.TabIndex = 9;
//
// pnlprogress
//
this.pnlprogress.BackColor = System.Drawing.Color.Gainsboro;
this.pnlprogress.Controls.Add(this.progressBarAdv1);
this.pnlprogress.Controls.Add(this.lblProgressTitel);
this.pnlprogress.Controls.Add(this.label3);
this.pnlprogress.Controls.Add(this.label2);
this.pnlprogress.Controls.Add(this.progressBar1);
this.pnlprogress.Location = new System.Drawing.Point(1123, 143);
this.pnlprogress.Name = "pnlprogress";
this.pnlprogress.Size = new System.Drawing.Size(477, 99);
this.pnlprogress.TabIndex = 17;
this.pnlprogress.Visible = false;
//
// progressBarAdv1
//
this.progressBarAdv1.BackgroundStyle = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Colorful;
this.progressBarAdv1.BackMultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.BackSegments = false;
this.progressBarAdv1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
this.progressBarAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.progressBarAdv1.CustomText = null;
this.progressBarAdv1.CustomWaitingRender = false;
this.progressBarAdv1.ForegroundImage = null;
this.progressBarAdv1.GradientEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.progressBarAdv1.GradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.progressBarAdv1.Location = new System.Drawing.Point(12, 46);
this.progressBarAdv1.MultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.Name = "progressBarAdv1";
this.progressBarAdv1.ProgressStyle = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016Colorful;
this.progressBarAdv1.SegmentWidth = 12;
this.progressBarAdv1.Size = new System.Drawing.Size(448, 23);
this.progressBarAdv1.TabIndex = 20;
this.progressBarAdv1.Text = "progressBarAdv1";
this.progressBarAdv1.ThemeName = "Office2016Colorful";
this.progressBarAdv1.WaitingGradientWidth = 400;
//
// lblProgressTitel
//
this.lblProgressTitel.AutoSize = true;
this.lblProgressTitel.Location = new System.Drawing.Point(12, 9);
this.lblProgressTitel.Name = "lblProgressTitel";
this.lblProgressTitel.Size = new System.Drawing.Size(0, 13);
this.lblProgressTitel.TabIndex = 19;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(435, 78);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(25, 13);
this.label3.TabIndex = 18;
this.label3.Text = "100";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(13, 13);
this.label2.TabIndex = 17;
this.label2.Text = "0";
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(12, 46);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(448, 23);
this.progressBar1.TabIndex = 16;
//
// pnlLoad
//
this.pnlLoad.BackColor = System.Drawing.Color.Silver;
@@ -754,7 +792,6 @@
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pnlprogress);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
@@ -1356,44 +1393,6 @@
this.splitContainer1.SplitterDistance = 902;
this.splitContainer1.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 20);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 13);
this.label7.TabIndex = 23;
this.label7.Text = "Speicherort:";
//
// lblLocation
//
this.lblLocation.AutoSize = true;
this.lblLocation.Location = new System.Drawing.Point(77, 20);
this.lblLocation.Name = "lblLocation";
this.lblLocation.Size = new System.Drawing.Size(35, 13);
this.lblLocation.TabIndex = 24;
this.lblLocation.Text = "label8";
//
// btnGeneriergen
//
this.btnGeneriergen.Location = new System.Drawing.Point(3, 45);
this.btnGeneriergen.Name = "btnGeneriergen";
this.btnGeneriergen.Size = new System.Drawing.Size(105, 23);
this.btnGeneriergen.TabIndex = 25;
this.btnGeneriergen.Text = "Stapel generieren";
this.btnGeneriergen.UseVisualStyleBackColor = true;
this.btnGeneriergen.Click += new System.EventHandler(this.btnGeneriergen_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(347, 15);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(116, 23);
this.button3.TabIndex = 26;
this.button3.Text = "Speicherort ändern";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// docPreview1
//
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -1407,6 +1406,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pnlprogress);
this.Controls.Add(this.pnlLoad);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panelLoad);
@@ -1418,9 +1418,6 @@
this.GrpDokumentInhalt.ResumeLayout(false);
this.grpFaktura.ResumeLayout(false);
this.grpFaktura.PerformLayout();
this.pnlprogress.ResumeLayout(false);
this.pnlprogress.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
this.grpDruckstapel.ResumeLayout(false);
this.grpDruckstapel.PerformLayout();
this.panel2.ResumeLayout(false);
@@ -1439,6 +1436,9 @@
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).EndInit();
this.pnlprogress.ResumeLayout(false);
this.pnlprogress.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
this.pnlLoad.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).EndInit();
this.panel1.ResumeLayout(false);