update 20241214
This commit is contained in:
28
Client/DocMgmt/DokTypSelect.Designer.cs
generated
28
Client/DocMgmt/DokTypSelect.Designer.cs
generated
@@ -57,6 +57,7 @@ namespace OnDoc.DocMgmt
|
||||
this.contextMenuStripVorlagen = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.ctxmenuerstellen = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.detailsAnzeigenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.treeViewAdv2 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.contextMenuStripFavoriten = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
@@ -73,8 +74,8 @@ namespace OnDoc.DocMgmt
|
||||
this.tsbtndelete = new System.Windows.Forms.ToolStripButton();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolstriptextboxsearch = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolstriptextboxsearch = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
@@ -314,9 +315,10 @@ namespace OnDoc.DocMgmt
|
||||
//
|
||||
this.contextMenuStripVorlagen.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ctxmenuerstellen,
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem});
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem,
|
||||
this.detailsAnzeigenToolStripMenuItem});
|
||||
this.contextMenuStripVorlagen.Name = "contextMenuStrip1";
|
||||
this.contextMenuStripVorlagen.Size = new System.Drawing.Size(204, 48);
|
||||
this.contextMenuStripVorlagen.Size = new System.Drawing.Size(204, 92);
|
||||
this.contextMenuStripVorlagen.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
||||
//
|
||||
// ctxmenuerstellen
|
||||
@@ -334,6 +336,13 @@ namespace OnDoc.DocMgmt
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Text = "Zu Favoriten hinzufügen";
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Click += new System.EventHandler(this.zuFavoritenHinzufügenToolStripMenuItem_Click);
|
||||
//
|
||||
// detailsAnzeigenToolStripMenuItem
|
||||
//
|
||||
this.detailsAnzeigenToolStripMenuItem.Name = "detailsAnzeigenToolStripMenuItem";
|
||||
this.detailsAnzeigenToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
||||
this.detailsAnzeigenToolStripMenuItem.Text = "Details anzeigen";
|
||||
this.detailsAnzeigenToolStripMenuItem.Click += new System.EventHandler(this.detailsAnzeigenToolStripMenuItem_Click);
|
||||
//
|
||||
// imageList1
|
||||
//
|
||||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||||
@@ -544,6 +553,12 @@ namespace OnDoc.DocMgmt
|
||||
this.toolStrip2.TabIndex = 5;
|
||||
this.toolStrip2.Text = "toolStrip2";
|
||||
//
|
||||
// toolStripLabel1
|
||||
//
|
||||
this.toolStripLabel1.Name = "toolStripLabel1";
|
||||
this.toolStripLabel1.Size = new System.Drawing.Size(49, 45);
|
||||
this.toolStripLabel1.Text = "Suchen:";
|
||||
//
|
||||
// toolstriptextboxsearch
|
||||
//
|
||||
this.toolstriptextboxsearch.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
@@ -551,12 +566,6 @@ namespace OnDoc.DocMgmt
|
||||
this.toolstriptextboxsearch.Size = new System.Drawing.Size(100, 48);
|
||||
this.toolstriptextboxsearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolstriptextboxsearch_KeyDown);
|
||||
//
|
||||
// toolStripLabel1
|
||||
//
|
||||
this.toolStripLabel1.Name = "toolStripLabel1";
|
||||
this.toolStripLabel1.Size = new System.Drawing.Size(49, 45);
|
||||
this.toolStripLabel1.Text = "Suchen:";
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -683,5 +692,6 @@ namespace OnDoc.DocMgmt
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
||||
private System.Windows.Forms.ToolStripComboBox toolstripCombobox_Fachverantwortung;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
private System.Windows.Forms.ToolStripMenuItem detailsAnzeigenToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user