Update 20240807 - nach NUGET-Update Syncfusion
This commit is contained in:
41
Client/UIControls/DokList.Designer.cs
generated
41
Client/UIControls/DokList.Designer.cs
generated
@@ -48,6 +48,7 @@
|
||||
this.tsbtnpreviewbottom = new System.Windows.Forms.ToolStripButton();
|
||||
this.tsbtnpreviewright = new System.Windows.Forms.ToolStripButton();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.lblTitel = new System.Windows.Forms.Label();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
@@ -89,6 +90,8 @@
|
||||
this.ribbonGroupMitarbeiter = new System.Windows.Forms.RibbonItemGroup();
|
||||
this.ribbonLabelMitarbeiter = new System.Windows.Forms.RibbonLabel();
|
||||
this.ribbonComboBoxMitarbeiter = new System.Windows.Forms.RibbonComboBox();
|
||||
this.ribbonPannelDiverseVorlagen = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNativ = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonTabAdmin = new System.Windows.Forms.RibbonTab();
|
||||
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonDokumenttyp = new System.Windows.Forms.RibbonButton();
|
||||
@@ -98,7 +101,6 @@
|
||||
this.RibbonButtonBerechtigungsgruppe = new System.Windows.Forms.RibbonButton();
|
||||
this.pdfConfig1 = new Syncfusion.Pdf.PdfConfig();
|
||||
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
@@ -142,7 +144,7 @@
|
||||
this.druckenToolStripMenuItem,
|
||||
this.pDFGenerierenToolStripMenuItem});
|
||||
this.ctxMenuDokList.Name = "ctxMenuDokList";
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 224);
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 202);
|
||||
//
|
||||
// dokumentAnzeigenToolStripMenuItem
|
||||
//
|
||||
@@ -297,6 +299,15 @@
|
||||
this.splitContainer1.SplitterDistance = 343;
|
||||
this.splitContainer1.TabIndex = 2;
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.docPreview1.Location = new System.Drawing.Point(0, 0);
|
||||
this.docPreview1.Name = "docPreview1";
|
||||
this.docPreview1.Size = new System.Drawing.Size(1556, 347);
|
||||
this.docPreview1.TabIndex = 0;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
@@ -367,6 +378,7 @@
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDoklist);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDemo);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelSuche);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPannelDiverseVorlagen);
|
||||
this.RibbonTabUserFunctions.Text = "Funktionen";
|
||||
//
|
||||
// RibbonPanelExit
|
||||
@@ -664,6 +676,20 @@
|
||||
this.ribbonComboBoxMitarbeiter.TextBoxText = "";
|
||||
this.ribbonComboBoxMitarbeiter.TextBoxWidth = 150;
|
||||
//
|
||||
// ribbonPannelDiverseVorlagen
|
||||
//
|
||||
this.ribbonPannelDiverseVorlagen.Items.Add(this.ribbonButtonNativ);
|
||||
this.ribbonPannelDiverseVorlagen.Name = "ribbonPannelDiverseVorlagen";
|
||||
this.ribbonPannelDiverseVorlagen.Text = "Diverse Dokumentvorlagen (ohne Kundenbezug)";
|
||||
//
|
||||
// ribbonButtonNativ
|
||||
//
|
||||
this.ribbonButtonNativ.Image = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativ.LargeImage = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativ.Name = "ribbonButtonNativ";
|
||||
this.ribbonButtonNativ.SmallImage = global::OnDoc.Properties.Resources.Native_24x24_32;
|
||||
this.ribbonButtonNativ.Click += new System.EventHandler(this.ribbonButtonNativ_Click);
|
||||
//
|
||||
// RibbonTabAdmin
|
||||
//
|
||||
this.RibbonTabAdmin.Name = "RibbonTabAdmin";
|
||||
@@ -734,15 +760,6 @@
|
||||
this.RibbonButtonCreateNewDoc.Text = "Dokument";
|
||||
this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click);
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.docPreview1.Location = new System.Drawing.Point(0, 0);
|
||||
this.docPreview1.Name = "docPreview1";
|
||||
this.docPreview1.Size = new System.Drawing.Size(1556, 347);
|
||||
this.docPreview1.TabIndex = 0;
|
||||
//
|
||||
// DokList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -838,5 +855,7 @@
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonBerechtigungsgruppe;
|
||||
private System.Windows.Forms.RibbonButton ribbonButton2;
|
||||
private System.Windows.Forms.ToolStripMenuItem pDFGenerierenToolStripMenuItem;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPannelDiverseVorlagen;
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonNativ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user