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.
260 lines
14 KiB
260 lines
14 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();
|
|
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokTypSelect));
|
|
this.ribbon1 = new System.Windows.Forms.Ribbon();
|
|
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
|
|
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
|
|
this.RibbonTextSearch = new System.Windows.Forms.RibbonTextBox();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
|
this.contextMenuStrip1.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(738, 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.Text = null;
|
|
//
|
|
// ribbonPanel1
|
|
//
|
|
this.ribbonPanel1.ButtonMoreVisible = false;
|
|
this.ribbonPanel1.Items.Add(this.ribbonButton1);
|
|
this.ribbonPanel1.Name = "ribbonPanel1";
|
|
this.ribbonPanel1.Text = "Schliessen";
|
|
//
|
|
// 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);
|
|
//
|
|
// 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(738, 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(738, 584);
|
|
this.treeViewAdv1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
//
|
|
//
|
|
//
|
|
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(738, 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.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.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(119, 26);
|
|
//
|
|
// 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.Text = "Erstellen";
|
|
this.ctxmenuerstellen.Click += new System.EventHandler(this.ctxmenuerstellen_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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.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.contextMenuStrip1.ResumeLayout(false);
|
|
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 contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem ctxmenuerstellen;
|
|
}
|
|
} |