namespace Cyberpipe { partial class FrmLayerControl { /// <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(); this.layerTree1 = new System.Windows.Forms.TreeView(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.layerTree2 = new System.Windows.Forms.TreeView(); this.layerNodeContexMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.FeatureAddLayerMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LayerSelectableMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LayerEditableMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SaveLayerMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.移除图层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.layerNodeContexMenu.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // layerTree1 // this.layerTree1.CheckBoxes = true; this.layerTree1.Dock = System.Windows.Forms.DockStyle.Fill; this.layerTree1.ItemHeight = 16; this.layerTree1.Location = new System.Drawing.Point(0, 0); this.layerTree1.Name = "layerTree1"; this.layerTree1.Size = new System.Drawing.Size(185, 312); this.layerTree1.TabIndex = 2; this.layerTree1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree1_AfterCheck); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.layerTree1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.layerTree2); this.splitContainer1.Size = new System.Drawing.Size(365, 312); this.splitContainer1.SplitterDistance = 185; this.splitContainer1.SplitterWidth = 1; this.splitContainer1.TabIndex = 3; // // layerTree2 // this.layerTree2.CheckBoxes = true; this.layerTree2.Dock = System.Windows.Forms.DockStyle.Fill; this.layerTree2.ItemHeight = 16; this.layerTree2.Location = new System.Drawing.Point(0, 0); this.layerTree2.Name = "layerTree2"; this.layerTree2.Size = new System.Drawing.Size(179, 312); this.layerTree2.TabIndex = 3; this.layerTree2.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree2_AfterCheck); // // layerNodeContexMenu // this.layerNodeContexMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FeatureAddLayerMenuItem, this.LayerSelectableMenuItem, this.LayerEditableMenuItem, this.SaveLayerMenuItem}); this.layerNodeContexMenu.Name = "layerNodeContexMenu"; this.layerNodeContexMenu.Size = new System.Drawing.Size(127, 92); // // FeatureAddLayerMenuItem // this.FeatureAddLayerMenuItem.Name = "FeatureAddLayerMenuItem"; this.FeatureAddLayerMenuItem.Size = new System.Drawing.Size(126, 22); this.FeatureAddLayerMenuItem.Text = "目标图层"; this.FeatureAddLayerMenuItem.Click += new System.EventHandler(this.FeatureAddLayerMenuItem_Click); // // LayerSelectableMenuItem // this.LayerSelectableMenuItem.Name = "LayerSelectableMenuItem"; this.LayerSelectableMenuItem.Size = new System.Drawing.Size(126, 22); this.LayerSelectableMenuItem.Text = "可选择"; this.LayerSelectableMenuItem.Click += new System.EventHandler(this.LayerSelectableMenuItem_Click); // // LayerEditableMenuItem // this.LayerEditableMenuItem.Name = "LayerEditableMenuItem"; this.LayerEditableMenuItem.Size = new System.Drawing.Size(126, 22); this.LayerEditableMenuItem.Text = "可编辑"; this.LayerEditableMenuItem.Click += new System.EventHandler(this.LayerEditableMenuItem_Click); // // SaveLayerMenuItem // this.SaveLayerMenuItem.Name = "SaveLayerMenuItem"; this.SaveLayerMenuItem.Size = new System.Drawing.Size(126, 22); this.SaveLayerMenuItem.Text = "保存"; this.SaveLayerMenuItem.Click += new System.EventHandler(this.SaveLayerMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.移除图层ToolStripMenuItem, this.toolStripMenuItem1, this.toolStripMenuItem2, this.toolStripMenuItem3, this.toolStripMenuItem4}); this.contextMenuStrip1.Name = "layerNodeContexMenu"; this.contextMenuStrip1.Size = new System.Drawing.Size(127, 114); // // 移除图层ToolStripMenuItem // this.移除图层ToolStripMenuItem.Name = "移除图层ToolStripMenuItem"; this.移除图层ToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.移除图层ToolStripMenuItem.Text = "移除图层"; this.移除图层ToolStripMenuItem.Click += new System.EventHandler(this.移除图层ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(126, 22); this.toolStripMenuItem1.Text = "目标图层"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(126, 22); this.toolStripMenuItem2.Text = "可选择"; this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 22); this.toolStripMenuItem3.Text = "可编辑"; this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(126, 22); this.toolStripMenuItem4.Text = "保存"; this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click); // // FrmLayerControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(365, 312); this.Controls.Add(this.splitContainer1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmLayerControl"; this.ShowIcon = false; this.Text = "图层控制"; this.TopMost = true; this.Load += new System.EventHandler(this.FrmLayerControl_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.layerNodeContexMenu.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView layerTree1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView layerTree2; private System.Windows.Forms.ContextMenuStrip layerNodeContexMenu; private System.Windows.Forms.ToolStripMenuItem FeatureAddLayerMenuItem; private System.Windows.Forms.ToolStripMenuItem LayerSelectableMenuItem; private System.Windows.Forms.ToolStripMenuItem LayerEditableMenuItem; private System.Windows.Forms.ToolStripMenuItem SaveLayerMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; private System.Windows.Forms.ToolStripMenuItem 移除图层ToolStripMenuItem; } }