cloudflight
2024-05-07 d750fc90db76b0c6aab2f99b987b7af84b831ce4
Hydraulic/Hydro.MapUI/Map/MapViewer.Designer.cs
@@ -79,8 +79,9 @@
            this.label_center = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel_rotation = new System.Windows.Forms.ToolStripStatusLabel();
            this.label_zoom = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel_split1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.label_mouse = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel_split1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.label_ZZ = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel_split2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.label_file = new System.Windows.Forms.ToolStripStatusLabel();
            this.panel1 = new System.Windows.Forms.Panel();
@@ -143,6 +144,8 @@
            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();
@@ -204,6 +207,8 @@
            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();
@@ -230,6 +235,9 @@
            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.MapUI.DMap();
            this.水量分配ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
@@ -242,8 +250,9 @@
            this.label_center,
            this.toolStripStatusLabel_rotation,
            this.label_zoom,
            this.toolStripStatusLabel_split1,
            this.label_mouse,
            this.toolStripStatusLabel_split1,
            this.label_ZZ,
            this.toolStripStatusLabel_split2,
            this.label_file});
            this.statusStrip1.Location = new System.Drawing.Point(0, 578);
@@ -272,17 +281,24 @@
            this.label_zoom.Text = "Zoom:1";
            this.label_zoom.Click += new System.EventHandler(this.label_zoom_Click);
            // 
            // label_mouse
            //
            this.label_mouse.Name = "label_mouse";
            this.label_mouse.Size = new System.Drawing.Size(65, 17);
            this.label_mouse.Text = "X:0 Y:0";
            //
            // toolStripStatusLabel_split1
            // 
            this.toolStripStatusLabel_split1.Name = "toolStripStatusLabel_split1";
            this.toolStripStatusLabel_split1.Size = new System.Drawing.Size(11, 17);
            this.toolStripStatusLabel_split1.Text = "|";
            // 
            // label_mouse
            // label_ZZ
            // 
            this.label_mouse.Name = "label_mouse";
            this.label_mouse.Size = new System.Drawing.Size(65, 17);
            this.label_mouse.Text = "X:0 Y:0";
            this.label_ZZ.Name = "label_ZZ";
            this.label_ZZ.Size = new System.Drawing.Size(71, 17);
            this.label_ZZ.Text = "正交模式:开";
            this.label_ZZ.Click += new System.EventHandler(this.label_ZZ_Click);
            // 
            // toolStripStatusLabel_split2
            // 
@@ -341,7 +357,7 @@
            this.toolStripSeparator21});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1073, 25);
            this.toolStrip1.Size = new System.Drawing.Size(1019, 25);
            this.toolStrip1.TabIndex = 6;
            this.toolStrip1.Text = "toolStrip1";
            // 
@@ -616,7 +632,9 @@
            this.删除ToolStripMenuItem1,
            this.toolStripSeparator15,
            this.对齐ToolStripMenuItem,
            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_工具";
@@ -852,6 +870,19 @@
            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
            // 
@@ -1284,7 +1315,6 @@
            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);
            this.cb_Node_Colour.Click += new System.EventHandler(this.cb_Node_Colour_Click);
            // 
            // cb_Link_Colour
            // 
@@ -1294,7 +1324,6 @@
            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);
            this.cb_Link_Colour.Click += new System.EventHandler(this.cb_Link_Colour_Click);
            // 
            // tb_颜色分级设置
            // 
@@ -1335,12 +1364,26 @@
            // 视角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
            // 
@@ -1533,8 +1576,31 @@
            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, 554);
            this.map.TabIndex = 8;
            //
            // 水量分配ToolStripMenuItem
            //
            this.水量分配ToolStripMenuItem.Name = "水量分配ToolStripMenuItem";
            this.水量分配ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.水量分配ToolStripMenuItem.Text = "水量分配";
            //
            // MapViewer
            // 
            this.Controls.Add(this.map);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.Name = "MapViewer";
@@ -1740,5 +1806,13 @@
        private ToolStripMenuItem 颜色分级管理ToolStripMenuItem;
        private ToolStripButton tb_颜色分级设置;
        private ToolStripSeparator toolStripSeparator21;
        private Timer timer_draw;
        private ToolStripStatusLabel label_ZZ;
        private ToolStripSeparator toolStripSeparator22;
        private ToolStripMenuItem 楼层管理ToolStripMenuItem;
        private ToolStripMenuItem 默认视角ToolStripMenuItem;
        private ToolStripMenuItem 水量分配ToolStripMenuItem;
        private ToolStripSeparator toolStripSeparator23;
        private DMap map;
    }
}