update 20241125
This commit is contained in:
153
Client/DocMgmt/DokTypSelect.Designer.cs
generated
153
Client/DocMgmt/DokTypSelect.Designer.cs
generated
@@ -49,6 +49,8 @@ namespace OnDoc.DocMgmt
|
||||
this.RibbonButtonVorlagen = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonFavoriten = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButtonFilter = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribboncomboboxfachverantwortung = new System.Windows.Forms.RibbonComboBox();
|
||||
this.imageListAdv1 = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components);
|
||||
this.sfListView1 = new Syncfusion.WinForms.ListView.SfListView();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
@@ -69,14 +71,24 @@ namespace OnDoc.DocMgmt
|
||||
this.tsbtnRename = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.tsbtndelete = new System.Windows.Forms.ToolStripButton();
|
||||
this.ribbonButtonFilter = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribboncomboboxfachverantwortung = new System.Windows.Forms.RibbonComboBox();
|
||||
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.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolstripCombobox_Fachverantwortung = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.contextMenuStripVorlagen.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv2)).BeginInit();
|
||||
this.contextMenuStripFavoriten.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.toolStrip2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ribbon1
|
||||
@@ -137,6 +149,7 @@ namespace OnDoc.DocMgmt
|
||||
this.ribbonPanel2.Items.Add(this.ribbonItemGroup1);
|
||||
this.ribbonPanel2.Name = "ribbonPanel2";
|
||||
this.ribbonPanel2.Text = "Suche";
|
||||
this.ribbonPanel2.Visible = false;
|
||||
//
|
||||
// ribbonItemGroup1
|
||||
//
|
||||
@@ -218,6 +231,19 @@ namespace OnDoc.DocMgmt
|
||||
this.RibbonButtonFavoriten.Text = "";
|
||||
this.RibbonButtonFavoriten.Click += new System.EventHandler(this.RibbonButtonFavoriten_Click);
|
||||
//
|
||||
// ribbonButtonFilter
|
||||
//
|
||||
this.ribbonButtonFilter.Items.Add(this.ribboncomboboxfachverantwortung);
|
||||
this.ribbonButtonFilter.Name = "ribbonButtonFilter";
|
||||
this.ribbonButtonFilter.Text = "Filter Fachverantwortung";
|
||||
this.ribbonButtonFilter.Visible = false;
|
||||
//
|
||||
// ribboncomboboxfachverantwortung
|
||||
//
|
||||
this.ribboncomboboxfachverantwortung.Name = "ribboncomboboxfachverantwortung";
|
||||
this.ribboncomboboxfachverantwortung.SelectedIndex = -1;
|
||||
this.ribboncomboboxfachverantwortung.TextBoxText = "";
|
||||
//
|
||||
// imageListAdv1
|
||||
//
|
||||
this.imageListAdv1.Images.AddRange(new System.Drawing.Image[] {
|
||||
@@ -248,9 +274,9 @@ namespace OnDoc.DocMgmt
|
||||
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(498, 584);
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(494, 517);
|
||||
this.treeViewAdv1.ContextMenuStrip = this.contextMenuStripVorlagen;
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -261,11 +287,11 @@ namespace OnDoc.DocMgmt
|
||||
this.treeViewAdv1.HelpTextControl.TabIndex = 0;
|
||||
this.treeViewAdv1.HelpTextControl.Visible = true;
|
||||
this.treeViewAdv1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.treeViewAdv1.Location = new System.Drawing.Point(2, 76);
|
||||
this.treeViewAdv1.Location = new System.Drawing.Point(3, 64);
|
||||
this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
|
||||
this.treeViewAdv1.Name = "treeViewAdv1";
|
||||
this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(498, 584);
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(494, 517);
|
||||
this.treeViewAdv1.TabIndex = 2;
|
||||
this.treeViewAdv1.Text = "treeViewAdv1";
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
||||
@@ -314,6 +340,10 @@ namespace OnDoc.DocMgmt
|
||||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||||
this.imageList1.Images.SetKeyName(0, "Folder.png");
|
||||
this.imageList1.Images.SetKeyName(1, "Dokumenttype.png");
|
||||
this.imageList1.Images.SetKeyName(2, "272708_word_icon.png");
|
||||
this.imageList1.Images.SetKeyName(3, "272703_excel_icon.png");
|
||||
this.imageList1.Images.SetKeyName(4, "272705_pdf_icon.png");
|
||||
this.imageList1.Images.SetKeyName(5, "DocTypeUnKnown.ico");
|
||||
//
|
||||
// treeViewAdv2
|
||||
//
|
||||
@@ -344,6 +374,7 @@ namespace OnDoc.DocMgmt
|
||||
this.treeViewAdv2.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
|
||||
this.treeViewAdv2.Name = "treeViewAdv2";
|
||||
this.treeViewAdv2.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.treeViewAdv2.ShouldSelectNodeOnEnter = false;
|
||||
this.treeViewAdv2.Size = new System.Drawing.Size(498, 523);
|
||||
this.treeViewAdv2.TabIndex = 3;
|
||||
this.treeViewAdv2.Text = "treeViewAdv2";
|
||||
@@ -408,7 +439,7 @@ namespace OnDoc.DocMgmt
|
||||
this.groupBox1.Controls.Add(this.treeViewAdv2);
|
||||
this.groupBox1.Controls.Add(this.toolStrip1);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.groupBox1.Location = new System.Drawing.Point(500, 76);
|
||||
this.groupBox1.Location = new System.Drawing.Point(502, 76);
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(0);
|
||||
@@ -484,17 +515,94 @@ namespace OnDoc.DocMgmt
|
||||
this.tsbtndelete.Text = "Vorlage / Ordner mit Unterlementen löschen";
|
||||
this.tsbtndelete.Click += new System.EventHandler(this.tsbtndelete_Click);
|
||||
//
|
||||
// ribbonButtonFilter
|
||||
// groupBox2
|
||||
//
|
||||
this.ribbonButtonFilter.Items.Add(this.ribboncomboboxfachverantwortung);
|
||||
this.ribbonButtonFilter.Name = "ribbonButtonFilter";
|
||||
this.ribbonButtonFilter.Text = "Filter Fachverantwortung";
|
||||
this.groupBox2.Controls.Add(this.treeViewAdv1);
|
||||
this.groupBox2.Controls.Add(this.toolStrip2);
|
||||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.groupBox2.Location = new System.Drawing.Point(2, 76);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(500, 584);
|
||||
this.groupBox2.TabIndex = 5;
|
||||
this.groupBox2.TabStop = false;
|
||||
//
|
||||
// ribboncomboboxfachverantwortung
|
||||
// toolStrip2
|
||||
//
|
||||
this.ribboncomboboxfachverantwortung.Name = "ribboncomboboxfachverantwortung";
|
||||
this.ribboncomboboxfachverantwortung.SelectedIndex = -1;
|
||||
this.ribboncomboboxfachverantwortung.TextBoxText = "";
|
||||
this.toolStrip2.AutoSize = false;
|
||||
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripLabel1,
|
||||
this.toolstriptextboxsearch,
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton2,
|
||||
this.toolStripSeparator2,
|
||||
this.toolStripLabel2,
|
||||
this.toolstripCombobox_Fachverantwortung,
|
||||
this.toolStripButton4});
|
||||
this.toolStrip2.Location = new System.Drawing.Point(3, 16);
|
||||
this.toolStrip2.Name = "toolStrip2";
|
||||
this.toolStrip2.Size = new System.Drawing.Size(494, 48);
|
||||
this.toolStrip2.TabIndex = 5;
|
||||
this.toolStrip2.Text = "toolStrip2";
|
||||
//
|
||||
// toolstriptextboxsearch
|
||||
//
|
||||
this.toolstriptextboxsearch.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.toolstriptextboxsearch.Name = "toolstriptextboxsearch";
|
||||
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;
|
||||
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.Search_24x24_32;
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 45);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripButton2
|
||||
//
|
||||
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton2.Image = global::OnDoc.Properties.Resources.CloseApplication_24x24_32;
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(23, 45);
|
||||
this.toolStripButton2.Text = "toolStripButton2";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 48);
|
||||
//
|
||||
// toolStripLabel2
|
||||
//
|
||||
this.toolStripLabel2.Name = "toolStripLabel2";
|
||||
this.toolStripLabel2.Size = new System.Drawing.Size(110, 45);
|
||||
this.toolStripLabel2.Text = "Fachverantwortung";
|
||||
//
|
||||
// toolstripCombobox_Fachverantwortung
|
||||
//
|
||||
this.toolstripCombobox_Fachverantwortung.Name = "toolstripCombobox_Fachverantwortung";
|
||||
this.toolstripCombobox_Fachverantwortung.Size = new System.Drawing.Size(121, 48);
|
||||
this.toolstripCombobox_Fachverantwortung.SelectedIndexChanged += new System.EventHandler(this.toolstripCombobox_Fachverantwortung_SelectedIndexChanged);
|
||||
//
|
||||
// toolStripButton4
|
||||
//
|
||||
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton4.Image = global::OnDoc.Properties.Resources.CloseApplication_24x24_32;
|
||||
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton4.Name = "toolStripButton4";
|
||||
this.toolStripButton4.Size = new System.Drawing.Size(23, 45);
|
||||
this.toolStripButton4.Text = "toolStripButton2";
|
||||
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
||||
//
|
||||
// DokTypSelect
|
||||
//
|
||||
@@ -502,7 +610,7 @@ namespace OnDoc.DocMgmt
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1000, 662);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.treeViewAdv1);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.sfListView1);
|
||||
this.Controls.Add(this.ribbon1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
@@ -520,6 +628,9 @@ namespace OnDoc.DocMgmt
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.toolStrip2.ResumeLayout(false);
|
||||
this.toolStrip2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -562,5 +673,15 @@ namespace OnDoc.DocMgmt
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonClear;
|
||||
private System.Windows.Forms.RibbonPanel ribbonButtonFilter;
|
||||
private System.Windows.Forms.RibbonComboBox ribboncomboboxfachverantwortung;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.ToolStrip toolStrip2;
|
||||
private System.Windows.Forms.ToolStripTextBox toolstriptextboxsearch;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
||||
private System.Windows.Forms.ToolStripComboBox toolstripCombobox_Fachverantwortung;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user