update 20241203
This commit is contained in:
108
Client/UIControls/DokList.Designer.cs
generated
108
Client/UIControls/DokList.Designer.cs
generated
@@ -72,8 +72,6 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonPanelArchiv = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonArchivToOnBase = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButtonVersandstrasse = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonPanelDoklist = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonRefresh = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonPanelDemo = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonTest1 = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonPanelSuche = new System.Windows.Forms.RibbonPanel();
|
||||
@@ -87,6 +85,8 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonFilterDelete = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPannelDiverseVorlagen = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNativ = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonPanelDoklist = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonRefresh = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonTabAnsicht = new System.Windows.Forms.RibbonTab();
|
||||
this.RibbonPannelAnsicht = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonItemGroup2 = new System.Windows.Forms.RibbonItemGroup();
|
||||
@@ -115,6 +115,8 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonCBProfil = new System.Windows.Forms.RibbonComboBox();
|
||||
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonTabNativVorlagen = new System.Windows.Forms.RibbonTab();
|
||||
this.ribbonPanelNativVorlagen = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNativVorlagen = 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();
|
||||
@@ -131,8 +133,10 @@ namespace OnDoc.UICintrols
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanelNativVorlagen = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNativVorlagen = new System.Windows.Forms.RibbonButton();
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.ribbonPanelAttribute = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonAttributeEinAusblenden = new System.Windows.Forms.RibbonButton();
|
||||
this.dokwerte1 = new OnDoc.UIControls.Dokwerte();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
@@ -161,6 +165,7 @@ namespace OnDoc.UICintrols
|
||||
this.sfDataGrid1.TabIndex = 0;
|
||||
this.sfDataGrid1.DrawCell += new Syncfusion.WinForms.DataGrid.Events.DrawCellEventHandler(this.sfDataGrid1_DrawCell);
|
||||
this.sfDataGrid1.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGrid1_CellClick);
|
||||
this.sfDataGrid1.CurrentCellActivated += new Syncfusion.WinForms.DataGrid.Events.CurrentCellActivatedEventHandler(this.sfDataGrid1_CurrentCellActivated);
|
||||
this.sfDataGrid1.CurrentCellKeyDown += new Syncfusion.WinForms.DataGrid.Events.CurrentCellKeyEventHandler(this.sfDataGrid1_CurrentCellKeyDown);
|
||||
this.sfDataGrid1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sfDataGrid1_KeyDown);
|
||||
//
|
||||
@@ -177,9 +182,10 @@ namespace OnDoc.UICintrols
|
||||
this.druckenToolStripMenuItem,
|
||||
this.pDFGenerierenToolStripMenuItem,
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem,
|
||||
this.wordInterOPEditToolStripMenuItem});
|
||||
this.wordInterOPEditToolStripMenuItem,
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem});
|
||||
this.ctxMenuDokList.Name = "ctxMenuDokList";
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 246);
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 268);
|
||||
//
|
||||
// dokumentAnzeigenToolStripMenuItem
|
||||
//
|
||||
@@ -343,6 +349,7 @@ namespace OnDoc.UICintrols
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.sfDataGrid1);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.dokwerte1);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
@@ -562,22 +569,6 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonButtonVersandstrasse.Text = "Versandstrasse";
|
||||
this.ribbonButtonVersandstrasse.Click += new System.EventHandler(this.ribbonButtonVersandstrasse_Click);
|
||||
//
|
||||
// RibbonPanelDoklist
|
||||
//
|
||||
this.RibbonPanelDoklist.ButtonMoreVisible = false;
|
||||
this.RibbonPanelDoklist.Items.Add(this.RibbonButtonRefresh);
|
||||
this.RibbonPanelDoklist.Name = "RibbonPanelDoklist";
|
||||
this.RibbonPanelDoklist.Text = "Dokumentliste";
|
||||
//
|
||||
// RibbonButtonRefresh
|
||||
//
|
||||
this.RibbonButtonRefresh.Image = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
||||
this.RibbonButtonRefresh.LargeImage = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
||||
this.RibbonButtonRefresh.Name = "RibbonButtonRefresh";
|
||||
this.RibbonButtonRefresh.SmallImage = global::OnDoc.Properties.Resources.Refresh_16x16_32;
|
||||
this.RibbonButtonRefresh.Text = "Aktualisieren";
|
||||
this.RibbonButtonRefresh.Click += new System.EventHandler(this.RibbonButtonRefresh_Click);
|
||||
//
|
||||
// RibbonPanelDemo
|
||||
//
|
||||
this.RibbonPanelDemo.Items.Add(this.RibbonButtonTest1);
|
||||
@@ -694,11 +685,28 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonButtonNativ.SmallImage = global::OnDoc.Properties.Resources.Native_24x24_32;
|
||||
this.ribbonButtonNativ.Click += new System.EventHandler(this.ribbonButtonNativ_Click);
|
||||
//
|
||||
// RibbonPanelDoklist
|
||||
//
|
||||
this.RibbonPanelDoklist.ButtonMoreVisible = false;
|
||||
this.RibbonPanelDoklist.Items.Add(this.RibbonButtonRefresh);
|
||||
this.RibbonPanelDoklist.Name = "RibbonPanelDoklist";
|
||||
this.RibbonPanelDoklist.Text = "Dokumentliste";
|
||||
//
|
||||
// RibbonButtonRefresh
|
||||
//
|
||||
this.RibbonButtonRefresh.Image = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
||||
this.RibbonButtonRefresh.LargeImage = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
||||
this.RibbonButtonRefresh.Name = "RibbonButtonRefresh";
|
||||
this.RibbonButtonRefresh.SmallImage = global::OnDoc.Properties.Resources.Refresh_16x16_32;
|
||||
this.RibbonButtonRefresh.Text = "Aktualisieren";
|
||||
this.RibbonButtonRefresh.Click += new System.EventHandler(this.RibbonButtonRefresh_Click);
|
||||
//
|
||||
// ribbonTabAnsicht
|
||||
//
|
||||
this.ribbonTabAnsicht.Name = "ribbonTabAnsicht";
|
||||
this.ribbonTabAnsicht.Panels.Add(this.RibbonPannelAnsicht);
|
||||
this.ribbonTabAnsicht.Panels.Add(this.ribbonPanelVorschau);
|
||||
this.ribbonTabAnsicht.Panels.Add(this.ribbonPanelAttribute);
|
||||
this.ribbonTabAnsicht.Text = "Ansicht";
|
||||
//
|
||||
// RibbonPannelAnsicht
|
||||
@@ -925,6 +933,21 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonTabNativVorlagen.Panels.Add(this.ribbonPanelNativVorlagen);
|
||||
this.RibbonTabNativVorlagen.Text = "Nativ-Vorlagen";
|
||||
//
|
||||
// ribbonPanelNativVorlagen
|
||||
//
|
||||
this.ribbonPanelNativVorlagen.Items.Add(this.ribbonButtonNativVorlagen);
|
||||
this.ribbonPanelNativVorlagen.Name = "ribbonPanelNativVorlagen";
|
||||
this.ribbonPanelNativVorlagen.Text = "";
|
||||
//
|
||||
// ribbonButtonNativVorlagen
|
||||
//
|
||||
this.ribbonButtonNativVorlagen.Image = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativVorlagen.LargeImage = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativVorlagen.Name = "ribbonButtonNativVorlagen";
|
||||
this.ribbonButtonNativVorlagen.SmallImage = global::OnDoc.Properties.Resources.Native_24x24_32;
|
||||
this.ribbonButtonNativVorlagen.Text = "Nativ-Vorlagen-Auswahl";
|
||||
this.ribbonButtonNativVorlagen.Click += new System.EventHandler(this.ribbonButtonNativVorlagen_Click);
|
||||
//
|
||||
// RibbonTabAdmin
|
||||
//
|
||||
this.RibbonTabAdmin.Name = "RibbonTabAdmin";
|
||||
@@ -1049,20 +1072,35 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
|
||||
this.ribbonButton5.Text = "Load";
|
||||
//
|
||||
// ribbonPanelNativVorlagen
|
||||
// attributeAnzeigenVersteckenToolStripMenuItem
|
||||
//
|
||||
this.ribbonPanelNativVorlagen.Items.Add(this.ribbonButtonNativVorlagen);
|
||||
this.ribbonPanelNativVorlagen.Name = "ribbonPanelNativVorlagen";
|
||||
this.ribbonPanelNativVorlagen.Text = "";
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem.Name = "attributeAnzeigenVersteckenToolStripMenuItem";
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem.Text = "Attribute anzeigen / ausblenden";
|
||||
this.attributeAnzeigenVersteckenToolStripMenuItem.Click += new System.EventHandler(this.attributeAnzeigenVersteckenToolStripMenuItem_Click);
|
||||
//
|
||||
// ribbonButtonNativVorlagen
|
||||
// ribbonPanelAttribute
|
||||
//
|
||||
this.ribbonButtonNativVorlagen.Image = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativVorlagen.LargeImage = global::OnDoc.Properties.Resources.Native_32x32_32;
|
||||
this.ribbonButtonNativVorlagen.Name = "ribbonButtonNativVorlagen";
|
||||
this.ribbonButtonNativVorlagen.SmallImage = global::OnDoc.Properties.Resources.Native_24x24_32;
|
||||
this.ribbonButtonNativVorlagen.Text = "Nativ-Vorlagen-Auswahl";
|
||||
this.ribbonButtonNativVorlagen.Click += new System.EventHandler(this.ribbonButtonNativVorlagen_Click);
|
||||
this.ribbonPanelAttribute.Items.Add(this.RibbonButtonAttributeEinAusblenden);
|
||||
this.ribbonPanelAttribute.Name = "ribbonPanelAttribute";
|
||||
this.ribbonPanelAttribute.Text = "Attribute";
|
||||
//
|
||||
// RibbonButtonAttributeEinAusblenden
|
||||
//
|
||||
this.RibbonButtonAttributeEinAusblenden.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonAttributeEinAusblenden.Image")));
|
||||
this.RibbonButtonAttributeEinAusblenden.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonAttributeEinAusblenden.LargeImage")));
|
||||
this.RibbonButtonAttributeEinAusblenden.Name = "RibbonButtonAttributeEinAusblenden";
|
||||
this.RibbonButtonAttributeEinAusblenden.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonAttributeEinAusblenden.SmallImage")));
|
||||
this.RibbonButtonAttributeEinAusblenden.Text = "Enblenden_/_Ausblenden";
|
||||
this.RibbonButtonAttributeEinAusblenden.Click += new System.EventHandler(this.RibbonButtonAttributeEinAusblenden_Click);
|
||||
//
|
||||
// dokwerte1
|
||||
//
|
||||
this.dokwerte1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.dokwerte1.Location = new System.Drawing.Point(1709, 0);
|
||||
this.dokwerte1.Name = "dokwerte1";
|
||||
this.dokwerte1.Size = new System.Drawing.Size(0, 343);
|
||||
this.dokwerte1.TabIndex = 1;
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
@@ -1205,5 +1243,9 @@ namespace OnDoc.UICintrols
|
||||
private System.Windows.Forms.RibbonTab RibbonTabNativVorlagen;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanelNativVorlagen;
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonNativVorlagen;
|
||||
private UIControls.Dokwerte dokwerte1;
|
||||
private System.Windows.Forms.ToolStripMenuItem attributeAnzeigenVersteckenToolStripMenuItem;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanelAttribute;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonAttributeEinAusblenden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user