namespace Maestro.Base.UI { partial class SiteExplorer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SiteExplorer)); this.tsSiteExplorer = new System.Windows.Forms.ToolStrip(); this.trvResources = new Aga.Controls.Tree.TreeViewAdv(); this.rdResourceIcon = new Aga.Controls.Tree.NodeControls.NodeIcon(); this.ndResource = new Aga.Controls.Tree.NodeControls.NodeTextBox(); this.SuspendLayout(); // // tsSiteExplorer // resources.ApplyResources(this.tsSiteExplorer, "tsSiteExplorer"); this.tsSiteExplorer.Name = "tsSiteExplorer"; // // trvResources // this.trvResources.AllowDrop = true; this.trvResources.AsyncExpanding = true; this.trvResources.BackColor = System.Drawing.SystemColors.Window; this.trvResources.BorderStyle = System.Windows.Forms.BorderStyle.None; this.trvResources.DefaultToolTipProvider = null; resources.ApplyResources(this.trvResources, "trvResources"); this.trvResources.DragDropMarkColor = System.Drawing.Color.Black; this.trvResources.LineColor = System.Drawing.SystemColors.ControlDark; this.trvResources.LoadOnDemand = true; this.trvResources.Model = null; this.trvResources.Name = "trvResources"; this.trvResources.NodeControls.Add(this.rdResourceIcon); this.trvResources.NodeControls.Add(this.ndResource); this.trvResources.SelectedNode = null; this.trvResources.SelectionMode = Aga.Controls.Tree.TreeSelectionMode.MultiSameParent; this.trvResources.ShowNodeToolTips = true; this.trvResources.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.trvResources_MouseDoubleClick); this.trvResources.DragOver += new System.Windows.Forms.DragEventHandler(this.trvResources_DragOver); this.trvResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.trvResources_MouseClick); this.trvResources.DragDrop += new System.Windows.Forms.DragEventHandler(this.trvResources_DragDrop); this.trvResources.Expanding += new System.EventHandler(this.trvResources_Expanding); this.trvResources.DragEnter += new System.Windows.Forms.DragEventHandler(this.trvResources_DragEnter); this.trvResources.KeyUp += new System.Windows.Forms.KeyEventHandler(this.trvResources_KeyUp); this.trvResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.trvResources_KeyDown); this.trvResources.Expanded += new System.EventHandler(this.trvResources_Expanded); this.trvResources.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.trvResources_ItemDrag); // // rdResourceIcon // this.rdResourceIcon.DataPropertyName = "Icon"; this.rdResourceIcon.LeftMargin = 1; this.rdResourceIcon.ParentColumn = null; this.rdResourceIcon.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Clip; // // ndResource // this.ndResource.DataPropertyName = "Name"; this.ndResource.IncrementalSearchEnabled = true; this.ndResource.LeftMargin = 3; this.ndResource.ParentColumn = null; // // SiteExplorer // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.trvResources); this.Controls.Add(this.tsSiteExplorer); this.Name = "SiteExplorer"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip tsSiteExplorer; private Aga.Controls.Tree.TreeViewAdv trvResources; private Aga.Controls.Tree.NodeControls.NodeTextBox ndResource; private Aga.Controls.Tree.NodeControls.NodeIcon rdResourceIcon; } }