update 20250226
This commit is contained in:
52
Client/UIControls/Approval.Designer.cs
generated
52
Client/UIControls/Approval.Designer.cs
generated
@@ -36,6 +36,8 @@
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.panelsign = new System.Windows.Forms.Panel();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.grpDetails = new System.Windows.Forms.GroupBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
@@ -65,16 +67,14 @@
|
||||
this.ribbonButtonNotApproved = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
||||
this.panelsign = new System.Windows.Forms.Panel();
|
||||
this.label5 = 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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.grpDetails.SuspendLayout();
|
||||
this.panelsign.SuspendLayout();
|
||||
this.grpDetails.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// splitContainer1
|
||||
@@ -206,6 +206,26 @@
|
||||
this.treeViewAdv1.NodeMouseClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseClick);
|
||||
this.treeViewAdv1.Click += new System.EventHandler(this.treeViewAdv1_Click);
|
||||
//
|
||||
// panelsign
|
||||
//
|
||||
this.panelsign.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
||||
this.panelsign.Controls.Add(this.label5);
|
||||
this.panelsign.Location = new System.Drawing.Point(117, 47);
|
||||
this.panelsign.Name = "panelsign";
|
||||
this.panelsign.Size = new System.Drawing.Size(804, 167);
|
||||
this.panelsign.TabIndex = 5;
|
||||
this.panelsign.Visible = false;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label5.Location = new System.Drawing.Point(188, 81);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(390, 24);
|
||||
this.label5.TabIndex = 0;
|
||||
this.label5.Text = "Das Dokument wird signiert - bitte warten";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
@@ -468,7 +488,7 @@
|
||||
this.ribbonButtonApproved.LargeImage = global::OnDoc.Properties.Resources.Approval_OK_32x32_32;
|
||||
this.ribbonButtonApproved.Name = "ribbonButtonApproved";
|
||||
this.ribbonButtonApproved.SmallImage = global::OnDoc.Properties.Resources.Approval_OK_24x24_32;
|
||||
this.ribbonButtonApproved.Text = "Geprüft";
|
||||
this.ribbonButtonApproved.Text = "Genehmigt";
|
||||
this.ribbonButtonApproved.Click += new System.EventHandler(this.ribbonButtonApproved_Click);
|
||||
//
|
||||
// ribbonButtonNotApproved
|
||||
@@ -496,26 +516,6 @@
|
||||
this.ribbonButton1.Text = "Aktualisieren";
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// panelsign
|
||||
//
|
||||
this.panelsign.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
||||
this.panelsign.Controls.Add(this.label5);
|
||||
this.panelsign.Location = new System.Drawing.Point(117, 47);
|
||||
this.panelsign.Name = "panelsign";
|
||||
this.panelsign.Size = new System.Drawing.Size(804, 167);
|
||||
this.panelsign.TabIndex = 5;
|
||||
this.panelsign.Visible = false;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label5.Location = new System.Drawing.Point(188, 81);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(390, 24);
|
||||
this.label5.TabIndex = 0;
|
||||
this.label5.Text = "Das Dokument wird signiert - bitte warten";
|
||||
//
|
||||
// Approval
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -529,10 +529,10 @@
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
this.grpDetails.ResumeLayout(false);
|
||||
this.grpDetails.PerformLayout();
|
||||
this.panelsign.ResumeLayout(false);
|
||||
this.panelsign.PerformLayout();
|
||||
this.grpDetails.ResumeLayout(false);
|
||||
this.grpDetails.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user