cloudflight
2024-06-08 531e9b2ccf0ddf87f776f43378650d5169292bcb
Hydraulic/Hydro.MapUI/Map/MapViewer.Designer.cs
@@ -109,20 +109,20 @@
            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.btn_水量初分配 = 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.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();
@@ -146,6 +146,8 @@
            this.排列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator22 = 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.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.重置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -341,10 +343,10 @@
            this.toolStripButton_重复器,
            this.buttonUndo,
            this.buttonRedo,
            this.toolStripButton_refresh,
            this.toolStripButton_ClearMinor,
            this.toolStripSeparator4,
            this.toolStripButton_刷新,
            this.btn_水量初分配,
            this.toolStripDropDownButton_工具,
            this.toolStripSeparator8,
            this.toolStripSplitButton1,
@@ -356,7 +358,7 @@
            this.toolStripSeparator21});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1019, 25);
            this.toolStrip1.Size = new System.Drawing.Size(1114, 25);
            this.toolStrip1.TabIndex = 6;
            this.toolStrip1.Text = "toolStrip1";
            // 
@@ -575,16 +577,6 @@
            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;
@@ -609,14 +601,23 @@
            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(64, 22);
            this.btn_水量初分配.Text = "初分配";
            this.btn_水量初分配.Click += new System.EventHandler(this.btn_初分配_Click);
            //
            // toolStripDropDownButton_工具
            // 
            this.toolStripDropDownButton_工具.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.水平旋转ToolStripMenuItem,
            this.轴旋转ToolStripMenuItem,
            this.轴镜像ToolStripMenuItem,
            this.toolStripSeparator7,
            this.缩放ToolStripMenuItem,
            this.toolStripSeparator7,
            this.关阀分析ToolStripMenuItem,
            this.连通性检查ToolStripMenuItem1,
            this.下游连通性ToolStripMenuItem,
@@ -633,7 +634,9 @@
            this.对齐ToolStripMenuItem,
            this.排列ToolStripMenuItem,
            this.toolStripSeparator22,
            this.楼层管理ToolStripMenuItem});
            this.楼层管理ToolStripMenuItem,
            this.水量分配ToolStripMenuItem,
            this.计算局部损失ToolStripMenuItem});
            this.toolStripDropDownButton_工具.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton_工具.Image")));
            this.toolStripDropDownButton_工具.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton_工具.Name = "toolStripDropDownButton_工具";
@@ -671,11 +674,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[] {
@@ -708,6 +706,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
            // 
@@ -882,6 +885,21 @@
            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.toolStripButton_CalcMiniLoss_Click);
            // 
            // toolStripSeparator8
            // 
@@ -1791,7 +1809,6 @@
        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;
@@ -1804,7 +1821,10 @@
        private ToolStripSeparator toolStripSeparator22;
        private ToolStripMenuItem 楼层管理ToolStripMenuItem;
        private ToolStripMenuItem 默认视角ToolStripMenuItem;
        private ToolStripMenuItem 水量分配ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator23;
        private DMap map;
        private ToolStripMenuItem 计算局部损失ToolStripMenuItem;
        private ToolStripButton btn_水量初分配;
    }
}