diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index e34456e..78c7354 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index e34456e..78c7354 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/MainFrm.cs b/MainFrm.cs
index 5850283..29758a9 100644
--- a/MainFrm.cs
+++ b/MainFrm.cs
@@ -1,29 +1,18 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel;
using System.Data;
using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.IO;
using GeoScene.Globe;
using GeoScene.Data;
using GeoScene.Engine;
using System.Runtime.InteropServices;
-using DevComponents.DotNetBar.Rendering;
using DevComponents.DotNetBar;
using System.Xml;
using System.Collections;
-using System.Data.SqlClient;
-using System.Diagnostics;
-using Microsoft.Win32;
using System.Threading;
-using System.Net.NetworkInformation;
-using System.Net.Sockets;
-using MySql.Data.MySqlClient;
using System.Data.OracleClient;
-using Cyberpipe.PATM_Forms;
-using Cyberpipe.Forms;
using Cyberpipe.EMS_Forms;
namespace Cyberpipe
@@ -388,43 +377,43 @@
{
if (Utility.userRole.IndexOf("全区域管线长度统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域阀门数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域井盖数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域埋深分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域材质分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域附属物分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器街道统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
}
}
#endregion
@@ -689,10 +678,14 @@
else
{
ribbonTabItem7.Select();
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(标识器管理)") < 0)
{
slider4ground.Visible = false;
}
+ if (Utility.userRole.IndexOf("标识器管理(标识器管理)") < 0)
+ {
+ btn_flag.Visible = false;
+ }
}
#endregion
@@ -771,7 +764,7 @@
{
buttonItem27.Visible = false;
}
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(基础工具)") < 0)
{
sliderGroundTransSet1.Visible = false;
}
@@ -8886,7 +8879,6 @@
return null;
GSOFeatureLayer flayer = layer as GSOFeatureLayer;
- GSOFeatureDataset fdataset = flayer.Dataset as GSOFeatureDataset;
GSOFeatures feats;
GSOFeatures newfeats;
@@ -14067,7 +14059,6 @@
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
int Width = this.Width;
- //int Height = this.Height;
string welcomeUser = "欢迎您:" + Utility.userName;
Graphics g = e.Graphics;
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index e34456e..78c7354 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/MainFrm.cs b/MainFrm.cs
index 5850283..29758a9 100644
--- a/MainFrm.cs
+++ b/MainFrm.cs
@@ -1,29 +1,18 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel;
using System.Data;
using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.IO;
using GeoScene.Globe;
using GeoScene.Data;
using GeoScene.Engine;
using System.Runtime.InteropServices;
-using DevComponents.DotNetBar.Rendering;
using DevComponents.DotNetBar;
using System.Xml;
using System.Collections;
-using System.Data.SqlClient;
-using System.Diagnostics;
-using Microsoft.Win32;
using System.Threading;
-using System.Net.NetworkInformation;
-using System.Net.Sockets;
-using MySql.Data.MySqlClient;
using System.Data.OracleClient;
-using Cyberpipe.PATM_Forms;
-using Cyberpipe.Forms;
using Cyberpipe.EMS_Forms;
namespace Cyberpipe
@@ -388,43 +377,43 @@
{
if (Utility.userRole.IndexOf("全区域管线长度统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域阀门数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域井盖数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域埋深分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域材质分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域附属物分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器街道统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
}
}
#endregion
@@ -689,10 +678,14 @@
else
{
ribbonTabItem7.Select();
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(标识器管理)") < 0)
{
slider4ground.Visible = false;
}
+ if (Utility.userRole.IndexOf("标识器管理(标识器管理)") < 0)
+ {
+ btn_flag.Visible = false;
+ }
}
#endregion
@@ -771,7 +764,7 @@
{
buttonItem27.Visible = false;
}
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(基础工具)") < 0)
{
sliderGroundTransSet1.Visible = false;
}
@@ -8886,7 +8879,6 @@
return null;
GSOFeatureLayer flayer = layer as GSOFeatureLayer;
- GSOFeatureDataset fdataset = flayer.Dataset as GSOFeatureDataset;
GSOFeatures feats;
GSOFeatures newfeats;
@@ -14067,7 +14059,6 @@
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
int Width = this.Width;
- //int Height = this.Height;
string welcomeUser = "欢迎您:" + Utility.userName;
Graphics g = e.Graphics;
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index df3dffe..8c683f1 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -30,17 +30,17 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
this.dockSite1 = new DevComponents.DotNetBar.DockSite();
@@ -366,30 +366,26 @@
this.可编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_device = new DevComponents.DotNetBar.ButtonItem();
this.btn_Person = new DevComponents.DotNetBar.ButtonItem();
this.btn_constructMap = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
- this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSJGL = new DevComponents.DotNetBar.ButtonItem();
@@ -552,15 +548,19 @@
this.buttonItemBZ9 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ10 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ11 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
- this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
- this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
- this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
- this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
+ this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem14 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem2 = new DevComponents.DotNetBar.RibbonTabItem();
@@ -647,12 +647,12 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel2.SuspendLayout();
this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
- this.ribbonPanel1.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel2.SuspendLayout();
this.ribbonPanel8.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -810,7 +810,7 @@
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 20);
+ this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 21);
this.toolStripDropDownButton1.Text = "帮助";
this.toolStripDropDownButton1.Visible = false;
this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
@@ -1160,14 +1160,14 @@
this.dataGridViewX4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle1;
+ dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle23;
this.dataGridViewX4.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX4.Location = new System.Drawing.Point(11, 81);
this.dataGridViewX4.Name = "dataGridViewX4";
@@ -1245,14 +1245,14 @@
this.dataGridViewTextBoxColumn4,
this.Column3,
this.Column4});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle24;
this.dataGridViewX5.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX5.Location = new System.Drawing.Point(11, 225);
this.dataGridViewX5.Name = "dataGridViewX5";
@@ -1446,14 +1446,14 @@
this.dataGridViewX6.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle3;
+ dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle25;
this.dataGridViewX6.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX6.Location = new System.Drawing.Point(10, 124);
this.dataGridViewX6.Name = "dataGridViewX6";
@@ -1530,14 +1530,14 @@
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9});
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle4;
+ dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle26.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle26.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle26;
this.dataGridViewX7.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX7.Location = new System.Drawing.Point(10, 275);
this.dataGridViewX7.Name = "dataGridViewX7";
@@ -1749,14 +1749,14 @@
this.dataGridViewX8.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13});
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle5;
+ dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle27;
this.dataGridViewX8.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX8.Location = new System.Drawing.Point(10, 118);
this.dataGridViewX8.Name = "dataGridViewX8";
@@ -1844,14 +1844,14 @@
this.dataGridViewTextBoxColumn16,
this.dataGridViewTextBoxColumn17,
this.dataGridViewTextBoxColumn18});
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle6;
+ dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle28;
this.dataGridViewX9.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX9.Location = new System.Drawing.Point(8, 269);
this.dataGridViewX9.Name = "dataGridViewX9";
@@ -2173,14 +2173,14 @@
this.dataGridViewLineList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn19,
this.dataGridViewTextBoxColumn20});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle7;
+ dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle29;
this.dataGridViewLineList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewLineList.Location = new System.Drawing.Point(9, 155);
this.dataGridViewLineList.Name = "dataGridViewLineList";
@@ -2268,14 +2268,14 @@
this.dataGridViewTextBoxColumn24,
this.dataGridViewTextBoxColumn25,
this.水平净距});
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle8;
+ dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewAnalysisResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewAnalysisResult.Location = new System.Drawing.Point(8, 310);
this.dataGridViewAnalysisResult.Name = "dataGridViewAnalysisResult";
@@ -2510,14 +2510,14 @@
this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11});
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle9;
+ dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle31;
this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX2.Location = new System.Drawing.Point(9, 130);
this.dataGridViewX2.Name = "dataGridViewX2";
@@ -2604,14 +2604,14 @@
this.Column6,
this.Colomn12,
this.Column5});
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle10;
+ dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle32;
this.dataGridViewX3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX3.Location = new System.Drawing.Point(8, 276);
this.dataGridViewX3.Name = "dataGridViewX3";
@@ -2907,7 +2907,7 @@
this.水平面积ToolStripMenuItem1,
this.地表面积ToolStripMenuItem1});
this.量算ToolStripMenuItem.Name = "量算ToolStripMenuItem";
- this.量算ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.量算ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.量算ToolStripMenuItem.Text = "量算";
//
// 水平距离ToolStripMenuItem1
@@ -2970,7 +2970,7 @@
this.前进ToolStripMenuItem,
this.删除模型ToolStripMenuItem});
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
- this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.编辑ToolStripMenuItem.Text = "编辑";
//
// 平移对象ToolStripMenuItem
@@ -3046,7 +3046,7 @@
this.绕中心点飞行ToolStripMenuItem,
this.绕眼睛飞行ToolStripMenuItem});
this.飞行ToolStripMenuItem.Name = "飞行ToolStripMenuItem";
- this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.飞行ToolStripMenuItem.Text = "飞行";
//
// 自定义飞行ToolStripMenuItem
@@ -3092,7 +3092,7 @@
this.红线工具ToolStripMenuItem,
this.标注管理ToolStripMenuItem});
this.标注ToolStripMenuItem.Name = "标注ToolStripMenuItem";
- this.标注ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.标注ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.标注ToolStripMenuItem.Text = "标注";
//
// 标高标注ToolStripMenuItem
@@ -3187,7 +3187,7 @@
this.关键字查询ToolStripMenuItem,
this.附属物查询ToolStripMenuItem});
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
- this.查询ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.查询ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.查询ToolStripMenuItem.Text = "查询";
//
// 空间查询ToolStripMenuItem
@@ -3274,7 +3274,7 @@
this.标识器分类统计ToolStripMenuItem,
this.标识器街道统计ToolStripMenuItem});
this.全区域统计ToolStripMenuItem.Name = "全区域统计ToolStripMenuItem";
- this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.全区域统计ToolStripMenuItem.Text = "全区域统计";
//
// 管线长度统计ToolStripMenuItem
@@ -3361,7 +3361,7 @@
this.标识器分类统计ToolStripMenuItem1,
this.标识器街道统计ToolStripMenuItem1});
this.绘制区域统计ToolStripMenuItem.Name = "绘制区域统计ToolStripMenuItem";
- this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.绘制区域统计ToolStripMenuItem.Text = "绘制区域统计";
//
// 管线长度统计ToolStripMenuItem1
@@ -3442,7 +3442,7 @@
this.道路断面分析ToolStripMenuItem,
this.基线剖面分析ToolStripMenuItem});
this.断面分析ToolStripMenuItem.Name = "断面分析ToolStripMenuItem";
- this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.断面分析ToolStripMenuItem.Text = "断面分析";
//
// 横断面分析ToolStripMenuItem
@@ -3484,7 +3484,7 @@
this.连通分析ToolStripMenuItem,
this.爆管分析ToolStripMenuItem});
this.拓扑分析ToolStripMenuItem.Name = "拓扑分析ToolStripMenuItem";
- this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.拓扑分析ToolStripMenuItem.Text = "拓扑分析";
//
// 创建拓扑ToolStripMenuItem
@@ -3546,7 +3546,7 @@
this.隐藏隧道ToolStripMenuItem,
this.删除隧道ToolStripMenuItem});
this.开挖分析ToolStripMenuItem.Name = "开挖分析ToolStripMenuItem";
- this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.开挖分析ToolStripMenuItem.Text = "开挖分析";
//
// 多边形开挖ToolStripMenuItem
@@ -3598,7 +3598,7 @@
this.可视域分析ToolStripMenuItem,
this.可视包络分析ToolStripMenuItem});
this.视域分析ToolStripMenuItem.Name = "视域分析ToolStripMenuItem";
- this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.视域分析ToolStripMenuItem.Text = "视域分析";
//
// 通视分析ToolStripMenuItem
@@ -3629,7 +3629,7 @@
this.附属物分析ToolStripMenuItem,
this.无源淹没分析ToolStripMenuItem});
this.区域分析ToolStripMenuItem.Name = "区域分析ToolStripMenuItem";
- this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.区域分析ToolStripMenuItem.Text = "区域分析";
//
// 缓冲区分析ToolStripMenuItem
@@ -3656,7 +3656,7 @@
// 清除分析ToolStripMenuItem
//
this.清除分析ToolStripMenuItem.Name = "清除分析ToolStripMenuItem";
- this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.清除分析ToolStripMenuItem.Text = "清除分析";
this.清除分析ToolStripMenuItem.Click += new System.EventHandler(this.buttonItemClear_Click);
//
@@ -3729,14 +3729,14 @@
this.dataGridViewX1.AllowUserToAddRows = false;
this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX1.Location = new System.Drawing.Point(0, 5);
@@ -4124,12 +4124,12 @@
//
this.ribbonControl1.BackgroundStyle.Class = "";
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonControl1.Controls.Add(this.ribbonPanel2);
- this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel7);
this.ribbonControl1.Controls.Add(this.ribbonPanel1);
- this.ribbonControl1.Controls.Add(this.ribbonPanel15);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel8);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel2);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel15);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
@@ -4170,96 +4170,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel2
- //
- this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel2.Controls.Add(this.ribbonBar4);
- this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel2.Name = "ribbonPanel2";
- this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
- //
- //
- //
- this.ribbonPanel2.Style.Class = "";
- this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseDown.Class = "";
- this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseOver.Class = "";
- this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel2.TabIndex = 39;
- //
- // ribbonBar4
- //
- this.ribbonBar4.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.BackgroundStyle.Class = "";
- this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.ContainerControlProcessDialogKey = true;
- this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem_TaskManager,
- this.buttonItem_OnlineTask,
- this.buttonItem_Event});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- this.ribbonBar4.Text = "ribbonBar4";
- //
- //
- //
- this.ribbonBar4.TitleStyle.Class = "";
- this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.TitleStyleMouseOver.Class = "";
- this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.TitleVisible = false;
- //
- // buttonItem_TaskManager
- //
- this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
- this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
- this.buttonItem_TaskManager.Text = "工单管理";
- this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
- //
- // buttonItem_OnlineTask
- //
- this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
- this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
- this.buttonItem_OnlineTask.Text = "在线任务";
- this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
- //
- // buttonItem_Event
- //
- this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_Event.Name = "buttonItem_Event";
- this.buttonItem_Event.SubItemsExpandWidth = 14;
- this.buttonItem_Event.Text = "事件管理";
- this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
- //
// ribbonPanel3
//
this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4362,221 +4272,220 @@
this.buttonItem9.Text = "文档管理";
this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
//
- // ribbonPanel7
+ // ribbonPanel2
//
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.ribbonBar5);
- this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel7.Name = "ribbonPanel7";
- this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel2.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel2.Name = "ribbonPanel2";
+ this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel7.Style.Class = "";
- this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.Style.Class = "";
+ this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseDown.Class = "";
- this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.StyleMouseDown.Class = "";
+ this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseOver.Class = "";
- this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel7.TabIndex = 41;
- this.ribbonPanel7.Visible = false;
+ this.ribbonPanel2.StyleMouseOver.Class = "";
+ this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.TabIndex = 39;
+ this.ribbonPanel2.Visible = false;
//
- // ribbonBar5
+ // ribbonBar4
//
- this.ribbonBar5.AutoOverflowEnabled = true;
+ this.ribbonBar4.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.BackgroundStyle.Class = "";
- this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.ContainerControlProcessDialogKey = true;
- this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_flag,
- this.slider4ground});
- this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar5.Name = "ribbonBar5";
- this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar5.TabIndex = 0;
+ this.ribbonBar4.BackgroundStyle.Class = "";
+ this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.ContainerControlProcessDialogKey = true;
+ this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem_TaskManager,
+ this.buttonItem_OnlineTask,
+ this.buttonItem_Event});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ this.ribbonBar4.Text = "ribbonBar4";
//
//
//
- this.ribbonBar5.TitleStyle.Class = "";
- this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleStyle.Class = "";
+ this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.TitleStyleMouseOver.Class = "";
- this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.TitleVisible = false;
+ this.ribbonBar4.TitleStyleMouseOver.Class = "";
+ this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleVisible = false;
//
- // btn_flag
+ // buttonItem_TaskManager
//
- this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
- this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_flag.Name = "btn_flag";
- this.btn_flag.SubItemsExpandWidth = 14;
- this.btn_flag.Text = "标识器管理";
- this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
+ this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
+ this.buttonItem_TaskManager.Text = "工单管理";
+ this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
//
- // slider4ground
+ // buttonItem_OnlineTask
//
- this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
+ this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
+ this.buttonItem_OnlineTask.Text = "在线任务";
+ this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
//
- // ribbonPanel1
+ // buttonItem_Event
//
- this.ribbonPanel1.AutoSize = true;
- this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
- this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel1.Controls.Add(this.ribbonBar21);
- this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel1.Name = "ribbonPanel1";
- this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
+ this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_Event.Name = "buttonItem_Event";
+ this.buttonItem_Event.SubItemsExpandWidth = 14;
+ this.buttonItem_Event.Text = "事件管理";
+ this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
//
+ // ribbonPanel8
//
+ this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
+ this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel8.Name = "ribbonPanel8";
+ this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
//
- this.ribbonPanel1.Style.Class = "";
- this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.Style.Class = "";
+ this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseDown.Class = "";
- this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.StyleMouseDown.Class = "";
+ this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseOver.Class = "";
- this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel1.TabIndex = 1;
- this.ribbonPanel1.Visible = false;
//
- // ribbonBar21
//
- this.ribbonBar21.AutoOverflowEnabled = true;
- this.ribbonBar21.BackColor = System.Drawing.Color.White;
+ this.ribbonPanel8.StyleMouseOver.Class = "";
+ this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel8.TabIndex = 42;
+ this.ribbonPanel8.Visible = false;
+ //
+ // ribbonBar_UserInfo
+ //
+ this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.BackgroundStyle.Class = "";
- this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.ContainerControlProcessDialogKey = true;
- this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem87,
- this.buttonItem88,
- this.buttonItem27,
- this.sliderGroundTransSet1,
- this.buttonItem91,
- this.buttonItem1,
- this.btnlegendSet,
- this.buttonItem89});
- this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar21.Name = "ribbonBar21";
- this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
- this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar21.TabIndex = 2;
- this.ribbonBar21.Text = "浏览模式";
+ this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
+ this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_user_info,
+ this.btn_role_info,
+ this.btn_resc_info,
+ this.btn_role_resc,
+ this.btn_user_role,
+ this.btn_password_edit,
+ this.btn_reset_password});
+ this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
+ this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar_UserInfo.TabIndex = 0;
//
//
//
- this.ribbonBar21.TitleStyle.Class = "";
- this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.TitleStyle.Class = "";
+ this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.TitleStyleMouseOver.Class = "";
- this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.TitleVisible = false;
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- // buttonItem87
+ // btn_user_info
//
- this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
- this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem87.Name = "buttonItem87";
- this.buttonItem87.SubItemsExpandWidth = 14;
- this.buttonItem87.Text = "地上模式";
- this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
+ this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_info.Name = "btn_user_info";
+ this.btn_user_info.SubItemsExpandWidth = 14;
+ this.btn_user_info.Text = "用户管理";
+ this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
//
- // buttonItem88
+ // btn_role_info
//
- this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
- this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem88.Name = "buttonItem88";
- this.buttonItem88.SubItemsExpandWidth = 14;
- this.buttonItem88.Text = "地下模式";
- this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
+ this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
+ this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_info.Name = "btn_role_info";
+ this.btn_role_info.SubItemsExpandWidth = 14;
+ this.btn_role_info.Text = "角色管理";
+ this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
//
- // buttonItem27
+ // btn_resc_info
//
- this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
- this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem27.Name = "buttonItem27";
- this.buttonItem27.SubItemsExpandWidth = 14;
- this.buttonItem27.Text = "行走模式";
- this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
+ this.btn_resc_info.Name = "btn_resc_info";
//
- // buttonItem91
+ // btn_role_resc
//
- this.buttonItem91.ForeColor = System.Drawing.Color.Black;
- this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
- this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem91.Name = "buttonItem91";
- this.buttonItem91.SubItemsExpandWidth = 14;
- this.buttonItem91.Text = "快速定位";
- this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
+ this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
+ this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_resc.Name = "btn_role_resc";
+ this.btn_role_resc.SubItemsExpandWidth = 14;
+ this.btn_role_resc.Text = "角色授权";
+ this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
//
- // buttonItem1
+ // btn_user_role
//
- this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
- this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem1.Name = "buttonItem1";
- this.buttonItem1.SubItemsExpandWidth = 14;
- this.buttonItem1.Text = "图层管理";
- this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
+ this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
+ this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_role.Name = "btn_user_role";
+ this.btn_user_role.SubItemsExpandWidth = 14;
+ this.btn_user_role.Text = "用户授权";
+ this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
//
- // btnlegendSet
+ // btn_password_edit
//
- this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
- this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnlegendSet.Name = "btnlegendSet";
- this.btnlegendSet.SubItemsExpandWidth = 14;
- this.btnlegendSet.Text = "图例";
- this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
+ this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
+ this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_password_edit.Name = "btn_password_edit";
+ this.btn_password_edit.SubItemsExpandWidth = 14;
+ this.btn_password_edit.Text = "密码修改";
+ this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
//
- // buttonItem89
+ // btn_reset_password
//
- this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
- this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem89.Name = "buttonItem89";
- this.buttonItem89.SubItemsExpandWidth = 14;
- this.buttonItem89.Text = "全屏显示";
- this.buttonItem89.Visible = false;
- this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
+ this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_reset_password.Name = "btn_reset_password";
+ this.btn_reset_password.SubItemsExpandWidth = 14;
+ this.btn_reset_password.Text = "重置密码";
+ this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
//
// ribbonPanel15
//
@@ -5890,129 +5799,220 @@
this.buttonItemBZ11.Text = "标注管理";
this.buttonItemBZ11.Click += new System.EventHandler(this.buttonItemBZ11_Click);
//
- // ribbonPanel8
+ // ribbonPanel1
//
- this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
- this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel8.Name = "ribbonPanel8";
- this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel1.AutoSize = true;
+ this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
+ this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel1.Controls.Add(this.ribbonBar21);
+ this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel1.Name = "ribbonPanel1";
+ this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel8.Style.Class = "";
- this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.Style.Class = "";
+ this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseDown.Class = "";
- this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.StyleMouseDown.Class = "";
+ this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseOver.Class = "";
- this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel8.TabIndex = 42;
- this.ribbonPanel8.Visible = false;
+ this.ribbonPanel1.StyleMouseOver.Class = "";
+ this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.TabIndex = 1;
+ this.ribbonPanel1.Visible = false;
//
- // ribbonBar_UserInfo
+ // ribbonBar21
//
- this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
+ this.ribbonBar21.AutoOverflowEnabled = true;
+ this.ribbonBar21.BackColor = System.Drawing.Color.White;
//
//
//
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
- this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_user_info,
- this.btn_role_info,
- this.btn_resc_info,
- this.btn_role_resc,
- this.btn_user_role,
- this.btn_password_edit,
- this.btn_reset_password});
- this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
- this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar_UserInfo.TabIndex = 0;
+ this.ribbonBar21.BackgroundStyle.Class = "";
+ this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.ContainerControlProcessDialogKey = true;
+ this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem87,
+ this.buttonItem88,
+ this.buttonItem27,
+ this.sliderGroundTransSet1,
+ this.buttonItem91,
+ this.buttonItem1,
+ this.btnlegendSet,
+ this.buttonItem89});
+ this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar21.Name = "ribbonBar21";
+ this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
+ this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar21.TabIndex = 2;
+ this.ribbonBar21.Text = "浏览模式";
//
//
//
- this.ribbonBar_UserInfo.TitleStyle.Class = "";
- this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyle.Class = "";
+ this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
- this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyleMouseOver.Class = "";
+ this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleVisible = false;
//
- // btn_user_info
+ // buttonItem87
//
- this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_info.Name = "btn_user_info";
- this.btn_user_info.SubItemsExpandWidth = 14;
- this.btn_user_info.Text = "用户管理";
- this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
+ this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
+ this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem87.Name = "buttonItem87";
+ this.buttonItem87.SubItemsExpandWidth = 14;
+ this.buttonItem87.Text = "地上模式";
+ this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
//
- // btn_role_info
+ // buttonItem88
//
- this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
- this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_info.Name = "btn_role_info";
- this.btn_role_info.SubItemsExpandWidth = 14;
- this.btn_role_info.Text = "角色管理";
- this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
+ this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
+ this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem88.Name = "buttonItem88";
+ this.buttonItem88.SubItemsExpandWidth = 14;
+ this.buttonItem88.Text = "地下模式";
+ this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
//
- // btn_resc_info
+ // buttonItem27
//
- this.btn_resc_info.Name = "btn_resc_info";
+ this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
+ this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem27.Name = "buttonItem27";
+ this.buttonItem27.SubItemsExpandWidth = 14;
+ this.buttonItem27.Text = "行走模式";
+ this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
//
- // btn_role_resc
+ // buttonItem91
//
- this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
- this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_resc.Name = "btn_role_resc";
- this.btn_role_resc.SubItemsExpandWidth = 14;
- this.btn_role_resc.Text = "角色授权";
- this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
+ this.buttonItem91.ForeColor = System.Drawing.Color.Black;
+ this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
+ this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem91.Name = "buttonItem91";
+ this.buttonItem91.SubItemsExpandWidth = 14;
+ this.buttonItem91.Text = "快速定位";
+ this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
//
- // btn_user_role
+ // buttonItem1
//
- this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
- this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_role.Name = "btn_user_role";
- this.btn_user_role.SubItemsExpandWidth = 14;
- this.btn_user_role.Text = "用户授权";
- this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
+ this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
+ this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem1.Name = "buttonItem1";
+ this.buttonItem1.SubItemsExpandWidth = 14;
+ this.buttonItem1.Text = "图层管理";
+ this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
- // btn_password_edit
+ // btnlegendSet
//
- this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
- this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_password_edit.Name = "btn_password_edit";
- this.btn_password_edit.SubItemsExpandWidth = 14;
- this.btn_password_edit.Text = "密码修改";
- this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
+ this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
+ this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnlegendSet.Name = "btnlegendSet";
+ this.btnlegendSet.SubItemsExpandWidth = 14;
+ this.btnlegendSet.Text = "图例";
+ this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
//
- // btn_reset_password
+ // buttonItem89
//
- this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
- this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_reset_password.Name = "btn_reset_password";
- this.btn_reset_password.SubItemsExpandWidth = 14;
- this.btn_reset_password.Text = "重置密码";
- this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
+ this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
+ this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem89.Name = "buttonItem89";
+ this.buttonItem89.SubItemsExpandWidth = 14;
+ this.buttonItem89.Text = "全屏显示";
+ this.buttonItem89.Visible = false;
+ this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.ribbonBar5);
+ this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel7.Name = "ribbonPanel7";
+ this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ //
+ //
+ //
+ this.ribbonPanel7.Style.Class = "";
+ this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseDown.Class = "";
+ this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseOver.Class = "";
+ this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel7.TabIndex = 41;
+ //
+ // ribbonBar5
+ //
+ this.ribbonBar5.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundStyle.Class = "";
+ this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.ContainerControlProcessDialogKey = true;
+ this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_flag,
+ this.slider4ground});
+ this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar5.Name = "ribbonBar5";
+ this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar5.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyle.Class = "";
+ this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyleMouseOver.Class = "";
+ this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.TitleVisible = false;
+ //
+ // btn_flag
+ //
+ this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
+ this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_flag.Name = "btn_flag";
+ this.btn_flag.SubItemsExpandWidth = 14;
+ this.btn_flag.Text = "标识器管理";
+ this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ //
+ // slider4ground
+ //
+ this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
//
// ribbonTabItem1
//
@@ -6035,7 +6035,6 @@
// ribbonTabItem2
//
this.ribbonTabItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.ribbonTabItem2.Checked = true;
this.ribbonTabItem2.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Green;
this.ribbonTabItem2.HoverImage = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.HoverImage")));
this.ribbonTabItem2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.Image")));
@@ -6055,6 +6054,7 @@
// ribbonTabItem7
//
this.ribbonTabItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.ribbonTabItem7.Checked = true;
this.ribbonTabItem7.HoverImage = global::Cyberpipe.Properties.Resources._24x24icon_04_hover1;
this.ribbonTabItem7.Image = global::Cyberpipe.Properties.Resources._24x24icon_041;
this.ribbonTabItem7.Name = "ribbonTabItem7";
@@ -6472,12 +6472,12 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
- this.ribbonPanel1.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel8.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index e34456e..78c7354 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/MainFrm.cs b/MainFrm.cs
index 5850283..29758a9 100644
--- a/MainFrm.cs
+++ b/MainFrm.cs
@@ -1,29 +1,18 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel;
using System.Data;
using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.IO;
using GeoScene.Globe;
using GeoScene.Data;
using GeoScene.Engine;
using System.Runtime.InteropServices;
-using DevComponents.DotNetBar.Rendering;
using DevComponents.DotNetBar;
using System.Xml;
using System.Collections;
-using System.Data.SqlClient;
-using System.Diagnostics;
-using Microsoft.Win32;
using System.Threading;
-using System.Net.NetworkInformation;
-using System.Net.Sockets;
-using MySql.Data.MySqlClient;
using System.Data.OracleClient;
-using Cyberpipe.PATM_Forms;
-using Cyberpipe.Forms;
using Cyberpipe.EMS_Forms;
namespace Cyberpipe
@@ -388,43 +377,43 @@
{
if (Utility.userRole.IndexOf("全区域管线长度统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域阀门数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域井盖数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域埋深分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域材质分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域附属物分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器街道统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
}
}
#endregion
@@ -689,10 +678,14 @@
else
{
ribbonTabItem7.Select();
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(标识器管理)") < 0)
{
slider4ground.Visible = false;
}
+ if (Utility.userRole.IndexOf("标识器管理(标识器管理)") < 0)
+ {
+ btn_flag.Visible = false;
+ }
}
#endregion
@@ -771,7 +764,7 @@
{
buttonItem27.Visible = false;
}
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(基础工具)") < 0)
{
sliderGroundTransSet1.Visible = false;
}
@@ -8886,7 +8879,6 @@
return null;
GSOFeatureLayer flayer = layer as GSOFeatureLayer;
- GSOFeatureDataset fdataset = flayer.Dataset as GSOFeatureDataset;
GSOFeatures feats;
GSOFeatures newfeats;
@@ -14067,7 +14059,6 @@
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
int Width = this.Width;
- //int Height = this.Height;
string welcomeUser = "欢迎您:" + Utility.userName;
Graphics g = e.Graphics;
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index df3dffe..8c683f1 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -30,17 +30,17 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
this.dockSite1 = new DevComponents.DotNetBar.DockSite();
@@ -366,30 +366,26 @@
this.可编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_device = new DevComponents.DotNetBar.ButtonItem();
this.btn_Person = new DevComponents.DotNetBar.ButtonItem();
this.btn_constructMap = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
- this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSJGL = new DevComponents.DotNetBar.ButtonItem();
@@ -552,15 +548,19 @@
this.buttonItemBZ9 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ10 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ11 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
- this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
- this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
- this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
- this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
+ this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem14 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem2 = new DevComponents.DotNetBar.RibbonTabItem();
@@ -647,12 +647,12 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel2.SuspendLayout();
this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
- this.ribbonPanel1.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel2.SuspendLayout();
this.ribbonPanel8.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -810,7 +810,7 @@
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 20);
+ this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 21);
this.toolStripDropDownButton1.Text = "帮助";
this.toolStripDropDownButton1.Visible = false;
this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
@@ -1160,14 +1160,14 @@
this.dataGridViewX4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle1;
+ dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle23;
this.dataGridViewX4.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX4.Location = new System.Drawing.Point(11, 81);
this.dataGridViewX4.Name = "dataGridViewX4";
@@ -1245,14 +1245,14 @@
this.dataGridViewTextBoxColumn4,
this.Column3,
this.Column4});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle24;
this.dataGridViewX5.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX5.Location = new System.Drawing.Point(11, 225);
this.dataGridViewX5.Name = "dataGridViewX5";
@@ -1446,14 +1446,14 @@
this.dataGridViewX6.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle3;
+ dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle25;
this.dataGridViewX6.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX6.Location = new System.Drawing.Point(10, 124);
this.dataGridViewX6.Name = "dataGridViewX6";
@@ -1530,14 +1530,14 @@
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9});
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle4;
+ dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle26.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle26.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle26;
this.dataGridViewX7.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX7.Location = new System.Drawing.Point(10, 275);
this.dataGridViewX7.Name = "dataGridViewX7";
@@ -1749,14 +1749,14 @@
this.dataGridViewX8.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13});
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle5;
+ dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle27;
this.dataGridViewX8.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX8.Location = new System.Drawing.Point(10, 118);
this.dataGridViewX8.Name = "dataGridViewX8";
@@ -1844,14 +1844,14 @@
this.dataGridViewTextBoxColumn16,
this.dataGridViewTextBoxColumn17,
this.dataGridViewTextBoxColumn18});
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle6;
+ dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle28;
this.dataGridViewX9.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX9.Location = new System.Drawing.Point(8, 269);
this.dataGridViewX9.Name = "dataGridViewX9";
@@ -2173,14 +2173,14 @@
this.dataGridViewLineList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn19,
this.dataGridViewTextBoxColumn20});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle7;
+ dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle29;
this.dataGridViewLineList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewLineList.Location = new System.Drawing.Point(9, 155);
this.dataGridViewLineList.Name = "dataGridViewLineList";
@@ -2268,14 +2268,14 @@
this.dataGridViewTextBoxColumn24,
this.dataGridViewTextBoxColumn25,
this.水平净距});
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle8;
+ dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewAnalysisResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewAnalysisResult.Location = new System.Drawing.Point(8, 310);
this.dataGridViewAnalysisResult.Name = "dataGridViewAnalysisResult";
@@ -2510,14 +2510,14 @@
this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11});
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle9;
+ dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle31;
this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX2.Location = new System.Drawing.Point(9, 130);
this.dataGridViewX2.Name = "dataGridViewX2";
@@ -2604,14 +2604,14 @@
this.Column6,
this.Colomn12,
this.Column5});
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle10;
+ dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle32;
this.dataGridViewX3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX3.Location = new System.Drawing.Point(8, 276);
this.dataGridViewX3.Name = "dataGridViewX3";
@@ -2907,7 +2907,7 @@
this.水平面积ToolStripMenuItem1,
this.地表面积ToolStripMenuItem1});
this.量算ToolStripMenuItem.Name = "量算ToolStripMenuItem";
- this.量算ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.量算ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.量算ToolStripMenuItem.Text = "量算";
//
// 水平距离ToolStripMenuItem1
@@ -2970,7 +2970,7 @@
this.前进ToolStripMenuItem,
this.删除模型ToolStripMenuItem});
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
- this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.编辑ToolStripMenuItem.Text = "编辑";
//
// 平移对象ToolStripMenuItem
@@ -3046,7 +3046,7 @@
this.绕中心点飞行ToolStripMenuItem,
this.绕眼睛飞行ToolStripMenuItem});
this.飞行ToolStripMenuItem.Name = "飞行ToolStripMenuItem";
- this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.飞行ToolStripMenuItem.Text = "飞行";
//
// 自定义飞行ToolStripMenuItem
@@ -3092,7 +3092,7 @@
this.红线工具ToolStripMenuItem,
this.标注管理ToolStripMenuItem});
this.标注ToolStripMenuItem.Name = "标注ToolStripMenuItem";
- this.标注ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.标注ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.标注ToolStripMenuItem.Text = "标注";
//
// 标高标注ToolStripMenuItem
@@ -3187,7 +3187,7 @@
this.关键字查询ToolStripMenuItem,
this.附属物查询ToolStripMenuItem});
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
- this.查询ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.查询ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.查询ToolStripMenuItem.Text = "查询";
//
// 空间查询ToolStripMenuItem
@@ -3274,7 +3274,7 @@
this.标识器分类统计ToolStripMenuItem,
this.标识器街道统计ToolStripMenuItem});
this.全区域统计ToolStripMenuItem.Name = "全区域统计ToolStripMenuItem";
- this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.全区域统计ToolStripMenuItem.Text = "全区域统计";
//
// 管线长度统计ToolStripMenuItem
@@ -3361,7 +3361,7 @@
this.标识器分类统计ToolStripMenuItem1,
this.标识器街道统计ToolStripMenuItem1});
this.绘制区域统计ToolStripMenuItem.Name = "绘制区域统计ToolStripMenuItem";
- this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.绘制区域统计ToolStripMenuItem.Text = "绘制区域统计";
//
// 管线长度统计ToolStripMenuItem1
@@ -3442,7 +3442,7 @@
this.道路断面分析ToolStripMenuItem,
this.基线剖面分析ToolStripMenuItem});
this.断面分析ToolStripMenuItem.Name = "断面分析ToolStripMenuItem";
- this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.断面分析ToolStripMenuItem.Text = "断面分析";
//
// 横断面分析ToolStripMenuItem
@@ -3484,7 +3484,7 @@
this.连通分析ToolStripMenuItem,
this.爆管分析ToolStripMenuItem});
this.拓扑分析ToolStripMenuItem.Name = "拓扑分析ToolStripMenuItem";
- this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.拓扑分析ToolStripMenuItem.Text = "拓扑分析";
//
// 创建拓扑ToolStripMenuItem
@@ -3546,7 +3546,7 @@
this.隐藏隧道ToolStripMenuItem,
this.删除隧道ToolStripMenuItem});
this.开挖分析ToolStripMenuItem.Name = "开挖分析ToolStripMenuItem";
- this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.开挖分析ToolStripMenuItem.Text = "开挖分析";
//
// 多边形开挖ToolStripMenuItem
@@ -3598,7 +3598,7 @@
this.可视域分析ToolStripMenuItem,
this.可视包络分析ToolStripMenuItem});
this.视域分析ToolStripMenuItem.Name = "视域分析ToolStripMenuItem";
- this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.视域分析ToolStripMenuItem.Text = "视域分析";
//
// 通视分析ToolStripMenuItem
@@ -3629,7 +3629,7 @@
this.附属物分析ToolStripMenuItem,
this.无源淹没分析ToolStripMenuItem});
this.区域分析ToolStripMenuItem.Name = "区域分析ToolStripMenuItem";
- this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.区域分析ToolStripMenuItem.Text = "区域分析";
//
// 缓冲区分析ToolStripMenuItem
@@ -3656,7 +3656,7 @@
// 清除分析ToolStripMenuItem
//
this.清除分析ToolStripMenuItem.Name = "清除分析ToolStripMenuItem";
- this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.清除分析ToolStripMenuItem.Text = "清除分析";
this.清除分析ToolStripMenuItem.Click += new System.EventHandler(this.buttonItemClear_Click);
//
@@ -3729,14 +3729,14 @@
this.dataGridViewX1.AllowUserToAddRows = false;
this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX1.Location = new System.Drawing.Point(0, 5);
@@ -4124,12 +4124,12 @@
//
this.ribbonControl1.BackgroundStyle.Class = "";
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonControl1.Controls.Add(this.ribbonPanel2);
- this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel7);
this.ribbonControl1.Controls.Add(this.ribbonPanel1);
- this.ribbonControl1.Controls.Add(this.ribbonPanel15);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel8);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel2);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel15);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
@@ -4170,96 +4170,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel2
- //
- this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel2.Controls.Add(this.ribbonBar4);
- this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel2.Name = "ribbonPanel2";
- this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
- //
- //
- //
- this.ribbonPanel2.Style.Class = "";
- this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseDown.Class = "";
- this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseOver.Class = "";
- this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel2.TabIndex = 39;
- //
- // ribbonBar4
- //
- this.ribbonBar4.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.BackgroundStyle.Class = "";
- this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.ContainerControlProcessDialogKey = true;
- this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem_TaskManager,
- this.buttonItem_OnlineTask,
- this.buttonItem_Event});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- this.ribbonBar4.Text = "ribbonBar4";
- //
- //
- //
- this.ribbonBar4.TitleStyle.Class = "";
- this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.TitleStyleMouseOver.Class = "";
- this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.TitleVisible = false;
- //
- // buttonItem_TaskManager
- //
- this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
- this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
- this.buttonItem_TaskManager.Text = "工单管理";
- this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
- //
- // buttonItem_OnlineTask
- //
- this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
- this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
- this.buttonItem_OnlineTask.Text = "在线任务";
- this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
- //
- // buttonItem_Event
- //
- this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_Event.Name = "buttonItem_Event";
- this.buttonItem_Event.SubItemsExpandWidth = 14;
- this.buttonItem_Event.Text = "事件管理";
- this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
- //
// ribbonPanel3
//
this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4362,221 +4272,220 @@
this.buttonItem9.Text = "文档管理";
this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
//
- // ribbonPanel7
+ // ribbonPanel2
//
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.ribbonBar5);
- this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel7.Name = "ribbonPanel7";
- this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel2.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel2.Name = "ribbonPanel2";
+ this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel7.Style.Class = "";
- this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.Style.Class = "";
+ this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseDown.Class = "";
- this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.StyleMouseDown.Class = "";
+ this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseOver.Class = "";
- this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel7.TabIndex = 41;
- this.ribbonPanel7.Visible = false;
+ this.ribbonPanel2.StyleMouseOver.Class = "";
+ this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.TabIndex = 39;
+ this.ribbonPanel2.Visible = false;
//
- // ribbonBar5
+ // ribbonBar4
//
- this.ribbonBar5.AutoOverflowEnabled = true;
+ this.ribbonBar4.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.BackgroundStyle.Class = "";
- this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.ContainerControlProcessDialogKey = true;
- this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_flag,
- this.slider4ground});
- this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar5.Name = "ribbonBar5";
- this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar5.TabIndex = 0;
+ this.ribbonBar4.BackgroundStyle.Class = "";
+ this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.ContainerControlProcessDialogKey = true;
+ this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem_TaskManager,
+ this.buttonItem_OnlineTask,
+ this.buttonItem_Event});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ this.ribbonBar4.Text = "ribbonBar4";
//
//
//
- this.ribbonBar5.TitleStyle.Class = "";
- this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleStyle.Class = "";
+ this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.TitleStyleMouseOver.Class = "";
- this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.TitleVisible = false;
+ this.ribbonBar4.TitleStyleMouseOver.Class = "";
+ this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleVisible = false;
//
- // btn_flag
+ // buttonItem_TaskManager
//
- this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
- this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_flag.Name = "btn_flag";
- this.btn_flag.SubItemsExpandWidth = 14;
- this.btn_flag.Text = "标识器管理";
- this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
+ this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
+ this.buttonItem_TaskManager.Text = "工单管理";
+ this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
//
- // slider4ground
+ // buttonItem_OnlineTask
//
- this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
+ this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
+ this.buttonItem_OnlineTask.Text = "在线任务";
+ this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
//
- // ribbonPanel1
+ // buttonItem_Event
//
- this.ribbonPanel1.AutoSize = true;
- this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
- this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel1.Controls.Add(this.ribbonBar21);
- this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel1.Name = "ribbonPanel1";
- this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
+ this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_Event.Name = "buttonItem_Event";
+ this.buttonItem_Event.SubItemsExpandWidth = 14;
+ this.buttonItem_Event.Text = "事件管理";
+ this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
//
+ // ribbonPanel8
//
+ this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
+ this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel8.Name = "ribbonPanel8";
+ this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
//
- this.ribbonPanel1.Style.Class = "";
- this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.Style.Class = "";
+ this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseDown.Class = "";
- this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.StyleMouseDown.Class = "";
+ this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseOver.Class = "";
- this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel1.TabIndex = 1;
- this.ribbonPanel1.Visible = false;
//
- // ribbonBar21
//
- this.ribbonBar21.AutoOverflowEnabled = true;
- this.ribbonBar21.BackColor = System.Drawing.Color.White;
+ this.ribbonPanel8.StyleMouseOver.Class = "";
+ this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel8.TabIndex = 42;
+ this.ribbonPanel8.Visible = false;
+ //
+ // ribbonBar_UserInfo
+ //
+ this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.BackgroundStyle.Class = "";
- this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.ContainerControlProcessDialogKey = true;
- this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem87,
- this.buttonItem88,
- this.buttonItem27,
- this.sliderGroundTransSet1,
- this.buttonItem91,
- this.buttonItem1,
- this.btnlegendSet,
- this.buttonItem89});
- this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar21.Name = "ribbonBar21";
- this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
- this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar21.TabIndex = 2;
- this.ribbonBar21.Text = "浏览模式";
+ this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
+ this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_user_info,
+ this.btn_role_info,
+ this.btn_resc_info,
+ this.btn_role_resc,
+ this.btn_user_role,
+ this.btn_password_edit,
+ this.btn_reset_password});
+ this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
+ this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar_UserInfo.TabIndex = 0;
//
//
//
- this.ribbonBar21.TitleStyle.Class = "";
- this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.TitleStyle.Class = "";
+ this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.TitleStyleMouseOver.Class = "";
- this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.TitleVisible = false;
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- // buttonItem87
+ // btn_user_info
//
- this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
- this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem87.Name = "buttonItem87";
- this.buttonItem87.SubItemsExpandWidth = 14;
- this.buttonItem87.Text = "地上模式";
- this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
+ this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_info.Name = "btn_user_info";
+ this.btn_user_info.SubItemsExpandWidth = 14;
+ this.btn_user_info.Text = "用户管理";
+ this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
//
- // buttonItem88
+ // btn_role_info
//
- this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
- this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem88.Name = "buttonItem88";
- this.buttonItem88.SubItemsExpandWidth = 14;
- this.buttonItem88.Text = "地下模式";
- this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
+ this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
+ this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_info.Name = "btn_role_info";
+ this.btn_role_info.SubItemsExpandWidth = 14;
+ this.btn_role_info.Text = "角色管理";
+ this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
//
- // buttonItem27
+ // btn_resc_info
//
- this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
- this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem27.Name = "buttonItem27";
- this.buttonItem27.SubItemsExpandWidth = 14;
- this.buttonItem27.Text = "行走模式";
- this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
+ this.btn_resc_info.Name = "btn_resc_info";
//
- // buttonItem91
+ // btn_role_resc
//
- this.buttonItem91.ForeColor = System.Drawing.Color.Black;
- this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
- this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem91.Name = "buttonItem91";
- this.buttonItem91.SubItemsExpandWidth = 14;
- this.buttonItem91.Text = "快速定位";
- this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
+ this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
+ this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_resc.Name = "btn_role_resc";
+ this.btn_role_resc.SubItemsExpandWidth = 14;
+ this.btn_role_resc.Text = "角色授权";
+ this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
//
- // buttonItem1
+ // btn_user_role
//
- this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
- this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem1.Name = "buttonItem1";
- this.buttonItem1.SubItemsExpandWidth = 14;
- this.buttonItem1.Text = "图层管理";
- this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
+ this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
+ this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_role.Name = "btn_user_role";
+ this.btn_user_role.SubItemsExpandWidth = 14;
+ this.btn_user_role.Text = "用户授权";
+ this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
//
- // btnlegendSet
+ // btn_password_edit
//
- this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
- this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnlegendSet.Name = "btnlegendSet";
- this.btnlegendSet.SubItemsExpandWidth = 14;
- this.btnlegendSet.Text = "图例";
- this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
+ this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
+ this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_password_edit.Name = "btn_password_edit";
+ this.btn_password_edit.SubItemsExpandWidth = 14;
+ this.btn_password_edit.Text = "密码修改";
+ this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
//
- // buttonItem89
+ // btn_reset_password
//
- this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
- this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem89.Name = "buttonItem89";
- this.buttonItem89.SubItemsExpandWidth = 14;
- this.buttonItem89.Text = "全屏显示";
- this.buttonItem89.Visible = false;
- this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
+ this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_reset_password.Name = "btn_reset_password";
+ this.btn_reset_password.SubItemsExpandWidth = 14;
+ this.btn_reset_password.Text = "重置密码";
+ this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
//
// ribbonPanel15
//
@@ -5890,129 +5799,220 @@
this.buttonItemBZ11.Text = "标注管理";
this.buttonItemBZ11.Click += new System.EventHandler(this.buttonItemBZ11_Click);
//
- // ribbonPanel8
+ // ribbonPanel1
//
- this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
- this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel8.Name = "ribbonPanel8";
- this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel1.AutoSize = true;
+ this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
+ this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel1.Controls.Add(this.ribbonBar21);
+ this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel1.Name = "ribbonPanel1";
+ this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel8.Style.Class = "";
- this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.Style.Class = "";
+ this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseDown.Class = "";
- this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.StyleMouseDown.Class = "";
+ this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseOver.Class = "";
- this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel8.TabIndex = 42;
- this.ribbonPanel8.Visible = false;
+ this.ribbonPanel1.StyleMouseOver.Class = "";
+ this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.TabIndex = 1;
+ this.ribbonPanel1.Visible = false;
//
- // ribbonBar_UserInfo
+ // ribbonBar21
//
- this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
+ this.ribbonBar21.AutoOverflowEnabled = true;
+ this.ribbonBar21.BackColor = System.Drawing.Color.White;
//
//
//
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
- this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_user_info,
- this.btn_role_info,
- this.btn_resc_info,
- this.btn_role_resc,
- this.btn_user_role,
- this.btn_password_edit,
- this.btn_reset_password});
- this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
- this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar_UserInfo.TabIndex = 0;
+ this.ribbonBar21.BackgroundStyle.Class = "";
+ this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.ContainerControlProcessDialogKey = true;
+ this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem87,
+ this.buttonItem88,
+ this.buttonItem27,
+ this.sliderGroundTransSet1,
+ this.buttonItem91,
+ this.buttonItem1,
+ this.btnlegendSet,
+ this.buttonItem89});
+ this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar21.Name = "ribbonBar21";
+ this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
+ this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar21.TabIndex = 2;
+ this.ribbonBar21.Text = "浏览模式";
//
//
//
- this.ribbonBar_UserInfo.TitleStyle.Class = "";
- this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyle.Class = "";
+ this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
- this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyleMouseOver.Class = "";
+ this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleVisible = false;
//
- // btn_user_info
+ // buttonItem87
//
- this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_info.Name = "btn_user_info";
- this.btn_user_info.SubItemsExpandWidth = 14;
- this.btn_user_info.Text = "用户管理";
- this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
+ this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
+ this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem87.Name = "buttonItem87";
+ this.buttonItem87.SubItemsExpandWidth = 14;
+ this.buttonItem87.Text = "地上模式";
+ this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
//
- // btn_role_info
+ // buttonItem88
//
- this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
- this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_info.Name = "btn_role_info";
- this.btn_role_info.SubItemsExpandWidth = 14;
- this.btn_role_info.Text = "角色管理";
- this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
+ this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
+ this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem88.Name = "buttonItem88";
+ this.buttonItem88.SubItemsExpandWidth = 14;
+ this.buttonItem88.Text = "地下模式";
+ this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
//
- // btn_resc_info
+ // buttonItem27
//
- this.btn_resc_info.Name = "btn_resc_info";
+ this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
+ this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem27.Name = "buttonItem27";
+ this.buttonItem27.SubItemsExpandWidth = 14;
+ this.buttonItem27.Text = "行走模式";
+ this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
//
- // btn_role_resc
+ // buttonItem91
//
- this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
- this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_resc.Name = "btn_role_resc";
- this.btn_role_resc.SubItemsExpandWidth = 14;
- this.btn_role_resc.Text = "角色授权";
- this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
+ this.buttonItem91.ForeColor = System.Drawing.Color.Black;
+ this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
+ this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem91.Name = "buttonItem91";
+ this.buttonItem91.SubItemsExpandWidth = 14;
+ this.buttonItem91.Text = "快速定位";
+ this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
//
- // btn_user_role
+ // buttonItem1
//
- this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
- this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_role.Name = "btn_user_role";
- this.btn_user_role.SubItemsExpandWidth = 14;
- this.btn_user_role.Text = "用户授权";
- this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
+ this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
+ this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem1.Name = "buttonItem1";
+ this.buttonItem1.SubItemsExpandWidth = 14;
+ this.buttonItem1.Text = "图层管理";
+ this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
- // btn_password_edit
+ // btnlegendSet
//
- this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
- this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_password_edit.Name = "btn_password_edit";
- this.btn_password_edit.SubItemsExpandWidth = 14;
- this.btn_password_edit.Text = "密码修改";
- this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
+ this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
+ this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnlegendSet.Name = "btnlegendSet";
+ this.btnlegendSet.SubItemsExpandWidth = 14;
+ this.btnlegendSet.Text = "图例";
+ this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
//
- // btn_reset_password
+ // buttonItem89
//
- this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
- this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_reset_password.Name = "btn_reset_password";
- this.btn_reset_password.SubItemsExpandWidth = 14;
- this.btn_reset_password.Text = "重置密码";
- this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
+ this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
+ this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem89.Name = "buttonItem89";
+ this.buttonItem89.SubItemsExpandWidth = 14;
+ this.buttonItem89.Text = "全屏显示";
+ this.buttonItem89.Visible = false;
+ this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.ribbonBar5);
+ this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel7.Name = "ribbonPanel7";
+ this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ //
+ //
+ //
+ this.ribbonPanel7.Style.Class = "";
+ this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseDown.Class = "";
+ this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseOver.Class = "";
+ this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel7.TabIndex = 41;
+ //
+ // ribbonBar5
+ //
+ this.ribbonBar5.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundStyle.Class = "";
+ this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.ContainerControlProcessDialogKey = true;
+ this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_flag,
+ this.slider4ground});
+ this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar5.Name = "ribbonBar5";
+ this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar5.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyle.Class = "";
+ this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyleMouseOver.Class = "";
+ this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.TitleVisible = false;
+ //
+ // btn_flag
+ //
+ this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
+ this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_flag.Name = "btn_flag";
+ this.btn_flag.SubItemsExpandWidth = 14;
+ this.btn_flag.Text = "标识器管理";
+ this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ //
+ // slider4ground
+ //
+ this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
//
// ribbonTabItem1
//
@@ -6035,7 +6035,6 @@
// ribbonTabItem2
//
this.ribbonTabItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.ribbonTabItem2.Checked = true;
this.ribbonTabItem2.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Green;
this.ribbonTabItem2.HoverImage = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.HoverImage")));
this.ribbonTabItem2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.Image")));
@@ -6055,6 +6054,7 @@
// ribbonTabItem7
//
this.ribbonTabItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.ribbonTabItem7.Checked = true;
this.ribbonTabItem7.HoverImage = global::Cyberpipe.Properties.Resources._24x24icon_04_hover1;
this.ribbonTabItem7.Image = global::Cyberpipe.Properties.Resources._24x24icon_041;
this.ribbonTabItem7.Name = "ribbonTabItem7";
@@ -6472,12 +6472,12 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
- this.ribbonPanel1.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel8.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/MainFrm.resx b/MainFrm.resx
index 9d1d787..891cbd1 100644
--- a/MainFrm.resx
+++ b/MainFrm.resx
@@ -1781,6 +1781,9 @@
864, 17
+
+ 864, 17
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index e34456e..78c7354 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/MainFrm.cs b/MainFrm.cs
index 5850283..29758a9 100644
--- a/MainFrm.cs
+++ b/MainFrm.cs
@@ -1,29 +1,18 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel;
using System.Data;
using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.IO;
using GeoScene.Globe;
using GeoScene.Data;
using GeoScene.Engine;
using System.Runtime.InteropServices;
-using DevComponents.DotNetBar.Rendering;
using DevComponents.DotNetBar;
using System.Xml;
using System.Collections;
-using System.Data.SqlClient;
-using System.Diagnostics;
-using Microsoft.Win32;
using System.Threading;
-using System.Net.NetworkInformation;
-using System.Net.Sockets;
-using MySql.Data.MySqlClient;
using System.Data.OracleClient;
-using Cyberpipe.PATM_Forms;
-using Cyberpipe.Forms;
using Cyberpipe.EMS_Forms;
namespace Cyberpipe
@@ -388,43 +377,43 @@
{
if (Utility.userRole.IndexOf("全区域管线长度统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管线长度统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域阀门数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(阀门数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域井盖数量统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(井盖数量统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域埋深分段统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(埋深分段统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域管径分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(管径分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域材质分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(材质分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域附属物分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(附属物分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器分类统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器分类统计ToolStripMenuItem);
}
if (Utility.userRole.IndexOf("全区域标识器街道统计") < 0)
{
- 绘制区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
+ 全区域统计ToolStripMenuItem.DropDownItems.Remove(标识器街道统计ToolStripMenuItem);
}
}
#endregion
@@ -689,10 +678,14 @@
else
{
ribbonTabItem7.Select();
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(标识器管理)") < 0)
{
slider4ground.Visible = false;
}
+ if (Utility.userRole.IndexOf("标识器管理(标识器管理)") < 0)
+ {
+ btn_flag.Visible = false;
+ }
}
#endregion
@@ -771,7 +764,7 @@
{
buttonItem27.Visible = false;
}
- if (Utility.userRole.IndexOf("透明度设置") < 0)
+ if (Utility.userRole.IndexOf("地面透明度(基础工具)") < 0)
{
sliderGroundTransSet1.Visible = false;
}
@@ -8886,7 +8879,6 @@
return null;
GSOFeatureLayer flayer = layer as GSOFeatureLayer;
- GSOFeatureDataset fdataset = flayer.Dataset as GSOFeatureDataset;
GSOFeatures feats;
GSOFeatures newfeats;
@@ -14067,7 +14059,6 @@
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
int Width = this.Width;
- //int Height = this.Height;
string welcomeUser = "欢迎您:" + Utility.userName;
Graphics g = e.Graphics;
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index df3dffe..8c683f1 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -30,17 +30,17 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
this.dockSite1 = new DevComponents.DotNetBar.DockSite();
@@ -366,30 +366,26 @@
this.可编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_device = new DevComponents.DotNetBar.ButtonItem();
this.btn_Person = new DevComponents.DotNetBar.ButtonItem();
this.btn_constructMap = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
- this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem_TaskManager = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_OnlineTask = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem_Event = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSJGL = new DevComponents.DotNetBar.ButtonItem();
@@ -552,15 +548,19 @@
this.buttonItemBZ9 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ10 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemBZ11 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel8 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar_UserInfo = new DevComponents.DotNetBar.RibbonBar();
- this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_resc_info = new DevComponents.DotNetBar.ButtonItem();
- this.btn_role_resc = new DevComponents.DotNetBar.ButtonItem();
- this.btn_user_role = new DevComponents.DotNetBar.ButtonItem();
- this.btn_password_edit = new DevComponents.DotNetBar.ButtonItem();
- this.btn_reset_password = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem87 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem88 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem91 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
+ this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem14 = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem2 = new DevComponents.DotNetBar.RibbonTabItem();
@@ -647,12 +647,12 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel2.SuspendLayout();
this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
- this.ribbonPanel1.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel2.SuspendLayout();
this.ribbonPanel8.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
+ this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -810,7 +810,7 @@
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 20);
+ this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 21);
this.toolStripDropDownButton1.Text = "帮助";
this.toolStripDropDownButton1.Visible = false;
this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
@@ -1160,14 +1160,14 @@
this.dataGridViewX4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle1;
+ dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX4.DefaultCellStyle = dataGridViewCellStyle23;
this.dataGridViewX4.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX4.Location = new System.Drawing.Point(11, 81);
this.dataGridViewX4.Name = "dataGridViewX4";
@@ -1245,14 +1245,14 @@
this.dataGridViewTextBoxColumn4,
this.Column3,
this.Column4});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX5.DefaultCellStyle = dataGridViewCellStyle24;
this.dataGridViewX5.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX5.Location = new System.Drawing.Point(11, 225);
this.dataGridViewX5.Name = "dataGridViewX5";
@@ -1446,14 +1446,14 @@
this.dataGridViewX6.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle3;
+ dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX6.DefaultCellStyle = dataGridViewCellStyle25;
this.dataGridViewX6.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX6.Location = new System.Drawing.Point(10, 124);
this.dataGridViewX6.Name = "dataGridViewX6";
@@ -1530,14 +1530,14 @@
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9});
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle4;
+ dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle26.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle26.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX7.DefaultCellStyle = dataGridViewCellStyle26;
this.dataGridViewX7.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX7.Location = new System.Drawing.Point(10, 275);
this.dataGridViewX7.Name = "dataGridViewX7";
@@ -1749,14 +1749,14 @@
this.dataGridViewX8.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13});
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle5;
+ dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX8.DefaultCellStyle = dataGridViewCellStyle27;
this.dataGridViewX8.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX8.Location = new System.Drawing.Point(10, 118);
this.dataGridViewX8.Name = "dataGridViewX8";
@@ -1844,14 +1844,14 @@
this.dataGridViewTextBoxColumn16,
this.dataGridViewTextBoxColumn17,
this.dataGridViewTextBoxColumn18});
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle6;
+ dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX9.DefaultCellStyle = dataGridViewCellStyle28;
this.dataGridViewX9.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX9.Location = new System.Drawing.Point(8, 269);
this.dataGridViewX9.Name = "dataGridViewX9";
@@ -2173,14 +2173,14 @@
this.dataGridViewLineList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn19,
this.dataGridViewTextBoxColumn20});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle7;
+ dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewLineList.DefaultCellStyle = dataGridViewCellStyle29;
this.dataGridViewLineList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewLineList.Location = new System.Drawing.Point(9, 155);
this.dataGridViewLineList.Name = "dataGridViewLineList";
@@ -2268,14 +2268,14 @@
this.dataGridViewTextBoxColumn24,
this.dataGridViewTextBoxColumn25,
this.水平净距});
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle8;
+ dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewAnalysisResult.DefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewAnalysisResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewAnalysisResult.Location = new System.Drawing.Point(8, 310);
this.dataGridViewAnalysisResult.Name = "dataGridViewAnalysisResult";
@@ -2510,14 +2510,14 @@
this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11});
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle9;
+ dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle31;
this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX2.Location = new System.Drawing.Point(9, 130);
this.dataGridViewX2.Name = "dataGridViewX2";
@@ -2604,14 +2604,14 @@
this.Column6,
this.Colomn12,
this.Column5});
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle10;
+ dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle32;
this.dataGridViewX3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX3.Location = new System.Drawing.Point(8, 276);
this.dataGridViewX3.Name = "dataGridViewX3";
@@ -2907,7 +2907,7 @@
this.水平面积ToolStripMenuItem1,
this.地表面积ToolStripMenuItem1});
this.量算ToolStripMenuItem.Name = "量算ToolStripMenuItem";
- this.量算ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.量算ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.量算ToolStripMenuItem.Text = "量算";
//
// 水平距离ToolStripMenuItem1
@@ -2970,7 +2970,7 @@
this.前进ToolStripMenuItem,
this.删除模型ToolStripMenuItem});
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
- this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.编辑ToolStripMenuItem.Text = "编辑";
//
// 平移对象ToolStripMenuItem
@@ -3046,7 +3046,7 @@
this.绕中心点飞行ToolStripMenuItem,
this.绕眼睛飞行ToolStripMenuItem});
this.飞行ToolStripMenuItem.Name = "飞行ToolStripMenuItem";
- this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.飞行ToolStripMenuItem.Text = "飞行";
//
// 自定义飞行ToolStripMenuItem
@@ -3092,7 +3092,7 @@
this.红线工具ToolStripMenuItem,
this.标注管理ToolStripMenuItem});
this.标注ToolStripMenuItem.Name = "标注ToolStripMenuItem";
- this.标注ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.标注ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.标注ToolStripMenuItem.Text = "标注";
//
// 标高标注ToolStripMenuItem
@@ -3187,7 +3187,7 @@
this.关键字查询ToolStripMenuItem,
this.附属物查询ToolStripMenuItem});
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
- this.查询ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.查询ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.查询ToolStripMenuItem.Text = "查询";
//
// 空间查询ToolStripMenuItem
@@ -3274,7 +3274,7 @@
this.标识器分类统计ToolStripMenuItem,
this.标识器街道统计ToolStripMenuItem});
this.全区域统计ToolStripMenuItem.Name = "全区域统计ToolStripMenuItem";
- this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.全区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.全区域统计ToolStripMenuItem.Text = "全区域统计";
//
// 管线长度统计ToolStripMenuItem
@@ -3361,7 +3361,7 @@
this.标识器分类统计ToolStripMenuItem1,
this.标识器街道统计ToolStripMenuItem1});
this.绘制区域统计ToolStripMenuItem.Name = "绘制区域统计ToolStripMenuItem";
- this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.绘制区域统计ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.绘制区域统计ToolStripMenuItem.Text = "绘制区域统计";
//
// 管线长度统计ToolStripMenuItem1
@@ -3442,7 +3442,7 @@
this.道路断面分析ToolStripMenuItem,
this.基线剖面分析ToolStripMenuItem});
this.断面分析ToolStripMenuItem.Name = "断面分析ToolStripMenuItem";
- this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.断面分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.断面分析ToolStripMenuItem.Text = "断面分析";
//
// 横断面分析ToolStripMenuItem
@@ -3484,7 +3484,7 @@
this.连通分析ToolStripMenuItem,
this.爆管分析ToolStripMenuItem});
this.拓扑分析ToolStripMenuItem.Name = "拓扑分析ToolStripMenuItem";
- this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.拓扑分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.拓扑分析ToolStripMenuItem.Text = "拓扑分析";
//
// 创建拓扑ToolStripMenuItem
@@ -3546,7 +3546,7 @@
this.隐藏隧道ToolStripMenuItem,
this.删除隧道ToolStripMenuItem});
this.开挖分析ToolStripMenuItem.Name = "开挖分析ToolStripMenuItem";
- this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.开挖分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.开挖分析ToolStripMenuItem.Text = "开挖分析";
//
// 多边形开挖ToolStripMenuItem
@@ -3598,7 +3598,7 @@
this.可视域分析ToolStripMenuItem,
this.可视包络分析ToolStripMenuItem});
this.视域分析ToolStripMenuItem.Name = "视域分析ToolStripMenuItem";
- this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.视域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.视域分析ToolStripMenuItem.Text = "视域分析";
//
// 通视分析ToolStripMenuItem
@@ -3629,7 +3629,7 @@
this.附属物分析ToolStripMenuItem,
this.无源淹没分析ToolStripMenuItem});
this.区域分析ToolStripMenuItem.Name = "区域分析ToolStripMenuItem";
- this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.区域分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.区域分析ToolStripMenuItem.Text = "区域分析";
//
// 缓冲区分析ToolStripMenuItem
@@ -3656,7 +3656,7 @@
// 清除分析ToolStripMenuItem
//
this.清除分析ToolStripMenuItem.Name = "清除分析ToolStripMenuItem";
- this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
+ this.清除分析ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.清除分析ToolStripMenuItem.Text = "清除分析";
this.清除分析ToolStripMenuItem.Click += new System.EventHandler(this.buttonItemClear_Click);
//
@@ -3729,14 +3729,14 @@
this.dataGridViewX1.AllowUserToAddRows = false;
this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dataGridViewX1.Location = new System.Drawing.Point(0, 5);
@@ -4124,12 +4124,12 @@
//
this.ribbonControl1.BackgroundStyle.Class = "";
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonControl1.Controls.Add(this.ribbonPanel2);
- this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel7);
this.ribbonControl1.Controls.Add(this.ribbonPanel1);
- this.ribbonControl1.Controls.Add(this.ribbonPanel15);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel8);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel2);
+ this.ribbonControl1.Controls.Add(this.ribbonPanel15);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
@@ -4170,96 +4170,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel2
- //
- this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel2.Controls.Add(this.ribbonBar4);
- this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel2.Name = "ribbonPanel2";
- this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
- //
- //
- //
- this.ribbonPanel2.Style.Class = "";
- this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseDown.Class = "";
- this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel2.StyleMouseOver.Class = "";
- this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel2.TabIndex = 39;
- //
- // ribbonBar4
- //
- this.ribbonBar4.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.BackgroundStyle.Class = "";
- this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.ContainerControlProcessDialogKey = true;
- this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem_TaskManager,
- this.buttonItem_OnlineTask,
- this.buttonItem_Event});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- this.ribbonBar4.Text = "ribbonBar4";
- //
- //
- //
- this.ribbonBar4.TitleStyle.Class = "";
- this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar4.TitleStyleMouseOver.Class = "";
- this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar4.TitleVisible = false;
- //
- // buttonItem_TaskManager
- //
- this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
- this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
- this.buttonItem_TaskManager.Text = "工单管理";
- this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
- //
- // buttonItem_OnlineTask
- //
- this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
- this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
- this.buttonItem_OnlineTask.Text = "在线任务";
- this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
- //
- // buttonItem_Event
- //
- this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem_Event.Name = "buttonItem_Event";
- this.buttonItem_Event.SubItemsExpandWidth = 14;
- this.buttonItem_Event.Text = "事件管理";
- this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
- //
// ribbonPanel3
//
this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4362,221 +4272,220 @@
this.buttonItem9.Text = "文档管理";
this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
//
- // ribbonPanel7
+ // ribbonPanel2
//
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.ribbonBar5);
- this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel7.Name = "ribbonPanel7";
- this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel2.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel2.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel2.Name = "ribbonPanel2";
+ this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel2.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel7.Style.Class = "";
- this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.Style.Class = "";
+ this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseDown.Class = "";
- this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.StyleMouseDown.Class = "";
+ this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel7.StyleMouseOver.Class = "";
- this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel7.TabIndex = 41;
- this.ribbonPanel7.Visible = false;
+ this.ribbonPanel2.StyleMouseOver.Class = "";
+ this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel2.TabIndex = 39;
+ this.ribbonPanel2.Visible = false;
//
- // ribbonBar5
+ // ribbonBar4
//
- this.ribbonBar5.AutoOverflowEnabled = true;
+ this.ribbonBar4.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.BackgroundStyle.Class = "";
- this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.ContainerControlProcessDialogKey = true;
- this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_flag,
- this.slider4ground});
- this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar5.Name = "ribbonBar5";
- this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar5.TabIndex = 0;
+ this.ribbonBar4.BackgroundStyle.Class = "";
+ this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.ContainerControlProcessDialogKey = true;
+ this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem_TaskManager,
+ this.buttonItem_OnlineTask,
+ this.buttonItem_Event});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(211, 59);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ this.ribbonBar4.Text = "ribbonBar4";
//
//
//
- this.ribbonBar5.TitleStyle.Class = "";
- this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleStyle.Class = "";
+ this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar5.TitleStyleMouseOver.Class = "";
- this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar5.TitleVisible = false;
+ this.ribbonBar4.TitleStyleMouseOver.Class = "";
+ this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar4.TitleVisible = false;
//
- // btn_flag
+ // buttonItem_TaskManager
//
- this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
- this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_flag.Name = "btn_flag";
- this.btn_flag.SubItemsExpandWidth = 14;
- this.btn_flag.Text = "标识器管理";
- this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ this.buttonItem_TaskManager.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem_TaskManager.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_TaskManager.Name = "buttonItem_TaskManager";
+ this.buttonItem_TaskManager.SubItemsExpandWidth = 14;
+ this.buttonItem_TaskManager.Text = "工单管理";
+ this.buttonItem_TaskManager.Click += new System.EventHandler(this.buttonItem_TaskManager_Click);
//
- // slider4ground
+ // buttonItem_OnlineTask
//
- this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ this.buttonItem_OnlineTask.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem_OnlineTask.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_OnlineTask.Name = "buttonItem_OnlineTask";
+ this.buttonItem_OnlineTask.SubItemsExpandWidth = 14;
+ this.buttonItem_OnlineTask.Text = "在线任务";
+ this.buttonItem_OnlineTask.Click += new System.EventHandler(this.buttonItem_OnlineTask_Click);
//
- // ribbonPanel1
+ // buttonItem_Event
//
- this.ribbonPanel1.AutoSize = true;
- this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
- this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel1.Controls.Add(this.ribbonBar21);
- this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel1.Name = "ribbonPanel1";
- this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
+ this.buttonItem_Event.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem_Event.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem_Event.Name = "buttonItem_Event";
+ this.buttonItem_Event.SubItemsExpandWidth = 14;
+ this.buttonItem_Event.Text = "事件管理";
+ this.buttonItem_Event.Click += new System.EventHandler(this.buttonItem_Event_Click);
//
+ // ribbonPanel8
//
+ this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
+ this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel8.Name = "ribbonPanel8";
+ this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
//
- this.ribbonPanel1.Style.Class = "";
- this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.Style.Class = "";
+ this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseDown.Class = "";
- this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
+ this.ribbonPanel8.StyleMouseDown.Class = "";
+ this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- this.ribbonPanel1.StyleMouseOver.Class = "";
- this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel1.TabIndex = 1;
- this.ribbonPanel1.Visible = false;
//
- // ribbonBar21
//
- this.ribbonBar21.AutoOverflowEnabled = true;
- this.ribbonBar21.BackColor = System.Drawing.Color.White;
+ this.ribbonPanel8.StyleMouseOver.Class = "";
+ this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel8.TabIndex = 42;
+ this.ribbonPanel8.Visible = false;
+ //
+ // ribbonBar_UserInfo
+ //
+ this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
//
//
//
- this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.BackgroundStyle.Class = "";
- this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.ContainerControlProcessDialogKey = true;
- this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem87,
- this.buttonItem88,
- this.buttonItem27,
- this.sliderGroundTransSet1,
- this.buttonItem91,
- this.buttonItem1,
- this.btnlegendSet,
- this.buttonItem89});
- this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar21.Name = "ribbonBar21";
- this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
- this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar21.TabIndex = 2;
- this.ribbonBar21.Text = "浏览模式";
+ this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
+ this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
+ this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_user_info,
+ this.btn_role_info,
+ this.btn_resc_info,
+ this.btn_role_resc,
+ this.btn_user_role,
+ this.btn_password_edit,
+ this.btn_reset_password});
+ this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
+ this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar_UserInfo.TabIndex = 0;
//
//
//
- this.ribbonBar21.TitleStyle.Class = "";
- this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar_UserInfo.TitleStyle.Class = "";
+ this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar21.TitleStyleMouseOver.Class = "";
- this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar21.TitleVisible = false;
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
+ this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
- // buttonItem87
+ // btn_user_info
//
- this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
- this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem87.Name = "buttonItem87";
- this.buttonItem87.SubItemsExpandWidth = 14;
- this.buttonItem87.Text = "地上模式";
- this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
+ this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_info.Name = "btn_user_info";
+ this.btn_user_info.SubItemsExpandWidth = 14;
+ this.btn_user_info.Text = "用户管理";
+ this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
//
- // buttonItem88
+ // btn_role_info
//
- this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
- this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem88.Name = "buttonItem88";
- this.buttonItem88.SubItemsExpandWidth = 14;
- this.buttonItem88.Text = "地下模式";
- this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
+ this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
+ this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_info.Name = "btn_role_info";
+ this.btn_role_info.SubItemsExpandWidth = 14;
+ this.btn_role_info.Text = "角色管理";
+ this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
//
- // buttonItem27
+ // btn_resc_info
//
- this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
- this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem27.Name = "buttonItem27";
- this.buttonItem27.SubItemsExpandWidth = 14;
- this.buttonItem27.Text = "行走模式";
- this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
+ this.btn_resc_info.Name = "btn_resc_info";
//
- // buttonItem91
+ // btn_role_resc
//
- this.buttonItem91.ForeColor = System.Drawing.Color.Black;
- this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
- this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem91.Name = "buttonItem91";
- this.buttonItem91.SubItemsExpandWidth = 14;
- this.buttonItem91.Text = "快速定位";
- this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
+ this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
+ this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_role_resc.Name = "btn_role_resc";
+ this.btn_role_resc.SubItemsExpandWidth = 14;
+ this.btn_role_resc.Text = "角色授权";
+ this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
//
- // buttonItem1
+ // btn_user_role
//
- this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
- this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem1.Name = "buttonItem1";
- this.buttonItem1.SubItemsExpandWidth = 14;
- this.buttonItem1.Text = "图层管理";
- this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
+ this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
+ this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_user_role.Name = "btn_user_role";
+ this.btn_user_role.SubItemsExpandWidth = 14;
+ this.btn_user_role.Text = "用户授权";
+ this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
//
- // btnlegendSet
+ // btn_password_edit
//
- this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
- this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnlegendSet.Name = "btnlegendSet";
- this.btnlegendSet.SubItemsExpandWidth = 14;
- this.btnlegendSet.Text = "图例";
- this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
+ this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
+ this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_password_edit.Name = "btn_password_edit";
+ this.btn_password_edit.SubItemsExpandWidth = 14;
+ this.btn_password_edit.Text = "密码修改";
+ this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
//
- // buttonItem89
+ // btn_reset_password
//
- this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
- this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem89.Name = "buttonItem89";
- this.buttonItem89.SubItemsExpandWidth = 14;
- this.buttonItem89.Text = "全屏显示";
- this.buttonItem89.Visible = false;
- this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
+ this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_reset_password.Name = "btn_reset_password";
+ this.btn_reset_password.SubItemsExpandWidth = 14;
+ this.btn_reset_password.Text = "重置密码";
+ this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
//
// ribbonPanel15
//
@@ -5890,129 +5799,220 @@
this.buttonItemBZ11.Text = "标注管理";
this.buttonItemBZ11.Click += new System.EventHandler(this.buttonItemBZ11_Click);
//
- // ribbonPanel8
+ // ribbonPanel1
//
- this.ribbonPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel8.Controls.Add(this.ribbonBar_UserInfo);
- this.ribbonPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel8.Location = new System.Drawing.Point(0, 33);
- this.ribbonPanel8.Name = "ribbonPanel8";
- this.ribbonPanel8.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel8.Size = new System.Drawing.Size(1328, 62);
+ this.ribbonPanel1.AutoSize = true;
+ this.ribbonPanel1.CanvasColor = System.Drawing.Color.Gray;
+ this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel1.Controls.Add(this.ribbonBar21);
+ this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel1.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel1.Name = "ribbonPanel1";
+ this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel1.Size = new System.Drawing.Size(1328, 62);
//
//
//
- this.ribbonPanel8.Style.Class = "";
- this.ribbonPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.Style.Class = "";
+ this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseDown.Class = "";
- this.ribbonPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.StyleMouseDown.Class = "";
+ this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonPanel8.StyleMouseOver.Class = "";
- this.ribbonPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel8.TabIndex = 42;
- this.ribbonPanel8.Visible = false;
+ this.ribbonPanel1.StyleMouseOver.Class = "";
+ this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel1.TabIndex = 1;
+ this.ribbonPanel1.Visible = false;
//
- // ribbonBar_UserInfo
+ // ribbonBar21
//
- this.ribbonBar_UserInfo.AutoOverflowEnabled = true;
+ this.ribbonBar21.AutoOverflowEnabled = true;
+ this.ribbonBar21.BackColor = System.Drawing.Color.White;
//
//
//
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar21.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.BackgroundStyle.Class = "";
- this.ribbonBar_UserInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar_UserInfo.ContainerControlProcessDialogKey = true;
- this.ribbonBar_UserInfo.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar_UserInfo.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_user_info,
- this.btn_role_info,
- this.btn_resc_info,
- this.btn_role_resc,
- this.btn_user_role,
- this.btn_password_edit,
- this.btn_reset_password});
- this.ribbonBar_UserInfo.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar_UserInfo.Name = "ribbonBar_UserInfo";
- this.ribbonBar_UserInfo.Size = new System.Drawing.Size(427, 59);
- this.ribbonBar_UserInfo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar_UserInfo.TabIndex = 0;
+ this.ribbonBar21.BackgroundStyle.Class = "";
+ this.ribbonBar21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.ContainerControlProcessDialogKey = true;
+ this.ribbonBar21.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar21.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem87,
+ this.buttonItem88,
+ this.buttonItem27,
+ this.sliderGroundTransSet1,
+ this.buttonItem91,
+ this.buttonItem1,
+ this.btnlegendSet,
+ this.buttonItem89});
+ this.ribbonBar21.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar21.Name = "ribbonBar21";
+ this.ribbonBar21.Size = new System.Drawing.Size(737, 59);
+ this.ribbonBar21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar21.TabIndex = 2;
+ this.ribbonBar21.Text = "浏览模式";
//
//
//
- this.ribbonBar_UserInfo.TitleStyle.Class = "";
- this.ribbonBar_UserInfo.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyle.Class = "";
+ this.ribbonBar21.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
- this.ribbonBar_UserInfo.TitleStyleMouseOver.Class = "";
- this.ribbonBar_UserInfo.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleStyleMouseOver.Class = "";
+ this.ribbonBar21.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar21.TitleVisible = false;
//
- // btn_user_info
+ // buttonItem87
//
- this.btn_user_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.btn_user_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_info.Name = "btn_user_info";
- this.btn_user_info.SubItemsExpandWidth = 14;
- this.btn_user_info.Text = "用户管理";
- this.btn_user_info.Click += new System.EventHandler(this.btn_user_info_Click);
+ this.buttonItem87.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__86;
+ this.buttonItem87.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem87.Name = "buttonItem87";
+ this.buttonItem87.SubItemsExpandWidth = 14;
+ this.buttonItem87.Text = "地上模式";
+ this.buttonItem87.Click += new System.EventHandler(this.buttonItem87_Click);
//
- // btn_role_info
+ // buttonItem88
//
- this.btn_role_info.Image = global::Cyberpipe.Properties.Resources._24x24icon_05_hover1;
- this.btn_role_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_info.Name = "btn_role_info";
- this.btn_role_info.SubItemsExpandWidth = 14;
- this.btn_role_info.Text = "角色管理";
- this.btn_role_info.Click += new System.EventHandler(this.btn_role_info_Click);
+ this.buttonItem88.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__87;
+ this.buttonItem88.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem88.Name = "buttonItem88";
+ this.buttonItem88.SubItemsExpandWidth = 14;
+ this.buttonItem88.Text = "地下模式";
+ this.buttonItem88.Click += new System.EventHandler(this.buttonItem88_Click);
//
- // btn_resc_info
+ // buttonItem27
//
- this.btn_resc_info.Name = "btn_resc_info";
+ this.buttonItem27.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__88;
+ this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem27.Name = "buttonItem27";
+ this.buttonItem27.SubItemsExpandWidth = 14;
+ this.buttonItem27.Text = "行走模式";
+ this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
//
- // btn_role_resc
+ // buttonItem91
//
- this.btn_role_resc.Image = global::Cyberpipe.Properties.Resources.btnlegendSet_Image_副本;
- this.btn_role_resc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_role_resc.Name = "btn_role_resc";
- this.btn_role_resc.SubItemsExpandWidth = 14;
- this.btn_role_resc.Text = "角色授权";
- this.btn_role_resc.Click += new System.EventHandler(this.btn_role_resc_Click);
+ this.buttonItem91.ForeColor = System.Drawing.Color.Black;
+ this.buttonItem91.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__92;
+ this.buttonItem91.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem91.Name = "buttonItem91";
+ this.buttonItem91.SubItemsExpandWidth = 14;
+ this.buttonItem91.Text = "快速定位";
+ this.buttonItem91.Click += new System.EventHandler(this.buttonItem91_Click);
//
- // btn_user_role
+ // buttonItem1
//
- this.btn_user_role.Image = global::Cyberpipe.Properties.Resources._24x24icon_08_hover;
- this.btn_user_role.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_user_role.Name = "btn_user_role";
- this.btn_user_role.SubItemsExpandWidth = 14;
- this.btn_user_role.Text = "用户授权";
- this.btn_user_role.Click += new System.EventHandler(this.btn_user_role_Click);
+ this.buttonItem1.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__94;
+ this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem1.Name = "buttonItem1";
+ this.buttonItem1.SubItemsExpandWidth = 14;
+ this.buttonItem1.Text = "图层管理";
+ this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
- // btn_password_edit
+ // btnlegendSet
//
- this.btn_password_edit.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__67;
- this.btn_password_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_password_edit.Name = "btn_password_edit";
- this.btn_password_edit.SubItemsExpandWidth = 14;
- this.btn_password_edit.Text = "密码修改";
- this.btn_password_edit.Click += new System.EventHandler(this.btn_password_edit_Click);
+ this.btnlegendSet.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__93;
+ this.btnlegendSet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnlegendSet.Name = "btnlegendSet";
+ this.btnlegendSet.SubItemsExpandWidth = 14;
+ this.btnlegendSet.Text = "图例";
+ this.btnlegendSet.Click += new System.EventHandler(this.btnlegendSet_Click);
//
- // btn_reset_password
+ // buttonItem89
//
- this.btn_reset_password.Image = global::Cyberpipe.Properties.Resources.liuxiang;
- this.btn_reset_password.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_reset_password.Name = "btn_reset_password";
- this.btn_reset_password.SubItemsExpandWidth = 14;
- this.btn_reset_password.Text = "重置密码";
- this.btn_reset_password.Click += new System.EventHandler(this.btn_reset_password_Click);
+ this.buttonItem89.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__90;
+ this.buttonItem89.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem89.Name = "buttonItem89";
+ this.buttonItem89.SubItemsExpandWidth = 14;
+ this.buttonItem89.Text = "全屏显示";
+ this.buttonItem89.Visible = false;
+ this.buttonItem89.Click += new System.EventHandler(this.buttonItem89_Click);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.ribbonBar5);
+ this.ribbonPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel7.Location = new System.Drawing.Point(0, 33);
+ this.ribbonPanel7.Name = "ribbonPanel7";
+ this.ribbonPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel7.Size = new System.Drawing.Size(1328, 62);
+ //
+ //
+ //
+ this.ribbonPanel7.Style.Class = "";
+ this.ribbonPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseDown.Class = "";
+ this.ribbonPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel7.StyleMouseOver.Class = "";
+ this.ribbonPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel7.TabIndex = 41;
+ //
+ // ribbonBar5
+ //
+ this.ribbonBar5.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.BackgroundStyle.Class = "";
+ this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.ContainerControlProcessDialogKey = true;
+ this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_flag,
+ this.slider4ground});
+ this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar5.Name = "ribbonBar5";
+ this.ribbonBar5.Size = new System.Drawing.Size(427, 59);
+ this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar5.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyle.Class = "";
+ this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar5.TitleStyleMouseOver.Class = "";
+ this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar5.TitleVisible = false;
+ //
+ // btn_flag
+ //
+ this.btn_flag.Image = global::Cyberpipe.Properties.Resources._24x24icon_03_hover;
+ this.btn_flag.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_flag.Name = "btn_flag";
+ this.btn_flag.SubItemsExpandWidth = 14;
+ this.btn_flag.Text = "标识器管理";
+ this.btn_flag.Click += new System.EventHandler(this.btn_flag_Click);
+ //
+ // slider4ground
+ //
+ this.slider4ground.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
//
// ribbonTabItem1
//
@@ -6035,7 +6035,6 @@
// ribbonTabItem2
//
this.ribbonTabItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.ribbonTabItem2.Checked = true;
this.ribbonTabItem2.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Green;
this.ribbonTabItem2.HoverImage = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.HoverImage")));
this.ribbonTabItem2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonTabItem2.Image")));
@@ -6055,6 +6054,7 @@
// ribbonTabItem7
//
this.ribbonTabItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.ribbonTabItem7.Checked = true;
this.ribbonTabItem7.HoverImage = global::Cyberpipe.Properties.Resources._24x24icon_04_hover1;
this.ribbonTabItem7.Image = global::Cyberpipe.Properties.Resources._24x24icon_041;
this.ribbonTabItem7.Name = "ribbonTabItem7";
@@ -6472,12 +6472,12 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
- this.ribbonPanel1.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel2.ResumeLayout(false);
this.ribbonPanel8.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
+ this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/MainFrm.resx b/MainFrm.resx
index 9d1d787..891cbd1 100644
--- a/MainFrm.resx
+++ b/MainFrm.resx
@@ -1781,6 +1781,9 @@
864, 17
+
+ 864, 17
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
diff --git a/bin/x86/Debug/login.xml b/bin/x86/Debug/login.xml
index 86e7464..27656b9 100644
--- a/bin/x86/Debug/login.xml
+++ b/bin/x86/Debug/login.xml
@@ -1,6 +1,6 @@
- admin
- admin
+ szht
+ szht@1234
true
\ No newline at end of file