Update 20250606

This commit is contained in:
Stefan Hutter
2025-06-06 09:13:32 +02:00
parent 10343fcbab
commit 85ff87dc62
106 changed files with 1312 additions and 298 deletions

View File

@@ -149,6 +149,8 @@ namespace OnDoc.UICintrols
this.ribbonLabel1 = new System.Windows.Forms.RibbonLabel();
this.RibbonCBProfil = new System.Windows.Forms.RibbonComboBox();
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
this.RibbonPrinter = new System.Windows.Forms.RibbonPanel();
this.ribbonbuttonPrinterSettings = 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();
@@ -1258,6 +1260,7 @@ namespace OnDoc.UICintrols
//
this.ribbonTabProfil.Name = "ribbonTabProfil";
this.ribbonTabProfil.Panels.Add(this.RibbonPanelProfil);
this.ribbonTabProfil.Panels.Add(this.RibbonPrinter);
this.ribbonTabProfil.Text = "Profil";
//
// RibbonPanelProfil
@@ -1291,13 +1294,30 @@ namespace OnDoc.UICintrols
//
// ribbonButton1
//
this.ribbonButton1.Image = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
this.ribbonButton1.Image = global::OnDoc.Properties.Resources.Pprofil_32x32_32;
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.Pprofil_32x32_32;
this.ribbonButton1.Name = "ribbonButton1";
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.postausgang_24x24_32;
this.ribbonButton1.ToolTip = "Profil bearbeiten";
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
//
// RibbonPrinter
//
this.RibbonPrinter.ButtonMoreEnabled = false;
this.RibbonPrinter.ButtonMoreVisible = false;
this.RibbonPrinter.Items.Add(this.ribbonbuttonPrinterSettings);
this.RibbonPrinter.Name = "RibbonPrinter";
this.RibbonPrinter.Text = "Drucker";
//
// ribbonbuttonPrinterSettings
//
this.ribbonbuttonPrinterSettings.Image = global::OnDoc.Properties.Resources.Printer_32x32_32;
this.ribbonbuttonPrinterSettings.LargeImage = global::OnDoc.Properties.Resources.Printer_32x32_32;
this.ribbonbuttonPrinterSettings.Name = "ribbonbuttonPrinterSettings";
this.ribbonbuttonPrinterSettings.SmallImage = global::OnDoc.Properties.Resources.Printer_24x24_32;
this.ribbonbuttonPrinterSettings.Text = "Druckereinstellungen für Word";
this.ribbonbuttonPrinterSettings.Click += new System.EventHandler(this.ribbonbuttonPrinterSettings_Click);
//
// RibbonTabNativVorlagen
//
this.RibbonTabNativVorlagen.Name = "RibbonTabNativVorlagen";
@@ -1736,5 +1756,7 @@ namespace OnDoc.UICintrols
private System.Windows.Forms.RibbonButton ribbonbuttonpersonpersonsymbol;
private System.Windows.Forms.RibbonButton ribbonbuttonpostausgang;
private System.Windows.Forms.ToolStripMenuItem zumVersandpaketHinzufügenToolStripMenuItem;
private System.Windows.Forms.RibbonPanel RibbonPrinter;
private System.Windows.Forms.RibbonButton ribbonbuttonPrinterSettings;
}
}