update 20240826
This commit is contained in:
23
Client/DocMgmt/Dokumentpaket.Designer.cs
generated
23
Client/DocMgmt/Dokumentpaket.Designer.cs
generated
@@ -55,6 +55,8 @@
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.dokList1 = new OnDoc.UICintrols.DokList();
|
||||
this.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNew = new System.Windows.Forms.RibbonButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TabControlDokuments)).BeginInit();
|
||||
this.TabControlDokuments.SuspendLayout();
|
||||
this.pnlfooter.SuspendLayout();
|
||||
@@ -153,6 +155,7 @@
|
||||
//
|
||||
this.ribbonTab1.Name = "ribbonTab1";
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel5);
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel3);
|
||||
this.ribbonTab1.Text = "Funktionen";
|
||||
//
|
||||
@@ -334,15 +337,33 @@
|
||||
this.dokList1.datafilter = "";
|
||||
this.dokList1.docartnr = 0;
|
||||
this.dokList1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dokList1.forMaNr = 0;
|
||||
this.dokList1.Location = new System.Drawing.Point(3, 16);
|
||||
this.dokList1.mitarbeiternr = 0;
|
||||
this.dokList1.Name = "dokList1";
|
||||
this.dokList1.partnernr = 0;
|
||||
this.dokList1.profilnr = 0;
|
||||
this.dokList1.selected_cellvalue = null;
|
||||
this.dokList1.selected_dokumentid = null;
|
||||
this.dokList1.Size = new System.Drawing.Size(477, 660);
|
||||
this.dokList1.TabIndex = 0;
|
||||
//
|
||||
// ribbonPanel5
|
||||
//
|
||||
this.ribbonPanel5.ButtonMoreVisible = false;
|
||||
this.ribbonPanel5.Items.Add(this.ribbonButtonNew);
|
||||
this.ribbonPanel5.Name = "ribbonPanel5";
|
||||
this.ribbonPanel5.Text = "";
|
||||
//
|
||||
// ribbonButtonNew
|
||||
//
|
||||
this.ribbonButtonNew.Image = global::OnDoc.Properties.Resources.NewDokPaket_32x32_32;
|
||||
this.ribbonButtonNew.LargeImage = global::OnDoc.Properties.Resources.NewDokPaket_32x32_32;
|
||||
this.ribbonButtonNew.Name = "ribbonButtonNew";
|
||||
this.ribbonButtonNew.SmallImage = global::OnDoc.Properties.Resources.NewDokPaket_24x24_32;
|
||||
this.ribbonButtonNew.Text = "Neu";
|
||||
this.ribbonButtonNew.Click += new System.EventHandler(this.ribbonButtonNew_Click);
|
||||
//
|
||||
// Dokumentpaket
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -404,5 +425,7 @@
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonGenerieren;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanel4;
|
||||
private Syncfusion.Windows.Forms.Tools.ProgressBarAdv progressBarAdv1;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanel5;
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonNew;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user