namespace OSGeo.MapGuide.Viewer { partial class MgLegend { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MgLegend)); this.trvLegend = new System.Windows.Forms.TreeView(); this.imgLegend = new System.Windows.Forms.ImageList(this.components); this.bgLegendUpdate = new System.ComponentModel.BackgroundWorker(); this.SuspendLayout(); // // trvLegend // this.trvLegend.CheckBoxes = true; resources.ApplyResources(this.trvLegend, "trvLegend"); this.trvLegend.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll; this.trvLegend.ImageList = this.imgLegend; this.trvLegend.Name = "trvLegend"; this.trvLegend.ShowLines = false; this.trvLegend.ShowNodeToolTips = true; this.trvLegend.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.trvLegend_AfterCheck); this.trvLegend.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.trvLegend_AfterCollapse); this.trvLegend.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.trvLegend_DrawNode); this.trvLegend.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trvLegend_NodeMouseClick); this.trvLegend.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.trvLegend_AfterExpand); // // imgLegend // this.imgLegend.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; resources.ApplyResources(this.imgLegend, "imgLegend"); this.imgLegend.TransparentColor = System.Drawing.Color.Transparent; // // bgLegendUpdate // this.bgLegendUpdate.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgLegendUpdate_DoWork); this.bgLegendUpdate.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgLegendUpdate_RunWorkerCompleted); // // MgLegend // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.trvLegend); this.Name = "MgLegend"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView trvLegend; private System.Windows.Forms.ImageList imgLegend; private System.ComponentModel.BackgroundWorker bgLegendUpdate; } }