/// <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.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.multiColumnTreeView1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.panel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).BeginInit(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // multiColumnTreeView1 // this.multiColumnTreeView1.AddSeparatorAtEnd = true; this.multiColumnTreeView1.AutoAdjustMultiLineHeight = true; this.multiColumnTreeView1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo1) }); this.multiColumnTreeView1.BorderColor = System.Drawing.Color.Silver; this.multiColumnTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ColumnsHeaderBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.ButtonFace); this.multiColumnTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiColumnTreeView1.DpiAware = false; this.multiColumnTreeView1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // // this.multiColumnTreeView1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.HelpTextControl.Name = "m_helpText"; this.multiColumnTreeView1.HelpTextControl.Size = new System.Drawing.Size(49, 15); this.multiColumnTreeView1.HelpTextControl.TabIndex = 0; this.multiColumnTreeView1.HelpTextControl.Text = "help text"; this.multiColumnTreeView1.LabelEdit = true; this.multiColumnTreeView1.LoadOnDemand = true; this.multiColumnTreeView1.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.MetroScrollBars = true; this.multiColumnTreeView1.Name = "multiColumnTreeView1"; this.multiColumnTreeView1.OwnerDrawNodes = true; this.multiColumnTreeView1.Size = new System.Drawing.Size(709, 453); this.multiColumnTreeView1.StateImageList = this.imageList1; this.multiColumnTreeView1.TabIndex = 0; this.multiColumnTreeView1.Text = "MultiColumnTreeViewDemo.csmultiColumnTreeView1"; // // // this.multiColumnTreeView1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.multiColumnTreeView1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.ToolTipControl.Name = "m_toolTip"; this.multiColumnTreeView1.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.multiColumnTreeView1.ToolTipControl.TabIndex = 1; this.multiColumnTreeView1.ToolTipControl.Text = "toolTip"; // // 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.ico"); this.imageList1.Images.SetKeyName(1, "folder.ico"); this.imageList1.Images.SetKeyName(2, "folder.ico"); // // panel1 // this.panel1.BorderColor = System.Drawing.Color.Silver; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(709, 52); this.panel1.TabIndex = 1; // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Location = new System.Drawing.Point(67, 17); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(574, 33); this.tableLayoutPanel1.TabIndex = 1; // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(23, 13); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.multiColumnTreeView1); this.splitContainer1.Size = new System.Drawing.Size(711, 512); this.splitContainer1.SplitterDistance = 53; this.splitContainer1.TabIndex = 2; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Center; this.ClientSize = new System.Drawing.Size(759, 552); this.Controls.Add(this.splitContainer1); this.DropShadow = true; this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IconAlign = System.Windows.Forms.HorizontalAlignment.Left; this.MetroColor = System.Drawing.Color.White; this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Multi Column TreeView"; this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).EndInit(); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeViewVisualStyle multiColumnTreeViewVisualStyle1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeViewVisualStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.multiColumnTreeView1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.panel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label1 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // multiColumnTreeView1 // this.multiColumnTreeView1.AddSeparatorAtEnd = true; this.multiColumnTreeView1.AutoAdjustMultiLineHeight = true; treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.DisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.DisabledOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); treeNodeAdvStyleInfo1.HoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.HoverOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(236)))), ((int)(((byte)(249))))); treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.IntermediateDisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.IntermediateHoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.multiColumnTreeView1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo1) }); this.multiColumnTreeView1.BeforeTouchSize = new System.Drawing.Size(813, 470); this.multiColumnTreeView1.BorderColor = System.Drawing.Color.Silver; this.multiColumnTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ColumnsHeaderBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.ButtonFace); this.multiColumnTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiColumnTreeView1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // // this.multiColumnTreeView1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.HelpTextControl.Name = "m_helpText"; this.multiColumnTreeView1.HelpTextControl.Size = new System.Drawing.Size(49, 15); this.multiColumnTreeView1.HelpTextControl.TabIndex = 0; this.multiColumnTreeView1.HelpTextControl.Text = "help text"; this.multiColumnTreeView1.LabelEdit = true; this.multiColumnTreeView1.LoadOnDemand = true; this.multiColumnTreeView1.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.MetroScrollBars = true; this.multiColumnTreeView1.Name = "multiColumnTreeView1"; this.multiColumnTreeView1.OwnerDrawNodes = true; this.multiColumnTreeView1.Size = new System.Drawing.Size(813, 470); this.multiColumnTreeView1.StateImageList = this.imageList1; this.multiColumnTreeView1.TabIndex = 1; this.multiColumnTreeView1.Text = "MultiColumnTreeViewDemo.csmultiColumnTreeView1"; multiColumnTreeViewVisualStyle1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.DisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.DisabledOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.HoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.HoverOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(236)))), ((int)(((byte)(249))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.IntermediateDisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.IntermediateHoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); multiColumnTreeViewVisualStyle1.TreeNodeAdvStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.multiColumnTreeView1.ThemeStyle = multiColumnTreeViewVisualStyle1; // // // this.multiColumnTreeView1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.multiColumnTreeView1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.ToolTipControl.Name = "m_toolTip"; this.multiColumnTreeView1.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.multiColumnTreeView1.ToolTipControl.TabIndex = 1; this.multiColumnTreeView1.ToolTipControl.Text = "toolTip"; // // 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.ico"); this.imageList1.Images.SetKeyName(1, "folder.ico"); this.imageList1.Images.SetKeyName(2, "folder.ico"); // // panel1 // this.panel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.comboBoxAdv1); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(813, 55); this.panel1.TabIndex = 1; // // comboBoxAdv1 // this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(217, 25); this.comboBoxAdv1.Location = new System.Drawing.Point(157, 14); this.comboBoxAdv1.Name = "comboBoxAdv1"; this.comboBoxAdv1.Size = new System.Drawing.Size(217, 25); this.comboBoxAdv1.TabIndex = 0; this.comboBoxAdv1.Text = "comboBoxAdv1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(135, 17); this.label1.TabIndex = 0; this.label1.Text = "AutoFit Column Mode"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(10, 10); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.multiColumnTreeView1); this.splitContainer1.Size = new System.Drawing.Size(813, 532); this.splitContainer1.SplitterDistance = 55; this.splitContainer1.SplitterWidth = 7; this.splitContainer1.TabIndex = 2; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(833, 552); this.Controls.Add(this.splitContainer1); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AutoFit Column"; this.Load += new System.EventHandler(this.MainForm_Load); this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeViewVisualStyle multiColumnTreeViewVisualStyle2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeViewVisualStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel2 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.selectionModeGroupBox = new System.Windows.Forms.GroupBox(); this.multiSelectAllCheckBox = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv(); this.multiSelectSameCheckBoxAdv = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv(); this.singleSelectioncheckBox = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv(); this.visualStylelabel = new System.Windows.Forms.Label(); this.visualStyleComboBox = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.multiColumnTreeView1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeView(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.panel2)).BeginInit(); this.panel2.SuspendLayout(); this.selectionModeGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.multiSelectAllCheckBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.multiSelectSameCheckBoxAdv)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.singleSelectioncheckBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.visualStyleComboBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).BeginInit(); this.SuspendLayout(); // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.selectionModeGroupBox); this.panel2.Controls.Add(this.visualStylelabel); this.panel2.Controls.Add(this.visualStyleComboBox); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(528, 10); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(272, 571); this.panel2.TabIndex = 3; // // selectionModeGroupBox // this.selectionModeGroupBox.Controls.Add(this.multiSelectAllCheckBox); this.selectionModeGroupBox.Controls.Add(this.multiSelectSameCheckBoxAdv); this.selectionModeGroupBox.Controls.Add(this.singleSelectioncheckBox); this.selectionModeGroupBox.Location = new System.Drawing.Point(38, 131); this.selectionModeGroupBox.Name = "selectionModeGroupBox"; this.selectionModeGroupBox.Size = new System.Drawing.Size(200, 180); this.selectionModeGroupBox.TabIndex = 5; this.selectionModeGroupBox.TabStop = false; this.selectionModeGroupBox.Text = "Selection Mode"; // // multiSelectAllCheckBox // this.multiSelectAllCheckBox.BeforeTouchSize = new System.Drawing.Size(150, 21); this.multiSelectAllCheckBox.Location = new System.Drawing.Point(19, 127); this.multiSelectAllCheckBox.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91))))); this.multiSelectAllCheckBox.Name = "multiSelectAllCheckBox"; this.multiSelectAllCheckBox.Size = new System.Drawing.Size(150, 21); this.multiSelectAllCheckBox.TabIndex = 5; this.multiSelectAllCheckBox.Text = "Multiselect All Level"; this.multiSelectAllCheckBox.ThemesEnabled = false; this.multiSelectAllCheckBox.CheckChanged += new System.EventHandler(this.singleSelectioncheckBox_CheckChanged); // // multiSelectSameCheckBoxAdv // this.multiSelectSameCheckBoxAdv.BeforeTouchSize = new System.Drawing.Size(150, 21); this.multiSelectSameCheckBoxAdv.Location = new System.Drawing.Point(19, 84); this.multiSelectSameCheckBoxAdv.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91))))); this.multiSelectSameCheckBoxAdv.Name = "multiSelectSameCheckBoxAdv"; this.multiSelectSameCheckBoxAdv.Size = new System.Drawing.Size(150, 21); this.multiSelectSameCheckBoxAdv.TabIndex = 4; this.multiSelectSameCheckBoxAdv.Text = "Multiselect Same Level"; this.multiSelectSameCheckBoxAdv.ThemesEnabled = false; this.multiSelectSameCheckBoxAdv.CheckChanged += new System.EventHandler(this.singleSelectioncheckBox_CheckChanged); // // singleSelectioncheckBox // this.singleSelectioncheckBox.BeforeTouchSize = new System.Drawing.Size(150, 21); this.singleSelectioncheckBox.ForeColor = System.Drawing.Color.Black; this.singleSelectioncheckBox.Location = new System.Drawing.Point(19, 41); this.singleSelectioncheckBox.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91))))); this.singleSelectioncheckBox.Name = "singleSelectioncheckBox"; this.singleSelectioncheckBox.Size = new System.Drawing.Size(150, 21); this.singleSelectioncheckBox.TabIndex = 3; this.singleSelectioncheckBox.Text = "Single selection"; this.singleSelectioncheckBox.ThemeName = "Default"; this.singleSelectioncheckBox.ThemesEnabled = false; this.singleSelectioncheckBox.CheckChanged += new System.EventHandler(this.singleSelectioncheckBox_CheckChanged); // // visualStylelabel // this.visualStylelabel.AutoSize = true; this.visualStylelabel.Location = new System.Drawing.Point(35, 88); this.visualStylelabel.Name = "visualStylelabel"; this.visualStylelabel.Size = new System.Drawing.Size(61, 13); this.visualStylelabel.TabIndex = 2; this.visualStylelabel.Text = "Visual Style"; // // visualStyleComboBox // this.visualStyleComboBox.BeforeTouchSize = new System.Drawing.Size(132, 21); this.visualStyleComboBox.Location = new System.Drawing.Point(106, 84); this.visualStyleComboBox.Name = "visualStyleComboBox"; this.visualStyleComboBox.Size = new System.Drawing.Size(132, 21); this.visualStyleComboBox.TabIndex = 4; this.visualStyleComboBox.Text = "comboBoxAdv1"; this.visualStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged); // // multiColumnTreeView1 // this.multiColumnTreeView1.AddSeparatorAtEnd = true; this.multiColumnTreeView1.AutoAdjustMultiLineHeight = true; this.multiColumnTreeView1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvStyleInfo2.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo2.DisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo2.DisabledOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); treeNodeAdvStyleInfo2.HoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo2.HoverOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(236)))), ((int)(((byte)(249))))); treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo2.IntermediateDisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo2.IntermediateHoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeNodeAdvSubItemStyleInfo2.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvSubItemStyleInfo2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeColumnAdvStyleInfo2.AreaBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeColumnAdvStyleInfo2.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))))); treeColumnAdvStyleInfo2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.multiColumnTreeView1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo2), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo2), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo2) }); this.multiColumnTreeView1.BeforeTouchSize = new System.Drawing.Size(510, 571); this.multiColumnTreeView1.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat; this.multiColumnTreeView1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.multiColumnTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ColumnsHeaderBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); this.multiColumnTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiColumnTreeView1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.multiColumnTreeView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); // // // this.multiColumnTreeView1.HelpTextControl.BaseThemeName = null; this.multiColumnTreeView1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.HelpTextControl.Name = "m_helpText"; this.multiColumnTreeView1.HelpTextControl.Size = new System.Drawing.Size(49, 15); this.multiColumnTreeView1.HelpTextControl.TabIndex = 0; this.multiColumnTreeView1.HelpTextControl.Text = "help text"; this.multiColumnTreeView1.KeepDottedSelection = false; this.multiColumnTreeView1.LabelEdit = true; this.multiColumnTreeView1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); this.multiColumnTreeView1.LoadOnDemand = true; this.multiColumnTreeView1.Location = new System.Drawing.Point(10, 10); this.multiColumnTreeView1.MetroScrollBars = true; this.multiColumnTreeView1.Name = "multiColumnTreeView1"; this.multiColumnTreeView1.OwnerDrawNodes = true; this.multiColumnTreeView1.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))))); this.multiColumnTreeView1.SelectedNodeForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.multiColumnTreeView1.Size = new System.Drawing.Size(510, 571); this.multiColumnTreeView1.Style = Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnVisualStyle.Office2016Colorful; this.multiColumnTreeView1.TabIndex = 4; this.multiColumnTreeView1.Text = "MultiColumnTreeViewDemo.csmultiColumnTreeView1"; this.multiColumnTreeView1.ThemeName = "Office2016Colorful"; multiColumnTreeViewVisualStyle2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); this.multiColumnTreeView1.ThemeStyle = multiColumnTreeViewVisualStyle2; // // // this.multiColumnTreeView1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.multiColumnTreeView1.ToolTipControl.BaseThemeName = null; this.multiColumnTreeView1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.ToolTipControl.Name = "m_toolTip"; this.multiColumnTreeView1.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.multiColumnTreeView1.ToolTipControl.TabIndex = 1; this.multiColumnTreeView1.ToolTipControl.Text = "toolTip"; this.multiColumnTreeView1.TransparentControls = true; this.multiColumnTreeView1.VScrollPos = -13; // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(520, 10); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(8, 571); this.panel1.TabIndex = 5; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(810, 591); this.Controls.Add(this.multiColumnTreeView1); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Getting Started"; ((System.ComponentModel.ISupportInitialize)(this.panel2)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.selectionModeGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.multiSelectAllCheckBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.multiSelectSameCheckBoxAdv)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.singleSelectioncheckBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.visualStyleComboBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); this.multiColumnTreeView1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeView(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).BeginInit(); this.SuspendLayout(); // // multiColumnTreeView1 // this.multiColumnTreeView1.AddSeparatorAtEnd = true; this.multiColumnTreeView1.AutoAdjustMultiLineHeight = true; this.multiColumnTreeView1.AutoGenerateColumns = true; this.multiColumnTreeView1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvStyleInfo1.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.DisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.DisabledOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); treeNodeAdvStyleInfo1.HoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.HoverOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(236)))), ((int)(((byte)(249))))); treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.IntermediateDisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.IntermediateHoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeNodeAdvSubItemStyleInfo1.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeNodeAdvSubItemStyleInfo1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); treeColumnAdvStyleInfo1.AreaBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); treeColumnAdvStyleInfo1.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))))); treeColumnAdvStyleInfo1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.multiColumnTreeView1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo1) }); this.multiColumnTreeView1.BeforeTouchSize = new System.Drawing.Size(521, 312); this.multiColumnTreeView1.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat; this.multiColumnTreeView1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.multiColumnTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ColumnsHeaderBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))))); this.multiColumnTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiColumnTreeView1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.multiColumnTreeView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.multiColumnTreeView1.HelpTextControl.BaseThemeName = null; this.multiColumnTreeView1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.HelpTextControl.Name = "m_helpText"; this.multiColumnTreeView1.HelpTextControl.Size = new System.Drawing.Size(63, 19); this.multiColumnTreeView1.HelpTextControl.TabIndex = 0; this.multiColumnTreeView1.HelpTextControl.Text = "help text"; this.multiColumnTreeView1.KeepDottedSelection = false; this.multiColumnTreeView1.LabelEdit = true; this.multiColumnTreeView1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); this.multiColumnTreeView1.LoadOnDemand = true; this.multiColumnTreeView1.Location = new System.Drawing.Point(10, 10); this.multiColumnTreeView1.Margin = new System.Windows.Forms.Padding(4); this.multiColumnTreeView1.MetroScrollBars = true; this.multiColumnTreeView1.Name = "multiColumnTreeView1"; this.multiColumnTreeView1.OwnerDrawNodes = true; this.multiColumnTreeView1.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))))); this.multiColumnTreeView1.SelectedNodeForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.multiColumnTreeView1.Size = new System.Drawing.Size(521, 312); this.multiColumnTreeView1.Style = Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnVisualStyle.Office2016Colorful; this.multiColumnTreeView1.TabIndex = 4; this.multiColumnTreeView1.Text = "MultiColumnTreeViewDemo.csmultiColumnTreeView1"; this.multiColumnTreeView1.ThemeName = "Office2016Colorful"; this.multiColumnTreeView1.ThemeStyle.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); this.multiColumnTreeView1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0; this.multiColumnTreeView1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.multiColumnTreeView1.ToolTipControl.BaseThemeName = null; this.multiColumnTreeView1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.ToolTipControl.Name = "m_toolTip"; this.multiColumnTreeView1.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.multiColumnTreeView1.ToolTipControl.TabIndex = 1; this.multiColumnTreeView1.ToolTipControl.Text = "toolTip"; this.multiColumnTreeView1.TransparentControls = true; this.multiColumnTreeView1.VScrollPos = -13; treeColumnAdv1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdv(); treeColumnAdv2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdv(); treeColumnAdv3 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdv(); treeColumnAdv1.HelpText = "Name"; treeColumnAdv1.Highlighted = false; treeColumnAdv1.Text = "Name"; treeColumnAdv1.Background = new BrushInfo(SystemColors.Highlight); treeColumnAdv1.AreaBackground = new BrushInfo(GradientStyle.ForwardDiagonal, Color.White, Color.Snow); treeColumnAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; treeColumnAdv2.HelpText = "Full Path"; treeColumnAdv2.Highlighted = false; treeColumnAdv2.Text = "Full Path"; treeColumnAdv2.Background = new BrushInfo(GradientStyle.Vertical, SystemColors.Highlight, SystemColors.Highlight); treeColumnAdv2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; treeColumnAdv3.HelpText = "Date Modified"; treeColumnAdv3.Highlighted = false; treeColumnAdv3.Text = "Date Modified"; treeColumnAdv3.Background = new BrushInfo(GradientStyle.Vertical, SystemColors.Highlight, SystemColors.Highlight); treeColumnAdv3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; multiColumnTreeView1.AutoSizeMode = Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.AutoSizeMode.Fill; treeColumnAdv1.BorderStyle = BorderStyle.FixedSingle; treeColumnAdv2.BorderStyle = BorderStyle.FixedSingle; treeColumnAdv3.BorderStyle = BorderStyle.FixedSingle; // // DirectoryListing // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.multiColumnTreeView1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "DirectoryListing"; this.Padding = new System.Windows.Forms.Padding(10); this.Size = new System.Drawing.Size(541, 332); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).EndInit(); this.ResumeLayout(false); }
/// <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.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); this._cboIdentifierMode = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.toolStripEx1 = new Syncfusion.Windows.Forms.Tools.ToolStripEx(); this.toolZoomToShape = new System.Windows.Forms.ToolStripButton(); this.toolClear = new System.Windows.Forms.ToolStripButton(); this.lblEmpty = new System.Windows.Forms.Label(); this._treeView = new MW5.Plugins.Identifier.Controls.IdentifierTreeView(); ((System.ComponentModel.ISupportInitialize)(this._cboIdentifierMode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).BeginInit(); this.panel1.SuspendLayout(); this.toolStripEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._treeView)).BeginInit(); this.SuspendLayout(); // // _cboIdentifierMode // this._cboIdentifierMode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._cboIdentifierMode.BeforeTouchSize = new System.Drawing.Size(213, 21); this._cboIdentifierMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this._cboIdentifierMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this._cboIdentifierMode.Location = new System.Drawing.Point(45, 6); this._cboIdentifierMode.Name = "_cboIdentifierMode"; this._cboIdentifierMode.Size = new System.Drawing.Size(213, 21); this._cboIdentifierMode.TabIndex = 1; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(34, 13); this.label1.TabIndex = 3; this.label1.Text = "Mode"; // // panel1 // this.panel1.BorderColor = System.Drawing.Color.Gray; this.panel1.BorderSides = System.Windows.Forms.Border3DSide.Top; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this._cboIdentifierMode); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 210); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(268, 34); this.panel1.TabIndex = 5; // // toolStripEx1 // this.toolStripEx1.ForeColor = System.Drawing.Color.MidnightBlue; this.toolStripEx1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripEx1.Image = null; this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolZoomToShape, this.toolClear }); this.toolStripEx1.Location = new System.Drawing.Point(0, 0); this.toolStripEx1.Name = "toolStripEx1"; this.toolStripEx1.ShowCaption = false; this.toolStripEx1.ShowItemToolTips = true; this.toolStripEx1.Size = new System.Drawing.Size(268, 35); this.toolStripEx1.TabIndex = 45; this.toolStripEx1.Text = "toolStripEx1"; // // toolZoomToShape // this.toolZoomToShape.Checked = true; this.toolZoomToShape.CheckState = System.Windows.Forms.CheckState.Checked; this.toolZoomToShape.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolZoomToShape.Image = global::MW5.Plugins.Identifier.Properties.Resources.icon_zoom_to_layer; this.toolZoomToShape.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolZoomToShape.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolZoomToShape.Name = "toolZoomToShape"; this.toolZoomToShape.Padding = new System.Windows.Forms.Padding(5, 2, 5, 2); this.toolZoomToShape.Size = new System.Drawing.Size(38, 32); this.toolZoomToShape.Text = "Zoom to Shape"; // // toolClear // this.toolClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolClear.Image = global::MW5.Plugins.Identifier.Properties.Resources.img_clear24; this.toolClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolClear.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolClear.Name = "toolClear"; this.toolClear.Padding = new System.Windows.Forms.Padding(5, 2, 5, 2); this.toolClear.Size = new System.Drawing.Size(38, 32); this.toolClear.Text = "Clear"; // // lblEmpty // this.lblEmpty.BackColor = System.Drawing.Color.White; this.lblEmpty.Dock = System.Windows.Forms.DockStyle.Fill; this.lblEmpty.Location = new System.Drawing.Point(0, 35); this.lblEmpty.Name = "lblEmpty"; this.lblEmpty.Size = new System.Drawing.Size(268, 175); this.lblEmpty.TabIndex = 47; this.lblEmpty.Text = "No items are identified."; this.lblEmpty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // _treeView // this._treeView.AutoAdjustMultiLineHeight = true; treeNodeAdvStyleInfo1.ThemesEnabled = false; this._treeView.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo1) }); this._treeView.BeforeTouchSize = new System.Drawing.Size(268, 175); this._treeView.BorderStyle = System.Windows.Forms.BorderStyle.None; this._treeView.ColumnsHeaderBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); this._treeView.Dock = System.Windows.Forms.DockStyle.Fill; this._treeView.FullRowSelect = true; this._treeView.GutterSpace = 12; // // // this._treeView.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._treeView.HelpTextControl.Location = new System.Drawing.Point(0, 0); this._treeView.HelpTextControl.Name = "m_helpText"; this._treeView.HelpTextControl.Size = new System.Drawing.Size(49, 15); this._treeView.HelpTextControl.TabIndex = 0; this._treeView.HelpTextControl.Text = "help text"; this._treeView.HideSelection = false; this._treeView.Location = new System.Drawing.Point(0, 35); this._treeView.Name = "_treeView"; this._treeView.NodeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this._treeView.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); this._treeView.SelectedNodeForeColor = System.Drawing.SystemColors.ControlText; this._treeView.Size = new System.Drawing.Size(268, 175); this._treeView.TabIndex = 46; this._treeView.Text = "infoTreeViewBase1"; this._treeView.ThemesEnabled = false; // // // this._treeView.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this._treeView.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._treeView.ToolTipControl.Location = new System.Drawing.Point(0, 0); this._treeView.ToolTipControl.Name = "m_toolTip"; this._treeView.ToolTipControl.Size = new System.Drawing.Size(41, 15); this._treeView.ToolTipControl.TabIndex = 1; this._treeView.ToolTipControl.Text = "toolTip"; this._treeView.Visible = false; // // IdentifierDockPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lblEmpty); this.Controls.Add(this._treeView); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStripEx1); this.Name = "IdentifierDockPanel"; this.Size = new System.Drawing.Size(268, 244); ((System.ComponentModel.ISupportInitialize)(this._cboIdentifierMode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panel1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.toolStripEx1.ResumeLayout(false); this.toolStripEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._treeView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo treeColumnAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeColumnAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo treeNodeAdvSubItemStyleInfo1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItemStyleInfo(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.multiColumnTreeView1 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnTreeView(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.Location = new System.Drawing.Point(577, 22); this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(197, 36); this.button2.TabIndex = 11; this.button2.Text = "Clear Filter"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(357, 22); this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(197, 36); this.button1.TabIndex = 10; this.button1.Text = "Apply Filter"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // multiColumnTreeView1 // this.multiColumnTreeView1.AutoAdjustMultiLineHeight = true; this.multiColumnTreeView1.AutoGenerateColumns = true; treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.DisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.DisabledOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); treeNodeAdvStyleInfo1.HoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.HoverOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(236)))), ((int)(((byte)(249))))); treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.IntermediateDisabledCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.IntermediateHoverCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.multiColumnTreeView1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - Column", treeColumnAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard", treeNodeAdvStyleInfo1), new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.StyleNamePair("Standard - SubItem", treeNodeAdvSubItemStyleInfo1) }); this.multiColumnTreeView1.BeforeTouchSize = new System.Drawing.Size(952, 686); this.multiColumnTreeView1.BorderSingle = System.Windows.Forms.ButtonBorderStyle.None; this.multiColumnTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; // // // this.multiColumnTreeView1.HelpTextControl.BaseThemeName = null; this.multiColumnTreeView1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.HelpTextControl.Name = "m_helpText"; this.multiColumnTreeView1.HelpTextControl.Size = new System.Drawing.Size(49, 15); this.multiColumnTreeView1.HelpTextControl.TabIndex = 0; this.multiColumnTreeView1.HelpTextControl.Text = "help text"; this.multiColumnTreeView1.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.multiColumnTreeView1.Name = "multiColumnTreeView1"; this.multiColumnTreeView1.NodeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(255))))); this.multiColumnTreeView1.Size = new System.Drawing.Size(952, 686); this.multiColumnTreeView1.TabIndex = 9; this.multiColumnTreeView1.Text = "multiColumnTreeView1"; this.multiColumnTreeView1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0; // // // this.multiColumnTreeView1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.multiColumnTreeView1.ToolTipControl.BaseThemeName = null; this.multiColumnTreeView1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.multiColumnTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.multiColumnTreeView1.ToolTipControl.Name = "m_toolTip"; this.multiColumnTreeView1.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.multiColumnTreeView1.ToolTipControl.TabIndex = 1; this.multiColumnTreeView1.ToolTipControl.Text = "toolTip"; // // panel1 // this.panel1.Controls.Add(this.multiColumnTreeView1); this.panel1.Location = new System.Drawing.Point(8, 136); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(952, 686); this.panel1.TabIndex = 12; // // panel2 // this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.comboBox1); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.button1); this.panel2.Location = new System.Drawing.Point(8, 14); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(952, 115); this.panel2.TabIndex = 13; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.Window; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point); this.textBox1.Location = new System.Drawing.Point(9, 77); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(932, 18); this.textBox1.TabIndex = 16; // // panel3 // this.panel3.Location = new System.Drawing.Point(3, 61); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(932, 10); this.panel3.TabIndex = 15; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "All", "Root", "Extended" }); this.comboBox1.Location = new System.Drawing.Point(125, 27); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(197, 28); this.comboBox1.TabIndex = 13; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label1.Location = new System.Drawing.Point(9, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 23); this.label1.TabIndex = 12; this.label1.Text = "Filter Level :"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(981, 897); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Filtering"; ((System.ComponentModel.ISupportInitialize)(this.multiColumnTreeView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); }