| | |
| | | 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.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(); |
| | |
| | | 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_水量初分配 |
| | | // |
| | |
| | | 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 |
| | | // |