cloudflight
2024-07-27 49eb2a09634e439090d4a2b13ec7d6f911d3deaf
Hydraulic/Hydro.MapUI/Map/MapViewer.Designer.cs
@@ -112,6 +112,7 @@
            this.toolStripButton_ClearMinor = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_刷新 = new System.Windows.Forms.ToolStripButton();
            this.btn_拓扑检查 = new System.Windows.Forms.ToolStripButton();
            this.btn_水量初分配 = new System.Windows.Forms.ToolStripButton();
            this.toolStripDropDownButton_工具 = new System.Windows.Forms.ToolStripDropDownButton();
            this.水平旋转ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -240,7 +241,6 @@
            this.timer_draw = new System.Windows.Forms.Timer(this.components);
            this.map = new Hydro.MapUI.DMap();
            this.CubeView = new Hydro.MapUI.DMap();
            this.btn_拓扑检查 = new System.Windows.Forms.ToolStripButton();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
@@ -603,6 +603,15 @@
            this.toolStripButton_刷新.Size = new System.Drawing.Size(52, 22);
            this.toolStripButton_刷新.Text = "计算";
            this.toolStripButton_刷新.Click += new System.EventHandler(this.toolStripButton_计算_Click);
            //
            // btn_拓扑检查
            //
            this.btn_拓扑检查.Image = ((System.Drawing.Image)(resources.GetObject("btn_拓扑检查.Image")));
            this.btn_拓扑检查.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_拓扑检查.Name = "btn_拓扑检查";
            this.btn_拓扑检查.Size = new System.Drawing.Size(76, 22);
            this.btn_拓扑检查.Text = "拓扑检查";
            this.btn_拓扑检查.Click += new System.EventHandler(this.btn_拓扑检查_Click);
            // 
            // btn_水量初分配
            // 
@@ -1622,15 +1631,6 @@
            this.CubeView.Name = "CubeView";
            this.CubeView.Size = new System.Drawing.Size(120, 120);
            this.CubeView.TabIndex = 0;
            //
            // btn_拓扑检查
            //
            this.btn_拓扑检查.Image = ((System.Drawing.Image)(resources.GetObject("btn_拓扑检查.Image")));
            this.btn_拓扑检查.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_拓扑检查.Name = "btn_拓扑检查";
            this.btn_拓扑检查.Size = new System.Drawing.Size(76, 22);
            this.btn_拓扑检查.Text = "拓扑检查";
            this.btn_拓扑检查.Click += new System.EventHandler(this.btn_拓扑检查_Click);
            // 
            // MapViewer
            //