update 20241206
This commit is contained in:
182
Client/DocMgmt/Serienbrief.Designer.cs
generated
182
Client/DocMgmt/Serienbrief.Designer.cs
generated
@@ -37,6 +37,10 @@
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv4 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Serienbrief));
|
||||
this.GrpDokumentInhalt = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.rbbpb = new System.Windows.Forms.RadioButton();
|
||||
this.rbppa = new System.Windows.Forms.RadioButton();
|
||||
this.rbppohne = new System.Windows.Forms.RadioButton();
|
||||
this.grpDruckstapel = new System.Windows.Forms.GroupBox();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
@@ -111,12 +115,16 @@
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.panelLoad = new System.Windows.Forms.Panel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.ctxmenutree = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.partnerlistePrüfenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.druckstapelAufbereitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.archivierenUndAbschliessenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.rbppohne = new System.Windows.Forms.RadioButton();
|
||||
this.rbppa = new System.Windows.Forms.RadioButton();
|
||||
this.rbbpb = new System.Windows.Forms.RadioButton();
|
||||
this.GrpDokumentInhalt.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.grpDruckstapel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeviewDruckstapel)).BeginInit();
|
||||
this.pnlprogress.SuspendLayout();
|
||||
@@ -143,7 +151,8 @@
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.panelLoad.SuspendLayout();
|
||||
this.ctxmenutree.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// GrpDokumentInhalt
|
||||
@@ -164,6 +173,50 @@
|
||||
this.GrpDokumentInhalt.TabStop = false;
|
||||
this.GrpDokumentInhalt.Text = "Dokument-Inahalt";
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.rbbpb);
|
||||
this.groupBox1.Controls.Add(this.rbppa);
|
||||
this.groupBox1.Controls.Add(this.rbppohne);
|
||||
this.groupBox1.Location = new System.Drawing.Point(546, 192);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(534, 55);
|
||||
this.groupBox1.TabIndex = 16;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Fakturierung";
|
||||
//
|
||||
// rbbpb
|
||||
//
|
||||
this.rbbpb.AutoSize = true;
|
||||
this.rbbpb.Location = new System.Drawing.Point(166, 24);
|
||||
this.rbbpb.Name = "rbbpb";
|
||||
this.rbbpb.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbbpb.TabIndex = 2;
|
||||
this.rbbpb.Text = "PP-B-Post";
|
||||
this.rbbpb.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbppa
|
||||
//
|
||||
this.rbppa.AutoSize = true;
|
||||
this.rbppa.Location = new System.Drawing.Point(87, 24);
|
||||
this.rbppa.Name = "rbppa";
|
||||
this.rbppa.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbppa.TabIndex = 1;
|
||||
this.rbppa.Text = "PP-A-Post";
|
||||
this.rbppa.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbppohne
|
||||
//
|
||||
this.rbppohne.AutoSize = true;
|
||||
this.rbppohne.Checked = true;
|
||||
this.rbppohne.Location = new System.Drawing.Point(20, 23);
|
||||
this.rbppohne.Name = "rbppohne";
|
||||
this.rbppohne.Size = new System.Drawing.Size(52, 17);
|
||||
this.rbppohne.TabIndex = 0;
|
||||
this.rbppohne.TabStop = true;
|
||||
this.rbppohne.Text = "Keine";
|
||||
this.rbppohne.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpDruckstapel
|
||||
//
|
||||
this.grpDruckstapel.Controls.Add(this.button2);
|
||||
@@ -642,6 +695,7 @@
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(230, 579);
|
||||
this.treeViewAdv1.ContextMenuStrip = this.ctxmenutree;
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.treeViewAdv1.Enabled = false;
|
||||
//
|
||||
@@ -1051,6 +1105,65 @@
|
||||
this.splitContainer1.SplitterDistance = 900;
|
||||
this.splitContainer1.TabIndex = 5;
|
||||
//
|
||||
// panelLoad
|
||||
//
|
||||
this.panelLoad.BackColor = System.Drawing.Color.Silver;
|
||||
this.panelLoad.Controls.Add(this.label4);
|
||||
this.panelLoad.Location = new System.Drawing.Point(466, 87);
|
||||
this.panelLoad.Name = "panelLoad";
|
||||
this.panelLoad.Size = new System.Drawing.Size(578, 100);
|
||||
this.panelLoad.TabIndex = 6;
|
||||
this.panelLoad.Visible = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(12, 37);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(469, 20);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "Serienbrief wird initialisiert - bitte einen Moment warten....";
|
||||
//
|
||||
// ctxmenutree
|
||||
//
|
||||
this.ctxmenutree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.partnerlistePrüfenToolStripMenuItem,
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem,
|
||||
this.druckstapelAufbereitenToolStripMenuItem,
|
||||
this.archivierenUndAbschliessenToolStripMenuItem});
|
||||
this.ctxmenutree.Name = "ctxmenutree";
|
||||
this.ctxmenutree.Size = new System.Drawing.Size(266, 114);
|
||||
this.ctxmenutree.Opening += new System.ComponentModel.CancelEventHandler(this.ctxmenutree_Opening);
|
||||
//
|
||||
// partnerlistePrüfenToolStripMenuItem
|
||||
//
|
||||
this.partnerlistePrüfenToolStripMenuItem.Name = "partnerlistePrüfenToolStripMenuItem";
|
||||
this.partnerlistePrüfenToolStripMenuItem.Size = new System.Drawing.Size(265, 22);
|
||||
this.partnerlistePrüfenToolStripMenuItem.Text = "Partnerliste prüfen";
|
||||
this.partnerlistePrüfenToolStripMenuItem.Click += new System.EventHandler(this.partnerlistePrüfenToolStripMenuItem_Click);
|
||||
//
|
||||
// dokumentgenerierungZurücksetzenToolStripMenuItem
|
||||
//
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem.Name = "dokumentgenerierungZurücksetzenToolStripMenuItem";
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem.Size = new System.Drawing.Size(265, 22);
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem.Text = "Dokumentgenerierung zurücksetzen";
|
||||
this.dokumentgenerierungZurücksetzenToolStripMenuItem.Click += new System.EventHandler(this.dokumentgenerierungZurücksetzenToolStripMenuItem_Click);
|
||||
//
|
||||
// druckstapelAufbereitenToolStripMenuItem
|
||||
//
|
||||
this.druckstapelAufbereitenToolStripMenuItem.Name = "druckstapelAufbereitenToolStripMenuItem";
|
||||
this.druckstapelAufbereitenToolStripMenuItem.Size = new System.Drawing.Size(265, 22);
|
||||
this.druckstapelAufbereitenToolStripMenuItem.Text = "Druckstapel aufbereiten";
|
||||
this.druckstapelAufbereitenToolStripMenuItem.Click += new System.EventHandler(this.druckstapelAufbereitenToolStripMenuItem_Click);
|
||||
//
|
||||
// archivierenUndAbschliessenToolStripMenuItem
|
||||
//
|
||||
this.archivierenUndAbschliessenToolStripMenuItem.Name = "archivierenUndAbschliessenToolStripMenuItem";
|
||||
this.archivierenUndAbschliessenToolStripMenuItem.Size = new System.Drawing.Size(265, 22);
|
||||
this.archivierenUndAbschliessenToolStripMenuItem.Text = "Archivieren und abschliessen";
|
||||
this.archivierenUndAbschliessenToolStripMenuItem.Click += new System.EventHandler(this.archivierenUndAbschliessenToolStripMenuItem_Click);
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -1060,55 +1173,12 @@
|
||||
this.docPreview1.TabIndex = 4;
|
||||
this.docPreview1.ZoomPercentage = 0;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.rbbpb);
|
||||
this.groupBox1.Controls.Add(this.rbppa);
|
||||
this.groupBox1.Controls.Add(this.rbppohne);
|
||||
this.groupBox1.Location = new System.Drawing.Point(546, 192);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(534, 55);
|
||||
this.groupBox1.TabIndex = 16;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Fakturierung";
|
||||
//
|
||||
// rbppohne
|
||||
//
|
||||
this.rbppohne.AutoSize = true;
|
||||
this.rbppohne.Checked = true;
|
||||
this.rbppohne.Location = new System.Drawing.Point(20, 23);
|
||||
this.rbppohne.Name = "rbppohne";
|
||||
this.rbppohne.Size = new System.Drawing.Size(52, 17);
|
||||
this.rbppohne.TabIndex = 0;
|
||||
this.rbppohne.TabStop = true;
|
||||
this.rbppohne.Text = "Keine";
|
||||
this.rbppohne.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbppa
|
||||
//
|
||||
this.rbppa.AutoSize = true;
|
||||
this.rbppa.Location = new System.Drawing.Point(87, 24);
|
||||
this.rbppa.Name = "rbppa";
|
||||
this.rbppa.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbppa.TabIndex = 1;
|
||||
this.rbppa.Text = "PP-A-Post";
|
||||
this.rbppa.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbbpb
|
||||
//
|
||||
this.rbbpb.AutoSize = true;
|
||||
this.rbbpb.Location = new System.Drawing.Point(166, 24);
|
||||
this.rbbpb.Name = "rbbpb";
|
||||
this.rbbpb.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbbpb.TabIndex = 2;
|
||||
this.rbbpb.Text = "PP-B-Post";
|
||||
this.rbbpb.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// Serienbrief
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1633, 955);
|
||||
this.Controls.Add(this.panelLoad);
|
||||
this.Controls.Add(this.pnlLoad);
|
||||
this.Controls.Add(this.splitContainer1);
|
||||
this.Controls.Add(this.GrpDokumentInhalt);
|
||||
@@ -1121,6 +1191,8 @@
|
||||
this.Text = "Serienbrief";
|
||||
this.Load += new System.EventHandler(this.Serienbrief_Load);
|
||||
this.GrpDokumentInhalt.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.grpDruckstapel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeviewDruckstapel)).EndInit();
|
||||
this.pnlprogress.ResumeLayout(false);
|
||||
@@ -1152,8 +1224,9 @@
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.panelLoad.ResumeLayout(false);
|
||||
this.panelLoad.PerformLayout();
|
||||
this.ctxmenutree.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -1239,5 +1312,12 @@
|
||||
private System.Windows.Forms.RadioButton rbbpb;
|
||||
private System.Windows.Forms.RadioButton rbppa;
|
||||
private System.Windows.Forms.RadioButton rbppohne;
|
||||
private System.Windows.Forms.Panel panelLoad;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.ContextMenuStrip ctxmenutree;
|
||||
private System.Windows.Forms.ToolStripMenuItem partnerlistePrüfenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem dokumentgenerierungZurücksetzenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem druckstapelAufbereitenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem archivierenUndAbschliessenToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user