cloudflight
2024-07-27 49eb2a09634e439090d4a2b13ec7d6f911d3deaf
Hydraulic/Hydro.MapUI/Map/MapViewer.Designer.cs
@@ -109,20 +109,21 @@
            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.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 +147,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();
@@ -237,7 +240,7 @@
            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.CubeView = new Hydro.MapUI.DMap();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
@@ -342,10 +345,11 @@
            this.toolStripButton_重复器,
            this.buttonUndo,
            this.buttonRedo,
            this.toolStripButton_refresh,
            this.toolStripButton_ClearMinor,
            this.toolStripSeparator4,
            this.toolStripButton_刷新,
            this.btn_拓扑检查,
            this.btn_水量初分配,
            this.toolStripDropDownButton_工具,
            this.toolStripSeparator8,
            this.toolStripSplitButton1,
@@ -357,7 +361,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(1190, 25);
            this.toolStrip1.TabIndex = 6;
            this.toolStrip1.Text = "toolStrip1";
            // 
@@ -576,16 +580,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;
@@ -610,14 +604,32 @@
            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_水量初分配
            //
            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,
@@ -634,7 +646,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_工具";
@@ -672,11 +686,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 +718,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
            // 
@@ -883,6 +897,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
            // 
@@ -1587,19 +1616,25 @@
            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.mapOption = null;
            this.map.Name = "map";
            this.map.Size = new System.Drawing.Size(1051, 554);
            this.map.TabIndex = 8;
            // 
            // 水量分配ToolStripMenuItem
            // CubeView
            // 
            this.水量分配ToolStripMenuItem.Name = "水量分配ToolStripMenuItem";
            this.水量分配ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.水量分配ToolStripMenuItem.Text = "水量分配";
            this.CubeView._newTemplate = null;
            this.CubeView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.CubeView.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.CubeView.Location = new System.Drawing.Point(927, 26);
            this.CubeView.mapOption = null;
            this.CubeView.Name = "CubeView";
            this.CubeView.Size = new System.Drawing.Size(120, 120);
            this.CubeView.TabIndex = 0;
            // 
            // MapViewer
            // 
            this.Controls.Add(this.CubeView);
            this.Controls.Add(this.map);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
@@ -1798,7 +1833,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;
@@ -1814,5 +1848,9 @@
        private ToolStripMenuItem 水量分配ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator23;
        private DMap map;
        private ToolStripMenuItem 计算局部损失ToolStripMenuItem;
        private ToolStripButton btn_水量初分配;
        private DMap CubeView;
        private ToolStripButton btn_拓扑检查;
    }
}