update 20241204
This commit is contained in:
17
Client/UIControls/DokList.Designer.cs
generated
17
Client/UIControls/DokList.Designer.cs
generated
@@ -138,6 +138,7 @@ 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.ribbonButtonVorlagenfeldregel = new System.Windows.Forms.RibbonButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
@@ -807,6 +808,7 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonButton4.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.ribbonButton4.Name = "ribbonButton4";
|
||||
this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
|
||||
this.ribbonButton4.Visible = false;
|
||||
this.ribbonButton4.Click += new System.EventHandler(this.ribbonButton4_Click_1);
|
||||
//
|
||||
// ribbonPanelVorschau
|
||||
@@ -869,7 +871,7 @@ namespace OnDoc.UICintrols
|
||||
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 = "Einblenden_/_Ausblenden";
|
||||
this.RibbonButtonAttributeEinAusblenden.Text = "Ein-/Ausblenden";
|
||||
this.RibbonButtonAttributeEinAusblenden.Click += new System.EventHandler(this.RibbonButtonAttributeEinAusblenden_Click);
|
||||
//
|
||||
// ribbonTabDokpaket_Serienbrief
|
||||
@@ -1002,8 +1004,9 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonPanel1.FlowsTo = System.Windows.Forms.RibbonPanelFlowDirection.Right;
|
||||
this.ribbonPanel1.Items.Add(this.RibbonButtonDokumenttyp);
|
||||
this.ribbonPanel1.Items.Add(this.RibbonButtonVorlagen);
|
||||
this.ribbonPanel1.Items.Add(this.ribbonButtonVorlagenfeldregel);
|
||||
this.ribbonPanel1.Name = "ribbonPanel1";
|
||||
this.ribbonPanel1.Text = "ribbonPanel1";
|
||||
this.ribbonPanel1.Text = "";
|
||||
//
|
||||
// RibbonButtonDokumenttyp
|
||||
//
|
||||
@@ -1111,6 +1114,15 @@ namespace OnDoc.UICintrols
|
||||
this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
|
||||
this.ribbonButton5.Text = "Load";
|
||||
//
|
||||
// ribbonButtonVorlagenfeldregel
|
||||
//
|
||||
this.ribbonButtonVorlagenfeldregel.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonVorlagenfeldregel.Image")));
|
||||
this.ribbonButtonVorlagenfeldregel.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonVorlagenfeldregel.LargeImage")));
|
||||
this.ribbonButtonVorlagenfeldregel.Name = "ribbonButtonVorlagenfeldregel";
|
||||
this.ribbonButtonVorlagenfeldregel.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonVorlagenfeldregel.SmallImage")));
|
||||
this.ribbonButtonVorlagenfeldregel.Text = "Vorlagenfeldregel";
|
||||
this.ribbonButtonVorlagenfeldregel.Click += new System.EventHandler(this.ribbonButtonVorlagenfeldregel_Click);
|
||||
//
|
||||
// DokList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -1246,5 +1258,6 @@ namespace OnDoc.UICintrols
|
||||
private System.Windows.Forms.ToolStripMenuItem attributeAnzeigenVersteckenToolStripMenuItem;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanelAttribute;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonAttributeEinAusblenden;
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonVorlagenfeldregel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user