Updaet 20240730
This commit is contained in:
22
Client/UIControls/DokList.Designer.cs
generated
22
Client/UIControls/DokList.Designer.cs
generated
@@ -93,10 +93,10 @@
|
||||
this.RibbonButtonDokumenttyp = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonButtonVorlagen = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonButtonBerechtigungsgruppe = new System.Windows.Forms.RibbonButton();
|
||||
this.pdfConfig1 = new Syncfusion.Pdf.PdfConfig();
|
||||
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
@@ -678,6 +678,7 @@
|
||||
this.RibbonButtonDokumenttyp.Name = "RibbonButtonDokumenttyp";
|
||||
this.RibbonButtonDokumenttyp.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonDokumenttyp.SmallImage")));
|
||||
this.RibbonButtonDokumenttyp.Text = "Dokumenttyp";
|
||||
this.RibbonButtonDokumenttyp.Click += new System.EventHandler(this.RibbonButtonDokumenttyp_Click);
|
||||
//
|
||||
// RibbonButtonVorlagen
|
||||
//
|
||||
@@ -686,6 +687,7 @@
|
||||
this.RibbonButtonVorlagen.Name = "RibbonButtonVorlagen";
|
||||
this.RibbonButtonVorlagen.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonVorlagen.SmallImage")));
|
||||
this.RibbonButtonVorlagen.Text = "Vorlagen";
|
||||
this.RibbonButtonVorlagen.Click += new System.EventHandler(this.RibbonButtonVorlagen_Click);
|
||||
//
|
||||
// ribbonPanel3
|
||||
//
|
||||
@@ -696,6 +698,15 @@
|
||||
this.ribbonPanel3.Name = "ribbonPanel3";
|
||||
this.ribbonPanel3.Text = "Berechtigungen";
|
||||
//
|
||||
// ribbonButton2
|
||||
//
|
||||
this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
|
||||
this.ribbonButton2.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.LargeImage")));
|
||||
this.ribbonButton2.Name = "ribbonButton2";
|
||||
this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
|
||||
this.ribbonButton2.Text = "Berechtigungen";
|
||||
this.ribbonButton2.Click += new System.EventHandler(this.ribbonButton2_Click);
|
||||
//
|
||||
// RibbonButtonBerechtigungsgruppe
|
||||
//
|
||||
this.RibbonButtonBerechtigungsgruppe.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonBerechtigungsgruppe.Image")));
|
||||
@@ -714,15 +725,6 @@
|
||||
this.RibbonButtonCreateNewDoc.Text = "Dokument";
|
||||
this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click);
|
||||
//
|
||||
// ribbonButton2
|
||||
//
|
||||
this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
|
||||
this.ribbonButton2.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.LargeImage")));
|
||||
this.ribbonButton2.Name = "ribbonButton2";
|
||||
this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
|
||||
this.ribbonButton2.Text = "Berechtigungen";
|
||||
this.ribbonButton2.Click += new System.EventHandler(this.ribbonButton2_Click);
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
|
||||
|
||||
Reference in New Issue
Block a user