cloudflight
2024-05-07 2646029d2b97f6835062d45d2cfa632838c527ca
WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Designer.cs
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,1651 @@
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
//using CloudWaterNetwork.Magnifier;
using Hydro.CommonBase;
//using ConfigApp;
//using DevExpress.Diagram.Core.Layout;
//using DevExpress.DirectX.NativeInterop.Direct2D;
//using DevExpress.Utils.Extensions;
//using dict_py_Inner;
using Hydro.MapView;
using Hydro.MapView.Common;
using Newtonsoft.Json;
//using ReflectionManager_NameSpace;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Remoting.Metadata;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
using static Hydro.Core.ObjectEnum;
using static Hydro.MapView.MapViewEnum;
using static System.Net.Mime.MediaTypeNames;
using static System.Windows.Forms.AxHost;
using static System.Windows.Forms.LinkLabel;
using static System.Windows.Forms.VisualStyles.VisualStyleElement.Button;
using static System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar;
using Cursor = System.Windows.Forms.Cursor;
namespace Hydro.WinfrmUI
{
    partial class ViewBrowser
    {
        /// <summary>
        /// å¿…需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        /// <summary>
        /// æ¸…理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region ç»„件设计器生成的代码
        /// <summary>
        /// è®¾è®¡å™¨æ”¯æŒæ‰€éœ€çš„æ–¹æ³• - ä¸è¦ä¿®æ”¹
        /// ä½¿ç”¨ä»£ç ç¼–辑器修改此方法的内容。
        /// </summary>
        #region ä¸‰ã€è®¾è®¡å™¨
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewBrowser));
            this.panel1 = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton_save = new System.Windows.Forms.ToolStripSplitButton();
            this.另存为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.以当前视角另存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.增量保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_普通 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_新建节点 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_新建管线 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_新建立管 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_添加水库 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_添加水池 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_添加水泵 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_添加阀门 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_添加水表 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_重复器 = new System.Windows.Forms.ToolStripButton();
            this.buttonUndo = new System.Windows.Forms.ToolStripButton();
            this.buttonRedo = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_refresh = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_ClearMinor = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_刷新 = new System.Windows.Forms.ToolStripButton();
            this.toolStripDropDownButton_工具 = new System.Windows.Forms.ToolStripDropDownButton();
            this.水平旋转ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBox_水平旋转角度 = new System.Windows.Forms.ToolStripTextBox();
            this.轴旋转ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.轴镜像ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.缩放ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBox_缩放比例 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripMenuItem_放大2倍 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem_缩小2倍 = new System.Windows.Forms.ToolStripMenuItem();
            this.关阀分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关阀分析不考虑水源ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.连通性检查ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.下游连通性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.上游连通性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.标高推测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.标高导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示水流ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.方向修复ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
            this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
            this.对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
            this.东西对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.南北对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.竖直对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.自动对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.排列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
            this.楼层管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.重置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripMenuItem_Floor = new System.Windows.Forms.ToolStripMenuItem();
            this.显示全部楼层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.保存楼层视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.刷新楼层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripComboBox_浏览模式 = new System.Windows.Forms.ToolStripSplitButton();
            this.浏览模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.编辑模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.显示节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.隐藏节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.节点大小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.大ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
            this.显示阀门ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.隐藏阀门ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.管线粗细ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.大ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.中ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.小ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
            this.缩放级别ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.放大ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.正常ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.缩小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.隐藏内容ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示所有隐藏内容ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.隐藏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
            this.添加底图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置底图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示隐藏底图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.清除底图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
            this.显示状态ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.隐藏状态ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
            this.显示流向ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.隐藏流向ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
            this.颜色分级管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cb_Node_Colour = new System.Windows.Forms.ToolStripComboBox();
            this.cb_Link_Colour = new System.Windows.Forms.ToolStripComboBox();
            this.tb_颜色分级设置 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
            this.右键_Menu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.默认视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
            this.俯视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.正视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.重置视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.对齐ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.东西对齐ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.南北对齐ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.竖直对齐ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.自动对齐ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.设置长度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设为关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设为立管点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设为隐藏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
            this.复制ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.粘贴ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.转换为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.基本节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.用户点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.水库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.æ°´æ± ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.反选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timer_draw = new System.Windows.Forms.Timer(this.components);
            this.map = new Hydro.WinfrmUI.DMap();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.右键_Menu.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.toolStrip1);
            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(1051, 24);
            this.panel1.TabIndex = 7;
            //
            // toolStrip1
            //
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton_save,
            this.toolStripSeparator2,
            this.toolStripButton_普通,
            this.toolStripButton_新建节点,
            this.toolStripButton_新建管线,
            this.toolStripButton_新建立管,
            this.toolStripButton_添加水库,
            this.toolStripButton_添加水池,
            this.toolStripButton_添加水泵,
            this.toolStripButton_添加阀门,
            this.toolStripButton_添加水表,
            this.toolStripButton_重复器,
            this.buttonUndo,
            this.buttonRedo,
            this.toolStripButton_refresh,
            this.toolStripButton_ClearMinor,
            this.toolStripSeparator4,
            this.toolStripButton_刷新,
            this.toolStripDropDownButton_工具,
            this.toolStripSeparator8,
            this.toolStripSplitButton1,
            this.toolStripComboBox_浏览模式,
            this.toolStripDropDownButton1,
            this.cb_Node_Colour,
            this.cb_Link_Colour,
            this.tb_颜色分级设置,
            this.toolStripSeparator21});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1009, 25);
            this.toolStrip1.TabIndex = 6;
            this.toolStrip1.Text = "toolStrip1";
            //
            // toolStripButton_save
            //
            this.toolStripButton_save.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.另存为ToolStripMenuItem,
            this.以当前视角另存ToolStripMenuItem,
            this.增量保存ToolStripMenuItem});
            this.toolStripButton_save.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_save.Image")));
            this.toolStripButton_save.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_save.Name = "toolStripButton_save";
            this.toolStripButton_save.Size = new System.Drawing.Size(64, 22);
            this.toolStripButton_save.Text = "保存";
            this.toolStripButton_save.ButtonClick += new System.EventHandler(this.toolStripButton_save_ButtonClick);
            //
            // å¦å­˜ä¸ºToolStripMenuItem
            //
            this.另存为ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("另存为ToolStripMenuItem.Image")));
            this.另存为ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
            this.另存为ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.另存为ToolStripMenuItem.Text = "另存为";
            this.另存为ToolStripMenuItem.Click += new System.EventHandler(this.另存为ToolStripMenuItem_Click);
            //
            // ä»¥å½“前视角另存ToolStripMenuItem
            //
            this.以当前视角另存ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("以当前视角另存ToolStripMenuItem.Image")));
            this.以当前视角另存ToolStripMenuItem.Name = "以当前视角另存ToolStripMenuItem";
            this.以当前视角另存ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.以当前视角另存ToolStripMenuItem.Text = "以当前视角另存";
            this.以当前视角另存ToolStripMenuItem.Click += new System.EventHandler(this.以当前视角另存ToolStripMenuItem_Click);
            //
            // å¢žé‡ä¿å­˜ToolStripMenuItem
            //
            this.增量保存ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("增量保存ToolStripMenuItem.Image")));
            this.增量保存ToolStripMenuItem.Name = "增量保存ToolStripMenuItem";
            this.增量保存ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.增量保存ToolStripMenuItem.Text = "增量保存";
            this.增量保存ToolStripMenuItem.Click += new System.EventHandler(this.增量保存ToolStripMenuItem_Click);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButton_普通
            //
            this.toolStripButton_普通.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_普通.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_普通.Image")));
            this.toolStripButton_普通.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_普通.Name = "toolStripButton_普通";
            this.toolStripButton_普通.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_普通.Text = "选择工具";
            this.toolStripButton_普通.Click += new System.EventHandler(this.toolStripButton_普通_Click);
            //
            // toolStripButton_新建节点
            //
            this.toolStripButton_新建节点.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_新建节点.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_新建节点.Image")));
            this.toolStripButton_新建节点.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_新建节点.Name = "toolStripButton_新建节点";
            this.toolStripButton_新建节点.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_新建节点.Text = "添加节点";
            this.toolStripButton_新建节点.Click += new System.EventHandler(this.toolStripButton_新建节点_Click);
            //
            // toolStripButton_新建管线
            //
            this.toolStripButton_新建管线.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_新建管线.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_新建管线.Image")));
            this.toolStripButton_新建管线.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_新建管线.Name = "toolStripButton_新建管线";
            this.toolStripButton_新建管线.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_新建管线.Text = "添加管线";
            this.toolStripButton_新建管线.Click += new System.EventHandler(this.toolStripButton_新建管线_Click);
            //
            // toolStripButton_新建立管
            //
            this.toolStripButton_新建立管.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_新建立管.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_新建立管.Image")));
            this.toolStripButton_新建立管.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_新建立管.Name = "toolStripButton_新建立管";
            this.toolStripButton_新建立管.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_新建立管.Text = "添加管线";
            this.toolStripButton_新建立管.Click += new System.EventHandler(this.toolStripButton_新建立管_Click);
            //
            // toolStripButton_添加水库
            //
            this.toolStripButton_添加水库.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_添加水库.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_添加水库.Image")));
            this.toolStripButton_添加水库.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_添加水库.Name = "toolStripButton_添加水库";
            this.toolStripButton_添加水库.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_添加水库.Text = "添加水库";
            this.toolStripButton_添加水库.Click += new System.EventHandler(this.toolStripButton_添加水库_Click);
            //
            // toolStripButton_添加水池
            //
            this.toolStripButton_添加水池.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_添加水池.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_添加水池.Image")));
            this.toolStripButton_添加水池.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_添加水池.Name = "toolStripButton_添加水池";
            this.toolStripButton_添加水池.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_添加水池.Text = "添加水池";
            this.toolStripButton_添加水池.Click += new System.EventHandler(this.toolStripButton_添加水池_Click);
            //
            // toolStripButton_添加水泵
            //
            this.toolStripButton_添加水泵.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_添加水泵.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_添加水泵.Image")));
            this.toolStripButton_添加水泵.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_添加水泵.Name = "toolStripButton_添加水泵";
            this.toolStripButton_添加水泵.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_添加水泵.Text = "添加水泵";
            this.toolStripButton_添加水泵.Click += new System.EventHandler(this.toolStripButton_添加水泵_Click);
            //
            // toolStripButton_添加阀门
            //
            this.toolStripButton_添加阀门.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_添加阀门.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_添加阀门.Image")));
            this.toolStripButton_添加阀门.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_添加阀门.Name = "toolStripButton_添加阀门";
            this.toolStripButton_添加阀门.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_添加阀门.Text = "添加阀门";
            this.toolStripButton_添加阀门.Click += new System.EventHandler(this.toolStripButton_添加阀门_Click);
            //
            // toolStripButton_添加水表
            //
            this.toolStripButton_添加水表.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_添加水表.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_添加水表.Image")));
            this.toolStripButton_添加水表.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_添加水表.Name = "toolStripButton_添加水表";
            this.toolStripButton_添加水表.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_添加水表.Text = "添加水表";
            this.toolStripButton_添加水表.Click += new System.EventHandler(this.toolStripButton_添加水表_Click);
            //
            // toolStripButton_重复器
            //
            this.toolStripButton_重复器.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_重复器.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_重复器.Image")));
            this.toolStripButton_重复器.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_重复器.Name = "toolStripButton_重复器";
            this.toolStripButton_重复器.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_重复器.Text = "添加重复器";
            this.toolStripButton_重复器.Visible = false;
            this.toolStripButton_重复器.Click += new System.EventHandler(this.toolStripButton_重复器_Click);
            //
            // buttonUndo
            //
            this.buttonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonUndo.Image = ((System.Drawing.Image)(resources.GetObject("buttonUndo.Image")));
            this.buttonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonUndo.Name = "buttonUndo";
            this.buttonUndo.Size = new System.Drawing.Size(23, 22);
            this.buttonUndo.Text = "撤回";
            this.buttonUndo.Click += new System.EventHandler(this.buttonUndo_Click);
            //
            // buttonRedo
            //
            this.buttonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonRedo.Image = ((System.Drawing.Image)(resources.GetObject("buttonRedo.Image")));
            this.buttonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonRedo.Name = "buttonRedo";
            this.buttonRedo.Size = new System.Drawing.Size(23, 22);
            this.buttonRedo.Text = "重做";
            this.buttonRedo.Click += new System.EventHandler(this.buttonRedo_Click);
            //
            // toolStripButton_refresh
            //
            this.toolStripButton_refresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_refresh.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_refresh.Image")));
            this.toolStripButton_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_refresh.Name = "toolStripButton_refresh";
            this.toolStripButton_refresh.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_refresh.Text = "计算局部损失";
            this.toolStripButton_refresh.Click += new System.EventHandler(this.toolStripButton_CalcMiniLoss_Click);
            //
            // toolStripButton_ClearMinor
            //
            this.toolStripButton_ClearMinor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_ClearMinor.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_ClearMinor.Image")));
            this.toolStripButton_ClearMinor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_ClearMinor.Name = "toolStripButton_ClearMinor";
            this.toolStripButton_ClearMinor.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton_ClearMinor.Text = "清空局部损失";
            this.toolStripButton_ClearMinor.Click += new System.EventHandler(this.toolStripButton_ClearMinor_Click);
            //
            // toolStripSeparator4
            //
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButton_刷新
            //
            this.toolStripButton_刷新.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_刷新.Image")));
            this.toolStripButton_刷新.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_刷新.Name = "toolStripButton_刷新";
            this.toolStripButton_刷新.Size = new System.Drawing.Size(52, 22);
            this.toolStripButton_刷新.Text = "计算";
            this.toolStripButton_刷新.Click += new System.EventHandler(this.toolStripButton_计算_Click);
            //
            // toolStripDropDownButton_工具
            //
            this.toolStripDropDownButton_工具.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.水平旋转ToolStripMenuItem,
            this.轴旋转ToolStripMenuItem,
            this.轴镜像ToolStripMenuItem,
            this.toolStripSeparator7,
            this.缩放ToolStripMenuItem,
            this.关阀分析ToolStripMenuItem,
            this.连通性检查ToolStripMenuItem1,
            this.下游连通性ToolStripMenuItem,
            this.上游连通性ToolStripMenuItem,
            this.标高推测ToolStripMenuItem,
            this.标高导出ToolStripMenuItem,
            this.显示水流ToolStripMenuItem,
            this.方向修复ToolStripMenuItem,
            this.toolStripSeparator12,
            this.复制ToolStripMenuItem,
            this.粘贴ToolStripMenuItem,
            this.删除ToolStripMenuItem1,
            this.toolStripSeparator15,
            this.对齐ToolStripMenuItem,
            this.排列ToolStripMenuItem,
            this.toolStripSeparator22,
            this.楼层管理ToolStripMenuItem});
            this.toolStripDropDownButton_工具.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton_工具.Image")));
            this.toolStripDropDownButton_工具.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton_工具.Name = "toolStripDropDownButton_工具";
            this.toolStripDropDownButton_工具.Size = new System.Drawing.Size(61, 22);
            this.toolStripDropDownButton_工具.Text = "工具";
            //
            // æ°´å¹³æ—‹è½¬ToolStripMenuItem
            //
            this.水平旋转ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripTextBox_水平旋转角度});
            this.水平旋转ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("水平旋转ToolStripMenuItem.Image")));
            this.水平旋转ToolStripMenuItem.Name = "水平旋转ToolStripMenuItem";
            this.水平旋转ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.水平旋转ToolStripMenuItem.Text = "水平旋转";
            this.水平旋转ToolStripMenuItem.Click += new System.EventHandler(this.水平旋转ToolStripMenuItem_Click);
            //
            // toolStripTextBox_水平旋转角度
            //
            this.toolStripTextBox_水平旋转角度.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
            this.toolStripTextBox_水平旋转角度.Name = "toolStripTextBox_水平旋转角度";
            this.toolStripTextBox_水平旋转角度.Size = new System.Drawing.Size(100, 23);
            this.toolStripTextBox_水平旋转角度.Text = "45";
            //
            // è½´æ—‹è½¬ToolStripMenuItem
            //
            this.轴旋转ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("轴旋转ToolStripMenuItem.Image")));
            this.轴旋转ToolStripMenuItem.Name = "轴旋转ToolStripMenuItem";
            this.轴旋转ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.轴旋转ToolStripMenuItem.Text = "轴旋转";
            //
            // è½´é•œåƒToolStripMenuItem
            //
            this.轴镜像ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("轴镜像ToolStripMenuItem.Image")));
            this.轴镜像ToolStripMenuItem.Name = "轴镜像ToolStripMenuItem";
            this.轴镜像ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.轴镜像ToolStripMenuItem.Text = "轴镜像";
            //
            // toolStripSeparator7
            //
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(145, 6);
            //
            // ç¼©æ”¾ToolStripMenuItem
            //
            this.缩放ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripTextBox_缩放比例,
            this.toolStripMenuItem_放大2倍,
            this.toolStripMenuItem_缩小2倍});
            this.缩放ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("缩放ToolStripMenuItem.Image")));
            this.缩放ToolStripMenuItem.Name = "缩放ToolStripMenuItem";
            this.缩放ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.缩放ToolStripMenuItem.Text = "缩放";
            this.缩放ToolStripMenuItem.Click += new System.EventHandler(this.缩放ToolStripMenuItem_Click);
            //
            // toolStripTextBox_缩放比例
            //
            this.toolStripTextBox_缩放比例.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
            this.toolStripTextBox_缩放比例.Name = "toolStripTextBox_缩放比例";
            this.toolStripTextBox_缩放比例.Size = new System.Drawing.Size(100, 23);
            this.toolStripTextBox_缩放比例.Text = "0.5";
            //
            // toolStripMenuItem_放大2倍
            //
            this.toolStripMenuItem_放大2倍.Name = "toolStripMenuItem_放大2倍";
            this.toolStripMenuItem_放大2倍.Size = new System.Drawing.Size(160, 22);
            this.toolStripMenuItem_放大2倍.Text = "放大2倍";
            this.toolStripMenuItem_放大2倍.Click += new System.EventHandler(this.缩放ToolStripMenuItem_Click);
            //
            // toolStripMenuItem_缩小2倍
            //
            this.toolStripMenuItem_缩小2倍.Name = "toolStripMenuItem_缩小2倍";
            this.toolStripMenuItem_缩小2倍.Size = new System.Drawing.Size(160, 22);
            this.toolStripMenuItem_缩小2倍.Text = "缩小2倍";
            this.toolStripMenuItem_缩小2倍.Click += new System.EventHandler(this.缩放ToolStripMenuItem_Click);
            //
            // å…³é˜€åˆ†æžToolStripMenuItem
            //
            this.关阀分析ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.关阀分析不考虑水源ToolStripMenuItem});
            this.关阀分析ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关阀分析ToolStripMenuItem.Image")));
            this.关阀分析ToolStripMenuItem.Name = "关阀分析ToolStripMenuItem";
            this.关阀分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.关阀分析ToolStripMenuItem.Text = "关阀分析";
            this.关阀分析ToolStripMenuItem.Click += new System.EventHandler(this.关阀搜索考虑水源ToolStripMenuItem_Click);
            //
            // å…³é˜€åˆ†æžä¸è€ƒè™‘水源ToolStripMenuItem
            //
            this.关阀分析不考虑水源ToolStripMenuItem.Name = "关阀分析不考虑水源ToolStripMenuItem";
            this.关阀分析不考虑水源ToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
            this.关阀分析不考虑水源ToolStripMenuItem.Text = "关阀分析(不考虑水源)";
            this.关阀分析不考虑水源ToolStripMenuItem.Click += new System.EventHandler(this.关阀搜索ToolStripMenuItem_Click);
            //
            // è¿žé€šæ€§æ£€æŸ¥ToolStripMenuItem1
            //
            this.连通性检查ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("连通性检查ToolStripMenuItem1.Image")));
            this.连通性检查ToolStripMenuItem1.Name = "连通性检查ToolStripMenuItem1";
            this.连通性检查ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
            this.连通性检查ToolStripMenuItem1.Text = "连通性检查";
            this.连通性检查ToolStripMenuItem1.Click += new System.EventHandler(this.连通性检查ToolStripMenuItem1_Click);
            //
            // ä¸‹æ¸¸è¿žé€šæ€§ToolStripMenuItem
            //
            this.下游连通性ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("下游连通性ToolStripMenuItem.Image")));
            this.下游连通性ToolStripMenuItem.Name = "下游连通性ToolStripMenuItem";
            this.下游连通性ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.下游连通性ToolStripMenuItem.Text = "下游连通性";
            this.下游连通性ToolStripMenuItem.Click += new System.EventHandler(this.下游连通性ToolStripMenuItem_Click);
            //
            // ä¸Šæ¸¸è¿žé€šæ€§ToolStripMenuItem
            //
            this.上游连通性ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("上游连通性ToolStripMenuItem.Image")));
            this.上游连通性ToolStripMenuItem.Name = "上游连通性ToolStripMenuItem";
            this.上游连通性ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.上游连通性ToolStripMenuItem.Text = "上游连通性";
            //
            // æ ‡é«˜æŽ¨æµ‹ToolStripMenuItem
            //
            this.标高推测ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("标高推测ToolStripMenuItem.Image")));
            this.标高推测ToolStripMenuItem.Name = "标高推测ToolStripMenuItem";
            this.标高推测ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.标高推测ToolStripMenuItem.Text = "标高推测";
            this.标高推测ToolStripMenuItem.Click += new System.EventHandler(this.标高推测ToolStripMenuItem_Click);
            //
            // æ ‡é«˜å¯¼å‡ºToolStripMenuItem
            //
            this.标高导出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("标高导出ToolStripMenuItem.Image")));
            this.标高导出ToolStripMenuItem.Name = "标高导出ToolStripMenuItem";
            this.标高导出ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.标高导出ToolStripMenuItem.Text = "标高导出";
            this.标高导出ToolStripMenuItem.Click += new System.EventHandler(this.标高导出ToolStripMenuItem_Click);
            //
            // æ˜¾ç¤ºæ°´æµToolStripMenuItem
            //
            this.显示水流ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("显示水流ToolStripMenuItem.Image")));
            this.显示水流ToolStripMenuItem.Name = "显示水流ToolStripMenuItem";
            this.显示水流ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.显示水流ToolStripMenuItem.Text = "显示水流路线";
            this.显示水流ToolStripMenuItem.Click += new System.EventHandler(this.显示水流ToolStripMenuItem_Click);
            //
            // æ–¹å‘修复ToolStripMenuItem
            //
            this.方向修复ToolStripMenuItem.Name = "方向修复ToolStripMenuItem";
            this.方向修复ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.方向修复ToolStripMenuItem.Text = "方向修复";
            this.方向修复ToolStripMenuItem.Click += new System.EventHandler(this.方向修复ToolStripMenuItem_Click);
            //
            // toolStripSeparator12
            //
            this.toolStripSeparator12.Name = "toolStripSeparator12";
            this.toolStripSeparator12.Size = new System.Drawing.Size(145, 6);
            //
            // å¤åˆ¶ToolStripMenuItem
            //
            this.复制ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制ToolStripMenuItem.Image")));
            this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
            this.复制ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C";
            this.复制ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.复制ToolStripMenuItem.Text = "复制";
            this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
            //
            // ç²˜è´´ToolStripMenuItem
            //
            this.粘贴ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴ToolStripMenuItem.Image")));
            this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
            this.粘贴ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+V";
            this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.粘贴ToolStripMenuItem.Text = "粘贴";
            this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem1_Click);
            //
            // åˆ é™¤ToolStripMenuItem1
            //
            this.删除ToolStripMenuItem1.Name = "删除ToolStripMenuItem1";
            this.删除ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
            this.删除ToolStripMenuItem1.Text = "删除";
            this.删除ToolStripMenuItem1.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
            //
            // toolStripSeparator15
            //
            this.toolStripSeparator15.Name = "toolStripSeparator15";
            this.toolStripSeparator15.Size = new System.Drawing.Size(145, 6);
            //
            // å¯¹é½ToolStripMenuItem
            //
            this.对齐ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator16,
            this.东西对齐ToolStripMenuItem,
            this.南北对齐ToolStripMenuItem,
            this.竖直对齐ToolStripMenuItem,
            this.自动对齐ToolStripMenuItem});
            this.对齐ToolStripMenuItem.Name = "对齐ToolStripMenuItem";
            this.对齐ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.对齐ToolStripMenuItem.Text = "对齐";
            //
            // toolStripSeparator16
            //
            this.toolStripSeparator16.Name = "toolStripSeparator16";
            this.toolStripSeparator16.Size = new System.Drawing.Size(167, 6);
            //
            // ä¸œè¥¿å¯¹é½ToolStripMenuItem
            //
            this.东西对齐ToolStripMenuItem.Name = "东西对齐ToolStripMenuItem";
            this.东西对齐ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+1";
            this.东西对齐ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.东西对齐ToolStripMenuItem.Text = "东西对齐";
            this.东西对齐ToolStripMenuItem.Click += new System.EventHandler(this.东西对齐ToolStripMenuItem_Click);
            //
            // å—北对齐ToolStripMenuItem
            //
            this.南北对齐ToolStripMenuItem.Name = "南北对齐ToolStripMenuItem";
            this.南北对齐ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+~";
            this.南北对齐ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.南北对齐ToolStripMenuItem.Text = "南北对齐";
            this.南北对齐ToolStripMenuItem.Click += new System.EventHandler(this.南北对齐ToolStripMenuItem_Click);
            //
            // ç«–直对齐ToolStripMenuItem
            //
            this.竖直对齐ToolStripMenuItem.Name = "竖直对齐ToolStripMenuItem";
            this.竖直对齐ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+2";
            this.竖直对齐ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.竖直对齐ToolStripMenuItem.Text = "竖直对齐";
            this.竖直对齐ToolStripMenuItem.Click += new System.EventHandler(this.竖直对齐ToolStripMenuItem_Click);
            //
            // è‡ªåЍ坹齐ToolStripMenuItem
            //
            this.自动对齐ToolStripMenuItem.Name = "自动对齐ToolStripMenuItem";
            this.自动对齐ToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+3";
            this.自动对齐ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.自动对齐ToolStripMenuItem.Text = "自动对齐";
            this.自动对齐ToolStripMenuItem.Click += new System.EventHandler(this.自动对齐ToolStripMenuItem_Click);
            //
            // æŽ’列ToolStripMenuItem
            //
            this.排列ToolStripMenuItem.Name = "排列ToolStripMenuItem";
            this.排列ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.排列ToolStripMenuItem.Text = "排列";
            //
            // toolStripSeparator22
            //
            this.toolStripSeparator22.Name = "toolStripSeparator22";
            this.toolStripSeparator22.Size = new System.Drawing.Size(145, 6);
            //
            // æ¥¼å±‚管理ToolStripMenuItem
            //
            this.楼层管理ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("楼层管理ToolStripMenuItem.Image")));
            this.楼层管理ToolStripMenuItem.Name = "楼层管理ToolStripMenuItem";
            this.楼层管理ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.楼层管理ToolStripMenuItem.Text = "楼层管理";
            this.楼层管理ToolStripMenuItem.Click += new System.EventHandler(this.楼层管理ToolStripMenuItem_Click);
            //
            // toolStripSeparator8
            //
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripSplitButton1
            //
            this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.重置ToolStripMenuItem,
            this.toolStripSeparator14,
            this.toolStripMenuItem8,
            this.toolStripMenuItem7,
            this.toolStripMenuItem6,
            this.toolStripMenuItem5,
            this.toolStripMenuItem4,
            this.toolStripMenuItem3,
            this.toolStripMenuItem2,
            this.toolStripSeparator3,
            this.ToolStripMenuItem_Floor,
            this.显示全部楼层ToolStripMenuItem,
            this.保存楼层视角ToolStripMenuItem,
            this.刷新楼层ToolStripMenuItem});
            this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
            this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton1.Name = "toolStripSplitButton1";
            this.toolStripSplitButton1.Size = new System.Drawing.Size(64, 22);
            this.toolStripSplitButton1.Text = "视角";
            this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.tool视角_ButtonClick);
            //
            // é‡ç½®ToolStripMenuItem
            //
            this.重置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("重置ToolStripMenuItem.Image")));
            this.重置ToolStripMenuItem.Name = "重置ToolStripMenuItem";
            this.重置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.重置ToolStripMenuItem.Text = "重置";
            this.重置ToolStripMenuItem.Click += new System.EventHandler(this.重置视角ToolStripMenuItem_Click);
            //
            // toolStripSeparator14
            //
            this.toolStripSeparator14.Name = "toolStripSeparator14";
            this.toolStripSeparator14.Size = new System.Drawing.Size(145, 6);
            //
            // toolStripMenuItem8
            //
            this.toolStripMenuItem8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem8.Image")));
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem8.Text = "90";
            this.toolStripMenuItem8.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem7
            //
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem7.Text = "75";
            this.toolStripMenuItem7.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem6
            //
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem6.Text = "60";
            this.toolStripMenuItem6.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem5
            //
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem5.Text = "45";
            this.toolStripMenuItem5.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem4
            //
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem4.Text = "30";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem3
            //
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem3.Text = "15";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripMenuItem2
            //
            this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(148, 22);
            this.toolStripMenuItem2.Text = "0";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.tool设置俯视角度_Click);
            //
            // toolStripSeparator3
            //
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(145, 6);
            //
            // ToolStripMenuItem_Floor
            //
            this.ToolStripMenuItem_Floor.Name = "ToolStripMenuItem_Floor";
            this.ToolStripMenuItem_Floor.Size = new System.Drawing.Size(148, 22);
            this.ToolStripMenuItem_Floor.Text = "楼层";
            //
            // æ˜¾ç¤ºå…¨éƒ¨æ¥¼å±‚ToolStripMenuItem
            //
            this.显示全部楼层ToolStripMenuItem.Name = "显示全部楼层ToolStripMenuItem";
            this.显示全部楼层ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.显示全部楼层ToolStripMenuItem.Text = "显示全部楼层";
            this.显示全部楼层ToolStripMenuItem.Click += new System.EventHandler(this.显示全部楼层ToolStripMenuItem_Click);
            //
            // ä¿å­˜æ¥¼å±‚视角ToolStripMenuItem
            //
            this.保存楼层视角ToolStripMenuItem.Name = "保存楼层视角ToolStripMenuItem";
            this.保存楼层视角ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.保存楼层视角ToolStripMenuItem.Text = "保存楼层视角";
            this.保存楼层视角ToolStripMenuItem.Click += new System.EventHandler(this.保存楼层视角ToolStripMenuItem_Click);
            //
            // åˆ·æ–°æ¥¼å±‚ToolStripMenuItem
            //
            this.刷新楼层ToolStripMenuItem.Name = "刷新楼层ToolStripMenuItem";
            this.刷新楼层ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.刷新楼层ToolStripMenuItem.Text = "刷新楼层";
            this.刷新楼层ToolStripMenuItem.Click += new System.EventHandler(this.刷新楼层ToolStripMenuItem_Click);
            //
            // toolStripComboBox_浏览模式
            //
            this.toolStripComboBox_浏览模式.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.浏览模式ToolStripMenuItem,
            this.编辑模式ToolStripMenuItem});
            this.toolStripComboBox_浏览模式.Image = ((System.Drawing.Image)(resources.GetObject("toolStripComboBox_浏览模式.Image")));
            this.toolStripComboBox_浏览模式.Name = "toolStripComboBox_浏览模式";
            this.toolStripComboBox_浏览模式.Size = new System.Drawing.Size(88, 22);
            this.toolStripComboBox_浏览模式.Text = "编辑模式";
            this.toolStripComboBox_浏览模式.ButtonClick += new System.EventHandler(this.toolStripComboBox_expandRepeater_ButtonClick);
            //
            // æµè§ˆæ¨¡å¼ToolStripMenuItem
            //
            this.浏览模式ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("浏览模式ToolStripMenuItem.Image")));
            this.浏览模式ToolStripMenuItem.Name = "浏览模式ToolStripMenuItem";
            this.浏览模式ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.浏览模式ToolStripMenuItem.Text = "浏览模式";
            this.浏览模式ToolStripMenuItem.Click += new System.EventHandler(this.浏览模式ToolStripMenuItem_Click);
            //
            // ç¼–辑模式ToolStripMenuItem
            //
            this.编辑模式ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("编辑模式ToolStripMenuItem.Image")));
            this.编辑模式ToolStripMenuItem.Name = "编辑模式ToolStripMenuItem";
            this.编辑模式ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.编辑模式ToolStripMenuItem.Text = "编辑模式";
            this.编辑模式ToolStripMenuItem.Click += new System.EventHandler(this.浏览模式ToolStripMenuItem_Click);
            //
            // toolStripDropDownButton1
            //
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.显示节点ToolStripMenuItem,
            this.隐藏节点ToolStripMenuItem,
            this.节点大小ToolStripMenuItem,
            this.toolStripSeparator10,
            this.显示阀门ToolStripMenuItem,
            this.隐藏阀门ToolStripMenuItem,
            this.管线粗细ToolStripMenuItem,
            this.toolStripSeparator13,
            this.缩放级别ToolStripMenuItem,
            this.toolStripSeparator5,
            this.隐藏内容ToolStripMenuItem,
            this.toolStripSeparator17,
            this.添加底图ToolStripMenuItem,
            this.设置底图ToolStripMenuItem,
            this.显示隐藏底图ToolStripMenuItem,
            this.清除底图ToolStripMenuItem,
            this.toolStripSeparator18,
            this.显示状态ToolStripMenuItem,
            this.隐藏状态ToolStripMenuItem,
            this.toolStripSeparator19,
            this.显示流向ToolStripMenuItem,
            this.隐藏流向ToolStripMenuItem,
            this.toolStripSeparator20,
            this.颜色分级管理ToolStripMenuItem});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(85, 22);
            this.toolStripDropDownButton1.Text = "显示选项";
            //
            // æ˜¾ç¤ºèŠ‚ç‚¹ToolStripMenuItem
            //
            this.显示节点ToolStripMenuItem.Name = "显示节点ToolStripMenuItem";
            this.显示节点ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.显示节点ToolStripMenuItem.Text = "显示节点";
            this.显示节点ToolStripMenuItem.Click += new System.EventHandler(this.显示节点ToolStripMenuItem_Click);
            //
            // éšè—èŠ‚ç‚¹ToolStripMenuItem
            //
            this.隐藏节点ToolStripMenuItem.Name = "隐藏节点ToolStripMenuItem";
            this.隐藏节点ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.隐藏节点ToolStripMenuItem.Text = "隐藏节点";
            this.隐藏节点ToolStripMenuItem.Click += new System.EventHandler(this.隐藏节点ToolStripMenuItem_Click);
            //
            // èŠ‚ç‚¹å¤§å°ToolStripMenuItem
            //
            this.节点大小ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.大ToolStripMenuItem,
            this.中ToolStripMenuItem,
            this.小ToolStripMenuItem});
            this.节点大小ToolStripMenuItem.Name = "节点大小ToolStripMenuItem";
            this.节点大小ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.节点大小ToolStripMenuItem.Text = "节点大小";
            //
            // å¤§ToolStripMenuItem
            //
            this.大ToolStripMenuItem.Name = "大ToolStripMenuItem";
            this.大ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
            this.大ToolStripMenuItem.Text = "大";
            this.大ToolStripMenuItem.Click += new System.EventHandler(this.大ToolStripMenuItem_Click);
            //
            // ä¸­ToolStripMenuItem
            //
            this.中ToolStripMenuItem.Name = "中ToolStripMenuItem";
            this.中ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
            this.中ToolStripMenuItem.Text = "中";
            this.中ToolStripMenuItem.Click += new System.EventHandler(this.大ToolStripMenuItem_Click);
            //
            // å°ToolStripMenuItem
            //
            this.小ToolStripMenuItem.Name = "小ToolStripMenuItem";
            this.小ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
            this.小ToolStripMenuItem.Text = "小";
            this.小ToolStripMenuItem.Click += new System.EventHandler(this.大ToolStripMenuItem_Click);
            //
            // toolStripSeparator10
            //
            this.toolStripSeparator10.Name = "toolStripSeparator10";
            this.toolStripSeparator10.Size = new System.Drawing.Size(150, 6);
            //
            // æ˜¾ç¤ºé˜€é—¨ToolStripMenuItem
            //
            this.显示阀门ToolStripMenuItem.Name = "显示阀门ToolStripMenuItem";
            this.显示阀门ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.显示阀门ToolStripMenuItem.Text = "显示阀门";
            this.显示阀门ToolStripMenuItem.Click += new System.EventHandler(this.显示阀门ToolStripMenuItem_Click);
            //
            // éšè—é˜€é—¨ToolStripMenuItem
            //
            this.隐藏阀门ToolStripMenuItem.Name = "隐藏阀门ToolStripMenuItem";
            this.隐藏阀门ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.隐藏阀门ToolStripMenuItem.Text = "隐藏阀门";
            this.隐藏阀门ToolStripMenuItem.Click += new System.EventHandler(this.隐藏阀门ToolStripMenuItem_Click);
            //
            // ç®¡çº¿ç²—细ToolStripMenuItem
            //
            this.管线粗细ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.大ToolStripMenuItem1,
            this.中ToolStripMenuItem1,
            this.小ToolStripMenuItem1});
            this.管线粗细ToolStripMenuItem.Name = "管线粗细ToolStripMenuItem";
            this.管线粗细ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.管线粗细ToolStripMenuItem.Text = "管线粗细";
            //
            // å¤§ToolStripMenuItem1
            //
            this.大ToolStripMenuItem1.Name = "大ToolStripMenuItem1";
            this.大ToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
            this.大ToolStripMenuItem1.Text = "大";
            this.大ToolStripMenuItem1.Click += new System.EventHandler(this.大ToolStripMenuItem1_Click);
            //
            // ä¸­ToolStripMenuItem1
            //
            this.中ToolStripMenuItem1.Name = "中ToolStripMenuItem1";
            this.中ToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
            this.中ToolStripMenuItem1.Text = "中";
            this.中ToolStripMenuItem1.Click += new System.EventHandler(this.大ToolStripMenuItem1_Click);
            //
            // å°ToolStripMenuItem1
            //
            this.小ToolStripMenuItem1.Name = "小ToolStripMenuItem1";
            this.小ToolStripMenuItem1.Size = new System.Drawing.Size(88, 22);
            this.小ToolStripMenuItem1.Text = "小";
            this.小ToolStripMenuItem1.Click += new System.EventHandler(this.大ToolStripMenuItem1_Click);
            //
            // toolStripSeparator13
            //
            this.toolStripSeparator13.Name = "toolStripSeparator13";
            this.toolStripSeparator13.Size = new System.Drawing.Size(150, 6);
            //
            // ç¼©æ”¾çº§åˆ«ToolStripMenuItem
            //
            this.缩放级别ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.放大ToolStripMenuItem2,
            this.正常ToolStripMenuItem,
            this.缩小ToolStripMenuItem});
            this.缩放级别ToolStripMenuItem.Name = "缩放级别ToolStripMenuItem";
            this.缩放级别ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.缩放级别ToolStripMenuItem.Text = "缩放级别";
            //
            // æ”¾å¤§ToolStripMenuItem2
            //
            this.放大ToolStripMenuItem2.Name = "放大ToolStripMenuItem2";
            this.放大ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.放大ToolStripMenuItem2.Text = "放大";
            //
            // æ­£å¸¸ToolStripMenuItem
            //
            this.正常ToolStripMenuItem.Name = "正常ToolStripMenuItem";
            this.正常ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.正常ToolStripMenuItem.Text = "正常";
            //
            // ç¼©å°ToolStripMenuItem
            //
            this.缩小ToolStripMenuItem.Name = "缩小ToolStripMenuItem";
            this.缩小ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.缩小ToolStripMenuItem.Text = "缩小";
            //
            // toolStripSeparator5
            //
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(150, 6);
            //
            // éšè—å†…容ToolStripMenuItem
            //
            this.隐藏内容ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.显示所有隐藏内容ToolStripMenuItem,
            this.隐藏ToolStripMenuItem});
            this.隐藏内容ToolStripMenuItem.Name = "隐藏内容ToolStripMenuItem";
            this.隐藏内容ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.隐藏内容ToolStripMenuItem.Text = "隐藏内容";
            //
            // æ˜¾ç¤ºæ‰€æœ‰éšè—å†…容ToolStripMenuItem
            //
            this.显示所有隐藏内容ToolStripMenuItem.Name = "显示所有隐藏内容ToolStripMenuItem";
            this.显示所有隐藏内容ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.显示所有隐藏内容ToolStripMenuItem.Text = "显示所有隐藏内容";
            this.显示所有隐藏内容ToolStripMenuItem.Click += new System.EventHandler(this.显示所有隐藏内容ToolStripMenuItem_Click);
            //
            // éšè—ToolStripMenuItem
            //
            this.隐藏ToolStripMenuItem.Name = "隐藏ToolStripMenuItem";
            this.隐藏ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.隐藏ToolStripMenuItem.Text = "隐藏";
            //
            // toolStripSeparator17
            //
            this.toolStripSeparator17.Name = "toolStripSeparator17";
            this.toolStripSeparator17.Size = new System.Drawing.Size(150, 6);
            //
            // æ·»åŠ åº•å›¾ToolStripMenuItem
            //
            this.添加底图ToolStripMenuItem.Name = "添加底图ToolStripMenuItem";
            this.添加底图ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.添加底图ToolStripMenuItem.Text = "添加底图";
            this.添加底图ToolStripMenuItem.Click += new System.EventHandler(this.添加底图ToolStripMenuItem_Click);
            //
            // è®¾ç½®åº•图ToolStripMenuItem
            //
            this.设置底图ToolStripMenuItem.Name = "设置底图ToolStripMenuItem";
            this.设置底图ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.设置底图ToolStripMenuItem.Text = "设置底图";
            this.设置底图ToolStripMenuItem.Click += new System.EventHandler(this.设置底图ToolStripMenuItem_Click);
            //
            // æ˜¾ç¤ºéšè—åº•图ToolStripMenuItem
            //
            this.显示隐藏底图ToolStripMenuItem.Name = "显示隐藏底图ToolStripMenuItem";
            this.显示隐藏底图ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.显示隐藏底图ToolStripMenuItem.Text = "显示/隐藏底图";
            this.显示隐藏底图ToolStripMenuItem.Click += new System.EventHandler(this.显示隐藏底图ToolStripMenuItem_Click);
            //
            // æ¸…除底图ToolStripMenuItem
            //
            this.清除底图ToolStripMenuItem.Name = "清除底图ToolStripMenuItem";
            this.清除底图ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.清除底图ToolStripMenuItem.Text = "清除底图";
            this.清除底图ToolStripMenuItem.Click += new System.EventHandler(this.清除底图ToolStripMenuItem_Click);
            //
            // toolStripSeparator18
            //
            this.toolStripSeparator18.Name = "toolStripSeparator18";
            this.toolStripSeparator18.Size = new System.Drawing.Size(150, 6);
            //
            // æ˜¾ç¤ºçŠ¶æ€ToolStripMenuItem
            //
            this.显示状态ToolStripMenuItem.Name = "显示状态ToolStripMenuItem";
            this.显示状态ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.显示状态ToolStripMenuItem.Text = "显示状态";
            this.显示状态ToolStripMenuItem.Click += new System.EventHandler(this.显示状态ToolStripMenuItem_Click);
            //
            // éšè—çŠ¶æ€ToolStripMenuItem
            //
            this.隐藏状态ToolStripMenuItem.Name = "隐藏状态ToolStripMenuItem";
            this.隐藏状态ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.隐藏状态ToolStripMenuItem.Text = "隐藏状态";
            this.隐藏状态ToolStripMenuItem.Click += new System.EventHandler(this.隐藏状态ToolStripMenuItem_Click);
            //
            // toolStripSeparator19
            //
            this.toolStripSeparator19.Name = "toolStripSeparator19";
            this.toolStripSeparator19.Size = new System.Drawing.Size(150, 6);
            //
            // æ˜¾ç¤ºæµå‘ToolStripMenuItem
            //
            this.显示流向ToolStripMenuItem.Name = "显示流向ToolStripMenuItem";
            this.显示流向ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.显示流向ToolStripMenuItem.Text = "显示流向";
            this.显示流向ToolStripMenuItem.Click += new System.EventHandler(this.显示流向ToolStripMenuItem_Click);
            //
            // éšè—æµå‘ToolStripMenuItem
            //
            this.隐藏流向ToolStripMenuItem.Name = "隐藏流向ToolStripMenuItem";
            this.隐藏流向ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.隐藏流向ToolStripMenuItem.Text = "隐藏流向";
            this.隐藏流向ToolStripMenuItem.Click += new System.EventHandler(this.隐藏流向ToolStripMenuItem_Click);
            //
            // toolStripSeparator20
            //
            this.toolStripSeparator20.Name = "toolStripSeparator20";
            this.toolStripSeparator20.Size = new System.Drawing.Size(150, 6);
            //
            // é¢œè‰²åˆ†çº§ç®¡ç†ToolStripMenuItem
            //
            this.颜色分级管理ToolStripMenuItem.Name = "颜色分级管理ToolStripMenuItem";
            this.颜色分级管理ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.颜色分级管理ToolStripMenuItem.Text = "颜色分级管理";
            this.颜色分级管理ToolStripMenuItem.Click += new System.EventHandler(this.颜色分级管理ToolStripMenuItem_Click);
            //
            // cb_Node_Colour
            //
            this.cb_Node_Colour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_Node_Colour.DropDownWidth = 75;
            this.cb_Node_Colour.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cb_Node_Colour.Name = "cb_Node_Colour";
            this.cb_Node_Colour.Size = new System.Drawing.Size(75, 25);
            this.cb_Node_Colour.SelectedIndexChanged += new System.EventHandler(this.cb_Node_Colour_SelectedIndexChanged);
            //
            // cb_Link_Colour
            //
            this.cb_Link_Colour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_Link_Colour.DropDownWidth = 75;
            this.cb_Link_Colour.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cb_Link_Colour.Name = "cb_Link_Colour";
            this.cb_Link_Colour.Size = new System.Drawing.Size(75, 25);
            this.cb_Link_Colour.SelectedIndexChanged += new System.EventHandler(this.cb_Link_Colour_SelectedIndexChanged);
            //
            // tb_颜色分级设置
            //
            this.tb_颜色分级设置.Image = ((System.Drawing.Image)(resources.GetObject("tb_颜色分级设置.Image")));
            this.tb_颜色分级设置.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_颜色分级设置.Name = "tb_颜色分级设置";
            this.tb_颜色分级设置.Size = new System.Drawing.Size(52, 22);
            this.tb_颜色分级设置.Text = "分级";
            this.tb_颜色分级设置.Click += new System.EventHandler(this.颜色分级管理ToolStripMenuItem_Click);
            //
            // toolStripSeparator21
            //
            this.toolStripSeparator21.Name = "toolStripSeparator21";
            this.toolStripSeparator21.Size = new System.Drawing.Size(6, 25);
            //
            // å³é”®_Menu
            //
            this.右键_Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.视角ToolStripMenuItem,
            this.对齐ToolStripMenuItem1,
            this.toolStripSeparator6,
            this.设置长度ToolStripMenuItem,
            this.设为关闭ToolStripMenuItem,
            this.设为立管点ToolStripMenuItem,
            this.设为隐藏ToolStripMenuItem,
            this.显示ToolStripMenuItem,
            this.toolStripSeparator11,
            this.复制ToolStripMenuItem1,
            this.粘贴ToolStripMenuItem1,
            this.转换为ToolStripMenuItem,
            this.删除ToolStripMenuItem,
            this.toolStripSeparator9,
            this.全选ToolStripMenuItem,
            this.反选ToolStripMenuItem});
            this.右键_Menu.Name = "contextMenuStrip1";
            this.右键_Menu.Size = new System.Drawing.Size(146, 308);
            //
            // è§†è§’ToolStripMenuItem
            //
            this.视角ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.默认视角ToolStripMenuItem,
            this.toolStripSeparator23,
            this.俯视图ToolStripMenuItem,
            this.正视图ToolStripMenuItem,
            this.重置视角ToolStripMenuItem});
            this.视角ToolStripMenuItem.Name = "视角ToolStripMenuItem";
            this.视角ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.视角ToolStripMenuItem.Text = "视角";
            //
            // é»˜è®¤è§†è§’ToolStripMenuItem
            //
            this.默认视角ToolStripMenuItem.Name = "默认视角ToolStripMenuItem";
            this.默认视角ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.默认视角ToolStripMenuItem.Text = "默认视角";
            this.默认视角ToolStripMenuItem.Click += new System.EventHandler(this.默认视角ToolStripMenuItem_Click);
            //
            // toolStripSeparator23
            //
            this.toolStripSeparator23.Name = "toolStripSeparator23";
            this.toolStripSeparator23.Size = new System.Drawing.Size(121, 6);
            //
            // ä¿¯è§†å›¾ToolStripMenuItem
            //
            this.俯视图ToolStripMenuItem.Name = "俯视图ToolStripMenuItem";
            this.俯视图ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.俯视图ToolStripMenuItem.Text = "俯视图";
            this.俯视图ToolStripMenuItem.Click += new System.EventHandler(this.俯视图ToolStripMenuItem_Click);
            //
            // æ­£è§†å›¾ToolStripMenuItem
            //
            this.正视图ToolStripMenuItem.Name = "正视图ToolStripMenuItem";
            this.正视图ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.正视图ToolStripMenuItem.Text = "正视图";
            this.正视图ToolStripMenuItem.Click += new System.EventHandler(this.正视图ToolStripMenuItem_Click);
            //
            // é‡ç½®è§†è§’ToolStripMenuItem
            //
            this.重置视角ToolStripMenuItem.Name = "重置视角ToolStripMenuItem";
            this.重置视角ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.重置视角ToolStripMenuItem.Text = "重置视角";
            this.重置视角ToolStripMenuItem.Click += new System.EventHandler(this.重置视角ToolStripMenuItem_Click);
            //
            // å¯¹é½ToolStripMenuItem1
            //
            this.对齐ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.东西对齐ToolStripMenuItem1,
            this.南北对齐ToolStripMenuItem1,
            this.竖直对齐ToolStripMenuItem1,
            this.自动对齐ToolStripMenuItem1});
            this.对齐ToolStripMenuItem1.Name = "对齐ToolStripMenuItem1";
            this.对齐ToolStripMenuItem1.Size = new System.Drawing.Size(145, 22);
            this.对齐ToolStripMenuItem1.Text = "对齐";
            //
            // ä¸œè¥¿å¯¹é½ToolStripMenuItem1
            //
            this.东西对齐ToolStripMenuItem1.Name = "东西对齐ToolStripMenuItem1";
            this.东西对齐ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+~";
            this.东西对齐ToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.东西对齐ToolStripMenuItem1.Text = "东西对齐";
            this.东西对齐ToolStripMenuItem1.Click += new System.EventHandler(this.东西对齐ToolStripMenuItem_Click);
            //
            // å—北对齐ToolStripMenuItem1
            //
            this.南北对齐ToolStripMenuItem1.Name = "南北对齐ToolStripMenuItem1";
            this.南北对齐ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+1";
            this.南北对齐ToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.南北对齐ToolStripMenuItem1.Text = "南北对齐";
            this.南北对齐ToolStripMenuItem1.Click += new System.EventHandler(this.南北对齐ToolStripMenuItem_Click);
            //
            // ç«–直对齐ToolStripMenuItem1
            //
            this.竖直对齐ToolStripMenuItem1.Name = "竖直对齐ToolStripMenuItem1";
            this.竖直对齐ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+2";
            this.竖直对齐ToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.竖直对齐ToolStripMenuItem1.Text = "竖直对齐";
            this.竖直对齐ToolStripMenuItem1.Click += new System.EventHandler(this.竖直对齐ToolStripMenuItem_Click);
            //
            // è‡ªåЍ坹齐ToolStripMenuItem1
            //
            this.自动对齐ToolStripMenuItem1.Name = "自动对齐ToolStripMenuItem1";
            this.自动对齐ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+3";
            this.自动对齐ToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.自动对齐ToolStripMenuItem1.Text = "自动对齐";
            this.自动对齐ToolStripMenuItem1.Click += new System.EventHandler(this.自动对齐ToolStripMenuItem_Click);
            //
            // toolStripSeparator6
            //
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(142, 6);
            //
            // è®¾ç½®é•¿åº¦ToolStripMenuItem
            //
            this.设置长度ToolStripMenuItem.Name = "设置长度ToolStripMenuItem";
            this.设置长度ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.设置长度ToolStripMenuItem.Text = "设置长度";
            this.设置长度ToolStripMenuItem.Click += new System.EventHandler(this.设置长度ToolStripMenuItem_Click);
            //
            // è®¾ä¸ºå…³é—­ToolStripMenuItem
            //
            this.设为关闭ToolStripMenuItem.Name = "设为关闭ToolStripMenuItem";
            this.设为关闭ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.设为关闭ToolStripMenuItem.Text = "设为关闭";
            this.设为关闭ToolStripMenuItem.Click += new System.EventHandler(this.设为关闭ToolStripMenuItem_Click);
            //
            // è®¾ä¸ºç«‹ç®¡ç‚¹ToolStripMenuItem
            //
            this.设为立管点ToolStripMenuItem.Name = "设为立管点ToolStripMenuItem";
            this.设为立管点ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.设为立管点ToolStripMenuItem.Text = "设为立管点";
            this.设为立管点ToolStripMenuItem.Click += new System.EventHandler(this.设为立管点ToolStripMenuItem_Click);
            //
            // è®¾ä¸ºéšè—ToolStripMenuItem
            //
            this.设为隐藏ToolStripMenuItem.Name = "设为隐藏ToolStripMenuItem";
            this.设为隐藏ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.设为隐藏ToolStripMenuItem.Text = "设为隐藏";
            this.设为隐藏ToolStripMenuItem.Click += new System.EventHandler(this.设为隐藏ToolStripMenuItem_Click);
            //
            // æ˜¾ç¤ºToolStripMenuItem
            //
            this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
            this.显示ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.显示ToolStripMenuItem.Text = "全部显示";
            this.显示ToolStripMenuItem.Click += new System.EventHandler(this.全部显示ToolStripMenuItem_Click);
            //
            // toolStripSeparator11
            //
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(142, 6);
            //
            // å¤åˆ¶ToolStripMenuItem1
            //
            this.复制ToolStripMenuItem1.Name = "复制ToolStripMenuItem1";
            this.复制ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+C";
            this.复制ToolStripMenuItem1.Size = new System.Drawing.Size(145, 22);
            this.复制ToolStripMenuItem1.Text = "复制";
            this.复制ToolStripMenuItem1.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
            //
            // ç²˜è´´ToolStripMenuItem1
            //
            this.粘贴ToolStripMenuItem1.Name = "粘贴ToolStripMenuItem1";
            this.粘贴ToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+V";
            this.粘贴ToolStripMenuItem1.Size = new System.Drawing.Size(145, 22);
            this.粘贴ToolStripMenuItem1.Text = "粘贴";
            this.粘贴ToolStripMenuItem1.Click += new System.EventHandler(this.粘贴ToolStripMenuItem1_Click);
            //
            // è½¬æ¢ä¸ºToolStripMenuItem
            //
            this.转换为ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.基本节点ToolStripMenuItem,
            this.用户点ToolStripMenuItem,
            this.水库ToolStripMenuItem,
            this.æ°´æ± ToolStripMenuItem});
            this.转换为ToolStripMenuItem.Name = "转换为ToolStripMenuItem";
            this.转换为ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.转换为ToolStripMenuItem.Text = "转换为";
            //
            // åŸºæœ¬èŠ‚ç‚¹ToolStripMenuItem
            //
            this.基本节点ToolStripMenuItem.Name = "基本节点ToolStripMenuItem";
            this.基本节点ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.基本节点ToolStripMenuItem.Text = "基本节点";
            this.基本节点ToolStripMenuItem.Click += new System.EventHandler(this.转换ToolStripMenuItem_Click);
            //
            // ç”¨æˆ·ç‚¹ToolStripMenuItem
            //
            this.用户点ToolStripMenuItem.Name = "用户点ToolStripMenuItem";
            this.用户点ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.用户点ToolStripMenuItem.Text = "水表";
            this.用户点ToolStripMenuItem.Click += new System.EventHandler(this.转换ToolStripMenuItem_Click);
            //
            // æ°´åº“ToolStripMenuItem
            //
            this.水库ToolStripMenuItem.Name = "水库ToolStripMenuItem";
            this.水库ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.水库ToolStripMenuItem.Text = "水库";
            this.水库ToolStripMenuItem.Click += new System.EventHandler(this.转换ToolStripMenuItem_Click);
            //
            // æ°´æ± ToolStripMenuItem
            //
            this.æ°´æ± ToolStripMenuItem.Name = "æ°´æ± ToolStripMenuItem";
            this.æ°´æ± ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.æ°´æ± ToolStripMenuItem.Text = "æ°´æ± ";
            this.æ°´æ± ToolStripMenuItem.Click += new System.EventHandler(this.转换ToolStripMenuItem_Click);
            //
            // åˆ é™¤ToolStripMenuItem
            //
            this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
            this.删除ToolStripMenuItem.ShortcutKeyDisplayString = "Delete";
            this.删除ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.删除ToolStripMenuItem.Text = "删除";
            this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
            //
            // toolStripSeparator9
            //
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(142, 6);
            //
            // å…¨é€‰ToolStripMenuItem
            //
            this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
            this.全选ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.全选ToolStripMenuItem.Text = "全选";
            this.全选ToolStripMenuItem.Click += new System.EventHandler(this.全选ToolStripMenuItem_Click);
            //
            // åé€‰ToolStripMenuItem
            //
            this.反选ToolStripMenuItem.Name = "反选ToolStripMenuItem";
            this.反选ToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
            this.反选ToolStripMenuItem.Text = "反选";
            this.反选ToolStripMenuItem.Click += new System.EventHandler(this.反选ToolStripMenuItem_Click);
            //
            // timer_draw
            //
            this.timer_draw.Enabled = true;
            this.timer_draw.Interval = 33;
            this.timer_draw.Tick += new System.EventHandler(this.timer_draw_Tick);
            //
            // map
            //
            this.map._newTemplate = null;
            this.map.Dock = System.Windows.Forms.DockStyle.Fill;
            this.map.Location = new System.Drawing.Point(0, 24);
            this.map.mapOption = ((Hydro.MapView.MapDimensions)(resources.GetObject("map.mapOption")));
            this.map.Name = "map";
            this.map.Size = new System.Drawing.Size(1051, 576);
            this.map.TabIndex = 8;
            //
            // ViewBrowser
            //
            this.Controls.Add(this.map);
            this.Controls.Add(this.panel1);
            this.Name = "ViewBrowser";
            this.Size = new System.Drawing.Size(1051, 600);
            this.Load += new System.EventHandler(this.MapViewer_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MapViewer_KeyDown);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MapViewer_KeyPress);
            this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MapViewer_PreKeyPress);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.右键_Menu.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        private Bitmap buffer;
        private ToolStripMenuItem ä¿¯è§†å›¾ToolStripMenuItem;
        private ToolStripMenuItem æ­£è§†å›¾ToolStripMenuItem;
        private ToolStripMenuItem é‡ç½®è§†è§’ToolStripMenuItem;
        private ToolStripMenuItem è®¾ä¸ºéšè—ToolStripMenuItem;
        private ToolStripMenuItem æ˜¾ç¤ºToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator11;
        private ToolStripMenuItem å¤åˆ¶ToolStripMenuItem;
        private ToolStripMenuItem ç²˜è´´ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator12;
        private ToolStripMenuItem è®¾ç½®é•¿åº¦ToolStripMenuItem;
        private ToolStripMenuItem æ ‡é«˜æŽ¨æµ‹ToolStripMenuItem;
        private ToolStripMenuItem æ ‡é«˜å¯¼å‡ºToolStripMenuItem;
        private ToolStripSplitButton toolStripButton_save;
        private ToolStripMenuItem å¦å­˜ä¸ºToolStripMenuItem;
        private ToolStripMenuItem ä»¥å½“前视角另存ToolStripMenuItem;
        private ToolStripMenuItem è¿žé€šæ€§æ£€æŸ¥ToolStripMenuItem1;
        private ToolStripMenuItem å¤åˆ¶ToolStripMenuItem1;
        private ToolStripMenuItem ç²˜è´´ToolStripMenuItem1;
        private ToolStripMenuItem å¢žé‡ä¿å­˜ToolStripMenuItem;
        private ToolStripMenuItem è®¾ä¸ºå…³é—­ToolStripMenuItem;
        private ToolStripDropDownButton toolStripDropDownButton1;
        private ToolStripMenuItem æ˜¾ç¤ºèŠ‚ç‚¹ToolStripMenuItem;
        private ToolStripMenuItem éšè—èŠ‚ç‚¹ToolStripMenuItem;
        private ToolStripMenuItem èŠ‚ç‚¹å¤§å°ToolStripMenuItem;
        private ToolStripMenuItem å¤§ToolStripMenuItem;
        private ToolStripMenuItem ä¸­ToolStripMenuItem;
        private ToolStripMenuItem å°ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator10;
        private ToolStripMenuItem æ˜¾ç¤ºé˜€é—¨ToolStripMenuItem;
        private ToolStripMenuItem éšè—é˜€é—¨ToolStripMenuItem;
        private ToolStripMenuItem ç®¡çº¿ç²—细ToolStripMenuItem;
        private ToolStripMenuItem å¤§ToolStripMenuItem1;
        private ToolStripMenuItem ä¸­ToolStripMenuItem1;
        private ToolStripMenuItem å°ToolStripMenuItem1;
        private ToolStripSeparator toolStripSeparator13;
        private ToolStripMenuItem ç¼©æ”¾çº§åˆ«ToolStripMenuItem;
        private ToolStripMenuItem æ”¾å¤§ToolStripMenuItem2;
        private ToolStripMenuItem æ­£å¸¸ToolStripMenuItem;
        private ToolStripMenuItem ç¼©å°ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator5;
        private ToolStripMenuItem éšè—å†…容ToolStripMenuItem;
        private ToolStripMenuItem æ˜¾ç¤ºæ‰€æœ‰éšè—å†…容ToolStripMenuItem;
        private ToolStripMenuItem éšè—ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator14;
        private ToolStripMenuItem ToolStripMenuItem_Floor;
        private ToolStripMenuItem ä¿å­˜æ¥¼å±‚视角ToolStripMenuItem;
        private ToolStripMenuItem æ˜¾ç¤ºå…¨éƒ¨æ¥¼å±‚ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator15;
        private ToolStripMenuItem å¯¹é½ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator16;
        private ToolStripMenuItem å—北对齐ToolStripMenuItem;
        private ToolStripMenuItem ä¸œè¥¿å¯¹é½ToolStripMenuItem;
        private ToolStripMenuItem ç«–直对齐ToolStripMenuItem;
        private ToolStripMenuItem æŽ’列ToolStripMenuItem;
        private ToolStripMenuItem å¯¹é½ToolStripMenuItem1;
        private ToolStripMenuItem ä¸œè¥¿å¯¹é½ToolStripMenuItem1;
        private ToolStripMenuItem å—北对齐ToolStripMenuItem1;
        private ToolStripMenuItem è‡ªåЍ坹齐ToolStripMenuItem;
        private ToolStripMenuItem ç«–直对齐ToolStripMenuItem1;
        private ToolStripMenuItem è‡ªåЍ坹齐ToolStripMenuItem1;
        private ToolStripMenuItem åˆ é™¤ToolStripMenuItem1;
        private ToolStripSeparator toolStripSeparator17;
        private ToolStripMenuItem æ·»åŠ åº•å›¾ToolStripMenuItem;
        private ToolStripMenuItem è®¾ç½®åº•图ToolStripMenuItem;
        private ToolStripMenuItem æ˜¾ç¤ºéšè—åº•图ToolStripMenuItem;
        private ToolStripMenuItem æ¸…除底图ToolStripMenuItem;
        private ToolStripMenuItem è®¾ä¸ºç«‹ç®¡ç‚¹ToolStripMenuItem;
        private ToolStripMenuItem ä¸‹æ¸¸è¿žé€šæ€§ToolStripMenuItem;
        private ToolStripMenuItem ä¸Šæ¸¸è¿žé€šæ€§ToolStripMenuItem;
        private Panel panel1;
        private ToolStrip toolStrip1;
        private ToolStripSplitButton toolStripSplitButton1;
        private ToolStripMenuItem toolStripMenuItem2;
        private ToolStripMenuItem toolStripMenuItem3;
        private ToolStripMenuItem toolStripMenuItem4;
        private ToolStripMenuItem toolStripMenuItem5;
        private ToolStripMenuItem toolStripMenuItem6;
        private ToolStripMenuItem toolStripMenuItem7;
        private ToolStripMenuItem toolStripMenuItem8;
        private ToolStripSeparator toolStripSeparator2;
        private ToolStripButton toolStripButton_新建节点;
        private ToolStripButton toolStripButton_新建管线;
        private ToolStripButton toolStripButton_添加水库;
        private ToolStripButton toolStripButton_添加水池;
        private ToolStripButton toolStripButton_添加水泵;
        private ToolStripButton toolStripButton_添加阀门;
        private ToolStripButton toolStripButton_添加水表;
        private ToolStripMenuItem é‡ç½®ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator3;
        private ToolStripSeparator toolStripSeparator4;
        private ToolStripButton toolStripButton_重复器;
        private ToolStripButton toolStripButton_普通;
        private ContextMenuStrip å³é”®_Menu;
        private ToolStripMenuItem è½¬æ¢ä¸ºToolStripMenuItem;
        private ToolStripMenuItem åŸºæœ¬èŠ‚ç‚¹ToolStripMenuItem;
        private ToolStripMenuItem ç”¨æˆ·ç‚¹ToolStripMenuItem;
        private ToolStripMenuItem æ°´åº“ToolStripMenuItem;
        private ToolStripMenuItem æ°´æ± ToolStripMenuItem;
        private ToolStripMenuItem åˆ é™¤ToolStripMenuItem;
        private ToolStripMenuItem è§†è§’ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator6;
        private ToolStripSplitButton toolStripComboBox_浏览模式;
        private ToolStripMenuItem æµè§ˆæ¨¡å¼ToolStripMenuItem;
        private ToolStripMenuItem ç¼–辑模式ToolStripMenuItem;
        private ToolStripDropDownButton toolStripDropDownButton_工具;
        private ToolStripMenuItem æ°´å¹³æ—‹è½¬ToolStripMenuItem;
        private ToolStripMenuItem è½´æ—‹è½¬ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator7;
        private ToolStripMenuItem ç¼©æ”¾ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator8;
        private ToolStripButton buttonUndo;
        private ToolStripButton buttonRedo;
        private ToolStripMenuItem è½´é•œåƒToolStripMenuItem;
        private ToolStripTextBox toolStripTextBox_水平旋转角度;
        private ToolStripTextBox toolStripTextBox_缩放比例;
        private ToolStripMenuItem toolStripMenuItem_放大2倍;
        private ToolStripMenuItem toolStripMenuItem_缩小2倍;
        private ToolStripButton toolStripButton_刷新;
        private bool is45view = true;
        private ToolStripMenuItem å…³é˜€åˆ†æžToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator9;
        //private ToolStripSplitButton toolStripDropDownButton1;
        //private ToolStripMenuItem æ˜¾ç¤ºèŠ‚ç‚¹ToolStripMenuItem;
        //private ToolStripMenuItem éšè—èŠ‚ç‚¹ToolStripMenuItem;
        //private ToolStripSeparator toolStripSeparator10;
        //private ToolStripMenuItem æ˜¾ç¤ºé˜€é—¨ToolStripMenuItem;
        //private ToolStripMenuItem éšè—é˜€é—¨ToolStripMenuItem;
        //private ToolStripMenuItem èŠ‚ç‚¹å¤§å°ToolStripMenuItem;
        //private ToolStripMenuItem å¤§ToolStripMenuItem;
        //private ToolStripMenuItem ä¸­ToolStripMenuItem;
        //private ToolStripMenuItem å°ToolStripMenuItem;
        //private ToolStripMenuItem ç®¡çº¿ç²—细ToolStripMenuItem;
        //private ToolStripMenuItem å¤§ToolStripMenuItem1;
        //private ToolStripMenuItem ä¸­ToolStripMenuItem1;
        //private ToolStripMenuItem å°ToolStripMenuItem1;
        private ToolStripMenuItem å…³é˜€åˆ†æžä¸è€ƒè™‘水源ToolStripMenuItem;
        //private ToolStripSeparator toolStripSeparator5;
        //private ToolStripMenuItem ç¼©æ”¾çº§åˆ«ToolStripMenuItem;
        //private ToolStripMenuItem æ”¾å¤§ToolStripMenuItem2;
        //private ToolStripMenuItem æ­£å¸¸ToolStripMenuItem;
        //private ToolStripMenuItem ç¼©å°ToolStripMenuItem;
        #endregion
        #endregion
        private ToolStripMenuItem æ˜¾ç¤ºæ°´æµToolStripMenuItem;
        private ToolStripMenuItem å…¨é€‰ToolStripMenuItem;
        private ToolStripMenuItem åé€‰ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator18;
        private ToolStripMenuItem æ˜¾ç¤ºçŠ¶æ€ToolStripMenuItem;
        private ToolStripMenuItem éšè—çŠ¶æ€ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator19;
        private ToolStripMenuItem æ˜¾ç¤ºæµå‘ToolStripMenuItem;
        private ToolStripMenuItem éšè—æµå‘ToolStripMenuItem;
        private ToolStripButton toolStripButton_新建立管;
      private ToolStripMenuItem æ–¹å‘修复ToolStripMenuItem;
        private ToolStripMenuItem åˆ·æ–°æ¥¼å±‚ToolStripMenuItem;
        private ToolStripButton toolStripButton_refresh;
        private ToolStripButton toolStripButton_ClearMinor;
        public ToolStripComboBox cb_Link_Colour;
        public ToolStripComboBox cb_Node_Colour;
        private ToolStripSeparator toolStripSeparator20;
        private ToolStripMenuItem é¢œè‰²åˆ†çº§ç®¡ç†ToolStripMenuItem;
        private ToolStripButton tb_颜色分级设置;
        private ToolStripSeparator toolStripSeparator21;
        private Timer timer_draw;
        private ToolStripSeparator toolStripSeparator22;
        private ToolStripMenuItem æ¥¼å±‚管理ToolStripMenuItem;
        private ToolStripMenuItem é»˜è®¤è§†è§’ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator23;
        private DMap map;
    }
}