You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
536 lines
32 KiB
536 lines
32 KiB
using OnDoc.UICintrols;
|
|
|
|
namespace OnDoc.DocMgmt
|
|
{
|
|
partial class DokTypSelect
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokTypSelect));
|
|
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
|
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = 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.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonVorlagen = 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.contextMenuStripVorlagen = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.ctxmenuerstellen = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.zuFavoritenHinzufügenToolStripMenuItem = 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);
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.neuerUnterordnerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.umbenennenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ordnerLöschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbtnNewRoot = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbtnNewFolder = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbtnRename = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbtndelete = 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.SuspendLayout();
|
|
//
|
|
// ribbon1
|
|
//
|
|
this.ribbon1.CaptionBarVisible = false;
|
|
this.ribbon1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.ribbon1.Location = new System.Drawing.Point(2, 2);
|
|
this.ribbon1.Minimized = false;
|
|
this.ribbon1.Name = "ribbon1";
|
|
//
|
|
//
|
|
//
|
|
this.ribbon1.OrbDropDown.BorderRoundness = 8;
|
|
this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon1.OrbDropDown.Name = "";
|
|
this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447);
|
|
this.ribbon1.OrbDropDown.TabIndex = 0;
|
|
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(996, 74);
|
|
this.ribbon1.TabIndex = 0;
|
|
this.ribbon1.Tabs.Add(this.ribbonTab1);
|
|
this.ribbon1.TabSpacing = 4;
|
|
this.ribbon1.Text = "ribbon1";
|
|
//
|
|
// ribbonTab1
|
|
//
|
|
this.ribbonTab1.Name = "ribbonTab1";
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel2);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel3);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel5);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel4);
|
|
this.ribbonTab1.Text = null;
|
|
//
|
|
// ribbonPanel1
|
|
//
|
|
this.ribbonPanel1.ButtonMoreVisible = false;
|
|
this.ribbonPanel1.Items.Add(this.ribbonButton1);
|
|
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;
|
|
this.ribbonPanel2.ButtonMoreVisible = false;
|
|
this.ribbonPanel2.Items.Add(this.ribbonItemGroup1);
|
|
this.ribbonPanel2.Name = "ribbonPanel2";
|
|
this.ribbonPanel2.Text = "Suche";
|
|
//
|
|
// ribbonItemGroup1
|
|
//
|
|
this.ribbonItemGroup1.Image = global::OnDoc.Properties.Resources.Search_16x16_32;
|
|
this.ribbonItemGroup1.Items.Add(this.RibbonTextSearch);
|
|
this.ribbonItemGroup1.Items.Add(this.RibbonButtonSearch);
|
|
this.ribbonItemGroup1.Name = "ribbonItemGroup1";
|
|
//
|
|
// RibbonTextSearch
|
|
//
|
|
this.RibbonTextSearch.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
|
this.RibbonTextSearch.Name = "RibbonTextSearch";
|
|
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);
|
|
//
|
|
// ribbonPanel5
|
|
//
|
|
this.ribbonPanel5.Items.Add(this.RibbonButtonVorlagen);
|
|
this.ribbonPanel5.Name = "ribbonPanel5";
|
|
this.ribbonPanel5.Text = "Vorlagen";
|
|
//
|
|
// RibbonButtonVorlagen
|
|
//
|
|
this.RibbonButtonVorlagen.CheckOnClick = true;
|
|
this.RibbonButtonVorlagen.Image = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
|
this.RibbonButtonVorlagen.LargeImage = global::OnDoc.Properties.Resources.NewDoc_32x32_32;
|
|
this.RibbonButtonVorlagen.Name = "RibbonButtonVorlagen";
|
|
this.RibbonButtonVorlagen.SmallImage = global::OnDoc.Properties.Resources.NewDoc_24x24_32;
|
|
this.RibbonButtonVorlagen.Click += new System.EventHandler(this.RibbonButtonVorlagen_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";
|
|
this.sfListView1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.sfListView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sfListView1.HotTracking = true;
|
|
this.sfListView1.Location = new System.Drawing.Point(2, 76);
|
|
this.sfListView1.Name = "sfListView1";
|
|
this.sfListView1.Size = new System.Drawing.Size(996, 584);
|
|
this.sfListView1.TabIndex = 1;
|
|
this.sfListView1.Text = "sfListView1";
|
|
this.sfListView1.DoubleClick += new System.EventHandler(this.sfListView1_DoubleClick);
|
|
//
|
|
// treeViewAdv1
|
|
//
|
|
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
|
|
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
|
|
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
|
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.ContextMenuStrip = this.contextMenuStripVorlagen;
|
|
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
//
|
|
//
|
|
//
|
|
this.treeViewAdv1.HelpTextControl.BaseThemeName = null;
|
|
this.treeViewAdv1.HelpTextControl.Location = new System.Drawing.Point(0, 0);
|
|
this.treeViewAdv1.HelpTextControl.Name = "";
|
|
this.treeViewAdv1.HelpTextControl.Size = new System.Drawing.Size(392, 112);
|
|
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.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.TabIndex = 2;
|
|
this.treeViewAdv1.Text = "treeViewAdv1";
|
|
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
|
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true;
|
|
//
|
|
//
|
|
//
|
|
this.treeViewAdv1.ToolTipControl.BaseThemeName = null;
|
|
this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0);
|
|
this.treeViewAdv1.ToolTipControl.Name = "";
|
|
this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(392, 112);
|
|
this.treeViewAdv1.ToolTipControl.TabIndex = 0;
|
|
this.treeViewAdv1.ToolTipControl.Visible = true;
|
|
this.treeViewAdv1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeViewAdv1_ItemDrag);
|
|
this.treeViewAdv1.OnNodeAfterFound += new Syncfusion.Windows.Forms.Tools.TreeViewOnAfterFindArgs(this.treeViewAdv1_OnNodeAfterFound);
|
|
this.treeViewAdv1.NodeMouseDoubleClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseDoubleClick);
|
|
this.treeViewAdv1.VisibleChanged += new System.EventHandler(this.treeViewAdv1_VisibleChanged);
|
|
//
|
|
// contextMenuStripVorlagen
|
|
//
|
|
this.contextMenuStripVorlagen.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ctxmenuerstellen,
|
|
this.zuFavoritenHinzufügenToolStripMenuItem});
|
|
this.contextMenuStripVorlagen.Name = "contextMenuStrip1";
|
|
this.contextMenuStripVorlagen.Size = new System.Drawing.Size(204, 48);
|
|
this.contextMenuStripVorlagen.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(203, 22);
|
|
this.ctxmenuerstellen.Text = "Erstellen";
|
|
this.ctxmenuerstellen.Click += new System.EventHandler(this.ctxmenuerstellen_Click);
|
|
//
|
|
// zuFavoritenHinzufügenToolStripMenuItem
|
|
//
|
|
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);
|
|
//
|
|
// imageList1
|
|
//
|
|
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");
|
|
//
|
|
// treeViewAdv2
|
|
//
|
|
this.treeViewAdv2.AllowDrop = true;
|
|
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1;
|
|
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true;
|
|
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
|
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black;
|
|
this.treeViewAdv2.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
|
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
|
|
this.treeViewAdv2.BeforeTouchSize = new System.Drawing.Size(498, 523);
|
|
this.treeViewAdv2.ContextMenuStrip = this.contextMenuStripFavoriten;
|
|
this.treeViewAdv2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
//
|
|
//
|
|
//
|
|
this.treeViewAdv2.HelpTextControl.BaseThemeName = null;
|
|
this.treeViewAdv2.HelpTextControl.Location = new System.Drawing.Point(0, 0);
|
|
this.treeViewAdv2.HelpTextControl.Name = "";
|
|
this.treeViewAdv2.HelpTextControl.Size = new System.Drawing.Size(392, 112);
|
|
this.treeViewAdv2.HelpTextControl.TabIndex = 0;
|
|
this.treeViewAdv2.HelpTextControl.Visible = true;
|
|
this.treeViewAdv2.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.treeViewAdv2.Location = new System.Drawing.Point(0, 61);
|
|
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.Size = new System.Drawing.Size(498, 523);
|
|
this.treeViewAdv2.TabIndex = 3;
|
|
this.treeViewAdv2.Text = "treeViewAdv2";
|
|
this.treeViewAdv2.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
|
this.treeViewAdv2.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true;
|
|
//
|
|
//
|
|
//
|
|
this.treeViewAdv2.ToolTipControl.BaseThemeName = null;
|
|
this.treeViewAdv2.ToolTipControl.Location = new System.Drawing.Point(0, 0);
|
|
this.treeViewAdv2.ToolTipControl.Name = "";
|
|
this.treeViewAdv2.ToolTipControl.Size = new System.Drawing.Size(392, 112);
|
|
this.treeViewAdv2.ToolTipControl.TabIndex = 0;
|
|
this.treeViewAdv2.ToolTipControl.Visible = true;
|
|
this.treeViewAdv2.Visible = false;
|
|
this.treeViewAdv2.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeViewAdv2_ItemDrag);
|
|
this.treeViewAdv2.NodeMouseDoubleClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv2_NodeMouseDoubleClick);
|
|
this.treeViewAdv2.VisibleChanged += new System.EventHandler(this.treeViewAdv2_VisibleChanged);
|
|
this.treeViewAdv2.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeViewAdv2_DragDrop);
|
|
this.treeViewAdv2.DragOver += new System.Windows.Forms.DragEventHandler(this.treeViewAdv2_DragOver);
|
|
//
|
|
// contextMenuStripFavoriten
|
|
//
|
|
this.contextMenuStripFavoriten.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem,
|
|
this.neuerUnterordnerToolStripMenuItem,
|
|
this.umbenennenToolStripMenuItem,
|
|
this.ordnerLöschenToolStripMenuItem});
|
|
this.contextMenuStripFavoriten.Name = "contextMenuStrip1";
|
|
this.contextMenuStripFavoriten.Size = new System.Drawing.Size(309, 92);
|
|
//
|
|
// neuerOrdnerAufObesterEbeneToolStripMenuItem
|
|
//
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem.Name = "neuerOrdnerAufObesterEbeneToolStripMenuItem";
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem.Size = new System.Drawing.Size(308, 22);
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem.Text = "Neuer Ordner (oberste Ebene)";
|
|
this.neuerOrdnerAufObesterEbeneToolStripMenuItem.Click += new System.EventHandler(this.neuerOrdnerAufObesterEbeneToolStripMenuItem_Click);
|
|
//
|
|
// neuerUnterordnerToolStripMenuItem
|
|
//
|
|
this.neuerUnterordnerToolStripMenuItem.Name = "neuerUnterordnerToolStripMenuItem";
|
|
this.neuerUnterordnerToolStripMenuItem.Size = new System.Drawing.Size(308, 22);
|
|
this.neuerUnterordnerToolStripMenuItem.Text = "Neuer Ordner";
|
|
this.neuerUnterordnerToolStripMenuItem.Click += new System.EventHandler(this.neuerUnterordnerToolStripMenuItem_Click);
|
|
//
|
|
// umbenennenToolStripMenuItem
|
|
//
|
|
this.umbenennenToolStripMenuItem.Name = "umbenennenToolStripMenuItem";
|
|
this.umbenennenToolStripMenuItem.Size = new System.Drawing.Size(308, 22);
|
|
this.umbenennenToolStripMenuItem.Text = "Ordner umbenennen";
|
|
this.umbenennenToolStripMenuItem.Click += new System.EventHandler(this.umbenennenToolStripMenuItem_Click);
|
|
//
|
|
// ordnerLöschenToolStripMenuItem
|
|
//
|
|
this.ordnerLöschenToolStripMenuItem.Name = "ordnerLöschenToolStripMenuItem";
|
|
this.ordnerLöschenToolStripMenuItem.Size = new System.Drawing.Size(308, 22);
|
|
this.ordnerLöschenToolStripMenuItem.Text = "Vorlage / Ordner mit Unterlementen löschen";
|
|
this.ordnerLöschenToolStripMenuItem.Click += new System.EventHandler(this.ordnerLöschenToolStripMenuItem_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
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.Margin = new System.Windows.Forms.Padding(0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(0);
|
|
this.groupBox1.Size = new System.Drawing.Size(498, 584);
|
|
this.groupBox1.TabIndex = 4;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbtnNewRoot,
|
|
this.tsbtnNewFolder,
|
|
this.tsbtnRename,
|
|
this.toolStripSeparator1,
|
|
this.tsbtndelete});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 13);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(498, 48);
|
|
this.toolStrip1.TabIndex = 4;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbtnNewRoot
|
|
//
|
|
this.tsbtnNewRoot.AutoSize = false;
|
|
this.tsbtnNewRoot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnNewRoot.Image = global::OnDoc.Properties.Resources.Favoriten_NewRoot_32x32_32;
|
|
this.tsbtnNewRoot.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnNewRoot.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnNewRoot.Name = "tsbtnNewRoot";
|
|
this.tsbtnNewRoot.Size = new System.Drawing.Size(48, 48);
|
|
this.tsbtnNewRoot.Text = "Neuer Ordner (oberste Ebene)";
|
|
this.tsbtnNewRoot.Click += new System.EventHandler(this.tsbtnNewRoot_Click);
|
|
//
|
|
// tsbtnNewFolder
|
|
//
|
|
this.tsbtnNewFolder.AutoSize = false;
|
|
this.tsbtnNewFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnNewFolder.Image = global::OnDoc.Properties.Resources.Favoriten_NewFolder_32x32_32;
|
|
this.tsbtnNewFolder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnNewFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnNewFolder.Name = "tsbtnNewFolder";
|
|
this.tsbtnNewFolder.Size = new System.Drawing.Size(48, 48);
|
|
this.tsbtnNewFolder.Text = "Neuer Ordner";
|
|
this.tsbtnNewFolder.Click += new System.EventHandler(this.tsbtnNewFolder_Click);
|
|
//
|
|
// tsbtnRename
|
|
//
|
|
this.tsbtnRename.AutoSize = false;
|
|
this.tsbtnRename.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnRename.Image = global::OnDoc.Properties.Resources.Favoriten_Rename_32x32_32;
|
|
this.tsbtnRename.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtnRename.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnRename.Name = "tsbtnRename";
|
|
this.tsbtnRename.Size = new System.Drawing.Size(48, 48);
|
|
this.tsbtnRename.Text = "Ordner umbenennen";
|
|
this.tsbtnRename.Click += new System.EventHandler(this.tsbtnRename_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 48);
|
|
//
|
|
// tsbtndelete
|
|
//
|
|
this.tsbtndelete.AutoSize = false;
|
|
this.tsbtndelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtndelete.Image = global::OnDoc.Properties.Resources.Favoriten_Delete_32x32_32;
|
|
this.tsbtndelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbtndelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtndelete.Name = "tsbtndelete";
|
|
this.tsbtndelete.Size = new System.Drawing.Size(48, 48);
|
|
this.tsbtndelete.Text = "Vorlage / Ordner mit Unterlementen löschen";
|
|
this.tsbtndelete.Click += new System.EventHandler(this.tsbtndelete_Click);
|
|
//
|
|
// DokTypSelect
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
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.sfListView1);
|
|
this.Controls.Add(this.ribbon1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "DokTypSelect";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Style.TitleBar.BackColor = System.Drawing.Color.Silver;
|
|
this.Text = "Vorlage auswählen";
|
|
this.Load += new System.EventHandler(this.DokTypSelect_Load_1);
|
|
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
|
this.contextMenuStripVorlagen.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv2)).EndInit();
|
|
this.contextMenuStripFavoriten.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Ribbon ribbon1;
|
|
private System.Windows.Forms.RibbonTab ribbonTab1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel1;
|
|
private System.Windows.Forms.RibbonButton ribbonButton1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel2;
|
|
private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
|
|
private System.Windows.Forms.RibbonTextBox RibbonTextSearch;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonSearch;
|
|
private Syncfusion.Windows.Forms.Tools.ImageListAdv imageListAdv1;
|
|
private Syncfusion.WinForms.ListView.SfListView sfListView1;
|
|
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel3;
|
|
private System.Windows.Forms.RibbonButton ribbonButtonCreate;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripVorlagen;
|
|
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;
|
|
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv2;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel5;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonVorlagen;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripFavoriten;
|
|
private System.Windows.Forms.ToolStripMenuItem umbenennenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ordnerLöschenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem neuerUnterordnerToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem neuerOrdnerAufObesterEbeneToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton tsbtnNewRoot;
|
|
private System.Windows.Forms.ToolStripButton tsbtnNewFolder;
|
|
private System.Windows.Forms.ToolStripButton tsbtnRename;
|
|
private System.Windows.Forms.ToolStripButton tsbtndelete;
|
|
}
|
|
} |