update vor anpassungen vorlagenauswahl fravoriten
This commit is contained in:
130
Client/DocMgmt/DokTypSelect.Designer.cs
generated
130
Client/DocMgmt/DokTypSelect.Designer.cs
generated
@@ -31,23 +31,27 @@ namespace OnDoc.DocMgmt
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokTypSelect));
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
this.ribbon1 = new System.Windows.Forms.Ribbon();
|
||||
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
|
||||
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
|
||||
this.RibbonTextSearch = new System.Windows.Forms.RibbonTextBox();
|
||||
this.RibbonButtonSearch = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonCreate = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonButtonFavoriten = new System.Windows.Forms.RibbonButton();
|
||||
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();
|
||||
this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.ctxmenuerstellen = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonButtonSearch = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButtonCreate = new System.Windows.Forms.RibbonButton();
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -70,7 +74,7 @@ namespace OnDoc.DocMgmt
|
||||
this.ribbon1.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013;
|
||||
this.ribbon1.OrbVisible = false;
|
||||
this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
|
||||
this.ribbon1.Size = new System.Drawing.Size(738, 74);
|
||||
this.ribbon1.Size = new System.Drawing.Size(1516, 74);
|
||||
this.ribbon1.TabIndex = 0;
|
||||
this.ribbon1.Tabs.Add(this.ribbonTab1);
|
||||
this.ribbon1.TabSpacing = 4;
|
||||
@@ -82,6 +86,7 @@ namespace OnDoc.DocMgmt
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel2);
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel3);
|
||||
this.ribbonTab1.Panels.Add(this.ribbonPanel4);
|
||||
this.ribbonTab1.Text = null;
|
||||
//
|
||||
// ribbonPanel1
|
||||
@@ -91,6 +96,14 @@ namespace OnDoc.DocMgmt
|
||||
this.ribbonPanel1.Name = "ribbonPanel1";
|
||||
this.ribbonPanel1.Text = "Schliessen";
|
||||
//
|
||||
// ribbonButton1
|
||||
//
|
||||
this.ribbonButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.ribbonButton1.Name = "ribbonButton1";
|
||||
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.CloseApplication_16x16_32;
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// ribbonPanel2
|
||||
//
|
||||
this.ribbonPanel2.ButtonMoreEnabled = false;
|
||||
@@ -113,6 +126,53 @@ namespace OnDoc.DocMgmt
|
||||
this.RibbonTextSearch.TextBoxText = "";
|
||||
this.RibbonTextSearch.TextBoxKeyDown += new System.Windows.Forms.KeyEventHandler(this.RibbonTextSearch_TextBoxKeyDown);
|
||||
//
|
||||
// RibbonButtonSearch
|
||||
//
|
||||
this.RibbonButtonSearch.Image = global::OnDoc.Properties.Resources.Zuweisen_16x16_32;
|
||||
this.RibbonButtonSearch.LargeImage = global::OnDoc.Properties.Resources.Zuweisen_16x16_32;
|
||||
this.RibbonButtonSearch.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.RibbonButtonSearch.Name = "RibbonButtonSearch";
|
||||
this.RibbonButtonSearch.SmallImage = global::OnDoc.Properties.Resources.Search_16x16_32;
|
||||
this.RibbonButtonSearch.Click += new System.EventHandler(this.RibbonButtonSearch_Click);
|
||||
//
|
||||
// ribbonPanel3
|
||||
//
|
||||
this.ribbonPanel3.ButtonMoreVisible = false;
|
||||
this.ribbonPanel3.Items.Add(this.ribbonButtonCreate);
|
||||
this.ribbonPanel3.Name = "ribbonPanel3";
|
||||
this.ribbonPanel3.Text = "Erstellen";
|
||||
//
|
||||
// ribbonButtonCreate
|
||||
//
|
||||
this.ribbonButtonCreate.Image = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
||||
this.ribbonButtonCreate.LargeImage = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
||||
this.ribbonButtonCreate.Name = "ribbonButtonCreate";
|
||||
this.ribbonButtonCreate.SmallImage = global::OnDoc.Properties.Resources.NewDoc_16x16_32;
|
||||
this.ribbonButtonCreate.Click += new System.EventHandler(this.ribbonButtonCreate_Click);
|
||||
//
|
||||
// ribbonPanel4
|
||||
//
|
||||
this.ribbonPanel4.ButtonMoreVisible = false;
|
||||
this.ribbonPanel4.Items.Add(this.RibbonButtonFavoriten);
|
||||
this.ribbonPanel4.Name = "ribbonPanel4";
|
||||
this.ribbonPanel4.Text = "Favoriten";
|
||||
//
|
||||
// RibbonButtonFavoriten
|
||||
//
|
||||
this.RibbonButtonFavoriten.CheckOnClick = true;
|
||||
this.RibbonButtonFavoriten.Image = global::OnDoc.Properties.Resources.Favoriten_32x32_32;
|
||||
this.RibbonButtonFavoriten.LargeImage = global::OnDoc.Properties.Resources.Favoriten_32x32_32;
|
||||
this.RibbonButtonFavoriten.Name = "RibbonButtonFavoriten";
|
||||
this.RibbonButtonFavoriten.SmallImage = global::OnDoc.Properties.Resources.Favoriten_24x24_32;
|
||||
this.RibbonButtonFavoriten.Text = "";
|
||||
this.RibbonButtonFavoriten.Click += new System.EventHandler(this.RibbonButtonFavoriten_Click);
|
||||
//
|
||||
// imageListAdv1
|
||||
//
|
||||
this.imageListAdv1.Images.AddRange(new System.Drawing.Image[] {
|
||||
((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images"))),
|
||||
((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images1")))});
|
||||
//
|
||||
// sfListView1
|
||||
//
|
||||
this.sfListView1.AccessibleName = "ScrollControl";
|
||||
@@ -121,7 +181,7 @@ namespace OnDoc.DocMgmt
|
||||
this.sfListView1.HotTracking = true;
|
||||
this.sfListView1.Location = new System.Drawing.Point(2, 76);
|
||||
this.sfListView1.Name = "sfListView1";
|
||||
this.sfListView1.Size = new System.Drawing.Size(738, 584);
|
||||
this.sfListView1.Size = new System.Drawing.Size(1516, 584);
|
||||
this.sfListView1.TabIndex = 1;
|
||||
this.sfListView1.Text = "sfListView1";
|
||||
this.sfListView1.DoubleClick += new System.EventHandler(this.sfListView1_DoubleClick);
|
||||
@@ -137,7 +197,7 @@ 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(738, 584);
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(1516, 584);
|
||||
this.treeViewAdv1.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
//
|
||||
@@ -154,7 +214,7 @@ namespace OnDoc.DocMgmt
|
||||
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(738, 584);
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(1516, 584);
|
||||
this.treeViewAdv1.TabIndex = 2;
|
||||
this.treeViewAdv1.Text = "treeViewAdv1";
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
||||
@@ -171,58 +231,42 @@ namespace OnDoc.DocMgmt
|
||||
this.treeViewAdv1.OnNodeAfterFound += new Syncfusion.Windows.Forms.Tools.TreeViewOnAfterFindArgs(this.treeViewAdv1_OnNodeAfterFound);
|
||||
this.treeViewAdv1.NodeMouseDoubleClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseDoubleClick);
|
||||
//
|
||||
// ribbonPanel3
|
||||
//
|
||||
this.ribbonPanel3.ButtonMoreVisible = false;
|
||||
this.ribbonPanel3.Items.Add(this.ribbonButtonCreate);
|
||||
this.ribbonPanel3.Name = "ribbonPanel3";
|
||||
this.ribbonPanel3.Text = "Erstellen";
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ctxmenuerstellen});
|
||||
this.ctxmenuerstellen,
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem});
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(119, 26);
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(204, 48);
|
||||
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
||||
//
|
||||
// ctxmenuerstellen
|
||||
//
|
||||
this.ctxmenuerstellen.Image = global::OnDoc.Properties.Resources.NewDoc_16x16_32;
|
||||
this.ctxmenuerstellen.Name = "ctxmenuerstellen";
|
||||
this.ctxmenuerstellen.Size = new System.Drawing.Size(118, 22);
|
||||
this.ctxmenuerstellen.Size = new System.Drawing.Size(203, 22);
|
||||
this.ctxmenuerstellen.Text = "Erstellen";
|
||||
this.ctxmenuerstellen.Click += new System.EventHandler(this.ctxmenuerstellen_Click);
|
||||
//
|
||||
// ribbonButton1
|
||||
// zuFavoritenHinzufügenToolStripMenuItem
|
||||
//
|
||||
this.ribbonButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.ribbonButton1.Name = "ribbonButton1";
|
||||
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.CloseApplication_16x16_32;
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Name = "zuFavoritenHinzufügenToolStripMenuItem";
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Text = "Zu Favoriten hinzufügen";
|
||||
this.zuFavoritenHinzufügenToolStripMenuItem.Click += new System.EventHandler(this.zuFavoritenHinzufügenToolStripMenuItem_Click);
|
||||
//
|
||||
// RibbonButtonSearch
|
||||
// imageList1
|
||||
//
|
||||
this.RibbonButtonSearch.Image = global::OnDoc.Properties.Resources.Zuweisen_16x16_32;
|
||||
this.RibbonButtonSearch.LargeImage = global::OnDoc.Properties.Resources.Zuweisen_16x16_32;
|
||||
this.RibbonButtonSearch.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.RibbonButtonSearch.Name = "RibbonButtonSearch";
|
||||
this.RibbonButtonSearch.SmallImage = global::OnDoc.Properties.Resources.Search_16x16_32;
|
||||
this.RibbonButtonSearch.Click += new System.EventHandler(this.RibbonButtonSearch_Click);
|
||||
//
|
||||
// ribbonButtonCreate
|
||||
//
|
||||
this.ribbonButtonCreate.Image = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
||||
this.ribbonButtonCreate.LargeImage = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
||||
this.ribbonButtonCreate.Name = "ribbonButtonCreate";
|
||||
this.ribbonButtonCreate.SmallImage = global::OnDoc.Properties.Resources.NewDoc_16x16_32;
|
||||
this.ribbonButtonCreate.Click += new System.EventHandler(this.ribbonButtonCreate_Click);
|
||||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||||
this.imageList1.Images.SetKeyName(0, "Folder.png");
|
||||
this.imageList1.Images.SetKeyName(1, "Dokumenttype.png");
|
||||
//
|
||||
// DokTypSelect
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(742, 662);
|
||||
this.ClientSize = new System.Drawing.Size(1520, 662);
|
||||
this.Controls.Add(this.treeViewAdv1);
|
||||
this.Controls.Add(this.sfListView1);
|
||||
this.Controls.Add(this.ribbon1);
|
||||
@@ -256,5 +300,9 @@ namespace OnDoc.DocMgmt
|
||||
private System.Windows.Forms.RibbonButton ribbonButtonCreate;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem ctxmenuerstellen;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanel4;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonFavoriten;
|
||||
private System.Windows.Forms.ImageList imageList1;
|
||||
private System.Windows.Forms.ToolStripMenuItem zuFavoritenHinzufügenToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user