qin
2024-06-04 77ab118a04eb43da0ce07b2f22d4a4bc82f04a7f
Hydraulic/Hydro.MapUI/Map/MapViewer.Designer.cs
@@ -118,11 +118,11 @@
            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.toolStripSeparator7 = 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();
@@ -236,8 +236,8 @@
            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.MapUI.DMap();
            this.水量分配ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.map = new Hydro.MapUI.DMap();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
@@ -616,8 +616,8 @@
            this.水平旋转ToolStripMenuItem,
            this.轴旋转ToolStripMenuItem,
            this.轴镜像ToolStripMenuItem,
            this.toolStripSeparator7,
            this.缩放ToolStripMenuItem,
            this.toolStripSeparator7,
            this.关阀分析ToolStripMenuItem,
            this.连通性检查ToolStripMenuItem1,
            this.下游连通性ToolStripMenuItem,
@@ -672,11 +672,6 @@
            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[] {
@@ -709,6 +704,11 @@
            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);
            //
            // toolStripSeparator7
            //
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(145, 6);
            // 
            // 关阀分析ToolStripMenuItem
            // 
@@ -1582,6 +1582,12 @@
            this.timer_draw.Interval = 33;
            this.timer_draw.Tick += new System.EventHandler(this.timer_draw_Tick);
            // 
            // 水量分配ToolStripMenuItem
            //
            this.水量分配ToolStripMenuItem.Name = "水量分配ToolStripMenuItem";
            this.水量分配ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.水量分配ToolStripMenuItem.Text = "水量分配";
            //
            // map
            // 
            this.map._newTemplate = null;
@@ -1591,12 +1597,6 @@
            this.map.Name = "map";
            this.map.Size = new System.Drawing.Size(1051, 554);
            this.map.TabIndex = 8;
            //
            // 水量分配ToolStripMenuItem
            //
            this.水量分配ToolStripMenuItem.Name = "水量分配ToolStripMenuItem";
            this.水量分配ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.水量分配ToolStripMenuItem.Text = "水量分配";
            // 
            // MapViewer
            //