update 20251228
This commit is contained in:
47
Client/UIControls/Approval.Designer.cs
generated
47
Client/UIControls/Approval.Designer.cs
generated
@@ -36,6 +36,8 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Approval));
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.pnlsignerror = new System.Windows.Forms.Panel();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.pnlMultiThreading = new System.Windows.Forms.Panel();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
@@ -72,18 +74,16 @@
|
||||
this.ribbonButtonNotApproved = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
||||
this.pnlsignerror = new System.Windows.Forms.Panel();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.pnlsignerror.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.pnlMultiThreading.SuspendLayout();
|
||||
this.panelsign.SuspendLayout();
|
||||
this.grpDetails.SuspendLayout();
|
||||
this.pnlsignerror.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// splitContainer1
|
||||
@@ -120,6 +120,26 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Dokumente";
|
||||
//
|
||||
// pnlsignerror
|
||||
//
|
||||
this.pnlsignerror.Controls.Add(this.label9);
|
||||
this.pnlsignerror.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pnlsignerror.Location = new System.Drawing.Point(3, 773);
|
||||
this.pnlsignerror.Name = "pnlsignerror";
|
||||
this.pnlsignerror.Size = new System.Drawing.Size(294, 100);
|
||||
this.pnlsignerror.TabIndex = 5;
|
||||
this.pnlsignerror.Visible = false;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.ForeColor = System.Drawing.Color.Red;
|
||||
this.label9.Location = new System.Drawing.Point(4, 4);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(287, 46);
|
||||
this.label9.TabIndex = 0;
|
||||
this.label9.Text = "Bei der Signierung ist ein Fehler aufgetreten. Bitte wiederholen";
|
||||
//
|
||||
// treeViewAdv1
|
||||
//
|
||||
this.treeViewAdv1.AccelerateScrolling = Syncfusion.Windows.Forms.AccelerateScrollingBehavior.Immediate;
|
||||
@@ -571,25 +591,6 @@
|
||||
this.ribbonButton1.Text = "Aktualisieren";
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// pnlsignerror
|
||||
//
|
||||
this.pnlsignerror.Controls.Add(this.label9);
|
||||
this.pnlsignerror.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pnlsignerror.Location = new System.Drawing.Point(3, 773);
|
||||
this.pnlsignerror.Name = "pnlsignerror";
|
||||
this.pnlsignerror.Size = new System.Drawing.Size(294, 100);
|
||||
this.pnlsignerror.TabIndex = 5;
|
||||
this.pnlsignerror.Visible = false;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.Location = new System.Drawing.Point(4, 4);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(287, 46);
|
||||
this.label9.TabIndex = 0;
|
||||
this.label9.Text = "Bei der Signierung ist ein Fehler aufgetreten. Bitte wiederholen";
|
||||
//
|
||||
// Approval
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -602,6 +603,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.pnlsignerror.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
this.pnlMultiThreading.ResumeLayout(false);
|
||||
this.pnlMultiThreading.PerformLayout();
|
||||
@@ -609,7 +611,6 @@
|
||||
this.panelsign.PerformLayout();
|
||||
this.grpDetails.ResumeLayout(false);
|
||||
this.grpDetails.PerformLayout();
|
||||
this.pnlsignerror.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user