diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/app.config b/app.config
index f4cbe66..0c910ce 100644
--- a/app.config
+++ b/app.config
@@ -9,6 +9,7 @@
+
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/app.config b/app.config
index f4cbe66..0c910ce 100644
--- a/app.config
+++ b/app.config
@@ -9,6 +9,7 @@
+
diff --git a/bin/x86/Debug/Config.xml b/bin/x86/Debug/Config.xml
index 2ec3479..ddb75cd 100644
--- a/bin/x86/Debug/Config.xml
+++ b/bin/x86/Debug/Config.xml
@@ -28,7 +28,7 @@
http://192.168.0.102:8080/ctrl
21
/Resource/title.jpg
- /Resource/图例P.jpg
+ /Resource/图例.png
民晟热电热力管线综合管理系统
CopyRight @2016-2017 中国航天科工二院智慧管网技术研究与发展中心 版权所有
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/app.config b/app.config
index f4cbe66..0c910ce 100644
--- a/app.config
+++ b/app.config
@@ -9,6 +9,7 @@
+
diff --git a/bin/x86/Debug/Config.xml b/bin/x86/Debug/Config.xml
index 2ec3479..ddb75cd 100644
--- a/bin/x86/Debug/Config.xml
+++ b/bin/x86/Debug/Config.xml
@@ -28,7 +28,7 @@
http://192.168.0.102:8080/ctrl
21
/Resource/title.jpg
- /Resource/图例P.jpg
+ /Resource/图例.png
民晟热电热力管线综合管理系统
CopyRight @2016-2017 中国航天科工二院智慧管网技术研究与发展中心 版权所有
diff --git a/bin/x86/Debug/Cyberpipe.exe b/bin/x86/Debug/Cyberpipe.exe
index 3a53714..9c67c6d 100644
--- a/bin/x86/Debug/Cyberpipe.exe
+++ b/bin/x86/Debug/Cyberpipe.exe
Binary files differ
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/app.config b/app.config
index f4cbe66..0c910ce 100644
--- a/app.config
+++ b/app.config
@@ -9,6 +9,7 @@
+
diff --git a/bin/x86/Debug/Config.xml b/bin/x86/Debug/Config.xml
index 2ec3479..ddb75cd 100644
--- a/bin/x86/Debug/Config.xml
+++ b/bin/x86/Debug/Config.xml
@@ -28,7 +28,7 @@
http://192.168.0.102:8080/ctrl
21
/Resource/title.jpg
- /Resource/图例P.jpg
+ /Resource/图例.png
民晟热电热力管线综合管理系统
CopyRight @2016-2017 中国航天科工二院智慧管网技术研究与发展中心 版权所有
diff --git a/bin/x86/Debug/Cyberpipe.exe b/bin/x86/Debug/Cyberpipe.exe
index 3a53714..9c67c6d 100644
--- a/bin/x86/Debug/Cyberpipe.exe
+++ b/bin/x86/Debug/Cyberpipe.exe
Binary files differ
diff --git a/bin/x86/Debug/Cyberpipe.exe.config b/bin/x86/Debug/Cyberpipe.exe.config
index f4cbe66..0c910ce 100644
--- a/bin/x86/Debug/Cyberpipe.exe.config
+++ b/bin/x86/Debug/Cyberpipe.exe.config
@@ -9,6 +9,7 @@
+
diff --git a/Cyberpipe.suo b/Cyberpipe.suo
index a2188d8..fa93540 100644
--- a/Cyberpipe.suo
+++ b/Cyberpipe.suo
Binary files differ
diff --git a/FrmLogin.cs b/FrmLogin.cs
index e1ea714..19fae65 100644
--- a/FrmLogin.cs
+++ b/FrmLogin.cs
@@ -29,8 +29,12 @@
///
private void button1_Click(object sender, EventArgs e)
{
- bool result = ValidateUser();
+ //bool result = ValidateUser();
//bool result =ValidateFromUrl();//从平台获取用户角色信息,判断是否能登陆成功
+
+ String isPlatFormRight = System.Configuration.ConfigurationSettings.AppSettings["isPlatFormRight"];
+ bool result = Convert.ToBoolean(isPlatFormRight) ? ValidateFromUrl() : ValidateUser();
+
if (result)
{
WriteXml();
diff --git a/MainFrm.designer.cs b/MainFrm.designer.cs
index 5a45aaf..eeb067c 100644
--- a/MainFrm.designer.cs
+++ b/MainFrm.designer.cs
@@ -112,6 +112,7 @@
this.sideBar1 = new DevComponents.DotNetBar.SideBar();
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.layerSensorTree = new System.Windows.Forms.TreeView();
+ this.layerTree = new Cyberpipe.MyTreeView();
this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
@@ -260,18 +261,6 @@
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
- this.slider4ground = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
- this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar21 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
@@ -279,33 +268,6 @@
this.btnlegendSet = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem89 = new DevComponents.DotNetBar.ButtonItem();
this.btnOutputJPG = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
- this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
- this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
- this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
- this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
- this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
- this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel15 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar20 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItemSH = new DevComponents.DotNetBar.ButtonItem();
@@ -360,6 +322,45 @@
this.buttonItemXT4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItemXT4_2 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel12 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar18 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem133 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem132 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem127 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem128 = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem1 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItem134 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem130 = new DevComponents.DotNetBar.ButtonItem();
+ this.btn_check_history = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemHX1 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemHX2 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemDCTP = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem3 = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel6 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItemSPSZ = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItemLocation = new DevComponents.DotNetBar.ButtonItem();
+ this.sliderItem2 = new DevComponents.DotNetBar.SliderItem();
+ this.buttonItemGBJC = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_flag = new DevComponents.DotNetBar.ButtonItem();
+ this.slider4ground = new DevComponents.DotNetBar.SliderItem();
+ this.ribbonPanel7 = new DevComponents.DotNetBar.RibbonPanel();
+ this.gxdw_ribbonbar = new DevComponents.DotNetBar.RibbonBar();
+ this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
+ this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
+ this.btn_document_info = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.btn_user_info = new DevComponents.DotNetBar.ButtonItem();
@@ -540,7 +541,6 @@
this.labelX17 = new DevComponents.DotNetBar.LabelX();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.layerTree = new Cyberpipe.MyTreeView();
this.statusStrip1.SuspendLayout();
this.sideBar1.SuspendLayout();
this.panelEx3.SuspendLayout();
@@ -551,14 +551,14 @@
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStripDeleteLayerNode.SuspendLayout();
this.ribbonControl1.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
- this.ribbonPanel7.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
+ this.ribbonPanel15.SuspendLayout();
this.ribbonPanel12.SuspendLayout();
this.ribbonPanel5.SuspendLayout();
this.ribbonPanel6.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel7.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
- this.ribbonPanel15.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.panelOfTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
@@ -979,6 +979,18 @@
this.layerSensorTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerMarkerTree_NodeMouseClick);
this.layerSensorTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
//
+ // layerTree
+ //
+ this.layerTree.CheckBoxes = true;
+ this.layerTree.ItemHeight = 18;
+ this.layerTree.Location = new System.Drawing.Point(30, 78);
+ this.layerTree.Name = "layerTree";
+ this.layerTree.Size = new System.Drawing.Size(121, 97);
+ this.layerTree.TabIndex = 1;
+ this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
+ this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
+ this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
+ //
// sideBarPanelItem3
//
this.sideBarPanelItem3.FontBold = true;
@@ -2175,208 +2187,6 @@
this.ribbonControl1.Text = "ribbonControl1";
this.ribbonControl1.UseCustomizeDialog = false;
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel3.Controls.Add(this.ribbonBar4);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel3.Style.Class = "";
- this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseDown.Class = "";
- this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel3.StyleMouseOver.Class = "";
- this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel3.TabIndex = 40;
- this.ribbonPanel3.Visible = false;
- //
- // 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.btn_flag,
- this.slider4ground});
- this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar4.Name = "ribbonBar4";
- this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
- this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar4.TabIndex = 0;
- //
- //
- //
- 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;
- //
- // 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.LabelWidth = 50;
- this.slider4ground.Name = "slider4ground";
- this.slider4ground.Text = "地面透明度";
- this.slider4ground.TextColor = System.Drawing.Color.Black;
- this.slider4ground.Value = 0;
- this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
- //
- // ribbonPanel7
- //
- this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
- 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;
- this.ribbonPanel7.Visible = false;
- //
- // gxdw_ribbonbar
- //
- this.gxdw_ribbonbar.AutoOverflowEnabled = true;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.BackgroundStyle.Class = "";
- this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
- this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
- this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem9,
- this.buttonItem10,
- this.buttonItem11,
- this.buttonItem12,
- this.buttonItem13,
- this.buttonItem14});
- this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
- this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
- this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
- this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.gxdw_ribbonbar.TabIndex = 0;
- this.gxdw_ribbonbar.Text = "ribbonBar5";
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyle.Class = "";
- this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
- this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.gxdw_ribbonbar.TitleVisible = false;
- //
- // buttonItem9
- //
- this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
- this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem9.Name = "buttonItem9";
- this.buttonItem9.SubItemsExpandWidth = 14;
- this.buttonItem9.Text = "工单管理";
- this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
- //
- // buttonItem10
- //
- this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
- this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem10.Name = "buttonItem10";
- this.buttonItem10.SubItemsExpandWidth = 14;
- this.buttonItem10.Text = "在线任务";
- this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
- //
- // buttonItem11
- //
- this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
- this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem11.Name = "buttonItem11";
- this.buttonItem11.SubItemsExpandWidth = 14;
- this.buttonItem11.Text = "事件管理";
- this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
- //
- // buttonItem12
- //
- this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
- this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem12.Name = "buttonItem12";
- this.buttonItem12.SubItemsExpandWidth = 14;
- this.buttonItem12.Text = "探测仪管理";
- this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
- //
- // buttonItem13
- //
- this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
- this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem13.Name = "buttonItem13";
- this.buttonItem13.SubItemsExpandWidth = 14;
- this.buttonItem13.Text = "巡检人员维护";
- this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
- //
- // buttonItem14
- //
- this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
- this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem14.Name = "buttonItem14";
- this.buttonItem14.SubItemsExpandWidth = 14;
- this.buttonItem14.Text = "导出施工图";
- this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
- //
// ribbonPanel1
//
this.ribbonPanel1.AutoSize = true;
@@ -2493,459 +2303,6 @@
this.btnOutputJPG.Text = "导出图片";
this.btnOutputJPG.Click += new System.EventHandler(this.btnOutputJPG_Click);
//
- // ribbonPanel12
- //
- this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel12.Controls.Add(this.ribbonBar18);
- this.ribbonPanel12.Controls.Add(this.ribbonBar13);
- this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel12.Name = "ribbonPanel12";
- this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel12.Style.Class = "";
- this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseDown.Class = "";
- this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel12.StyleMouseOver.Class = "";
- this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel12.TabIndex = 34;
- this.ribbonPanel12.Visible = false;
- //
- // ribbonBar18
- //
- this.ribbonBar18.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.BackgroundStyle.Class = "";
- this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.ContainerControlProcessDialogKey = true;
- this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem133,
- this.buttonItem132});
- this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
- this.ribbonBar18.Name = "ribbonBar18";
- this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
- this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar18.TabIndex = 1;
- //
- //
- //
- this.ribbonBar18.TitleStyle.Class = "";
- this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar18.TitleStyleMouseOver.Class = "";
- this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar18.TitleVisible = false;
- //
- // buttonItem133
- //
- this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
- this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem133.Name = "buttonItem133";
- this.buttonItem133.SubItemsExpandWidth = 14;
- this.buttonItem133.Text = "审核入库";
- this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
- //
- // buttonItem132
- //
- this.buttonItem132.Name = "buttonItem132";
- //
- // ribbonBar13
- //
- this.ribbonBar13.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.BackgroundStyle.Class = "";
- this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.ContainerControlProcessDialogKey = true;
- this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem127,
- this.buttonItem128,
- this.sliderItem1,
- this.buttonItem134,
- this.buttonItem130,
- this.btn_check_history});
- this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar13.Name = "ribbonBar13";
- this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
- this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar13.TabIndex = 0;
- //
- //
- //
- this.ribbonBar13.TitleStyle.Class = "";
- this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar13.TitleStyleMouseOver.Class = "";
- this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar13.TitleVisible = false;
- //
- // buttonItem127
- //
- this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
- this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem127.Name = "buttonItem127";
- this.buttonItem127.SubItemsExpandWidth = 14;
- this.buttonItem127.Text = "打开数据";
- this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
- //
- // buttonItem128
- //
- this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
- this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem128.Name = "buttonItem128";
- this.buttonItem128.SubItemsExpandWidth = 14;
- this.buttonItem128.Text = "一键审核";
- this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
- //
- // sliderItem1
- //
- this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem1.LabelWidth = 50;
- this.sliderItem1.Name = "sliderItem1";
- this.sliderItem1.Text = "地面透明度";
- this.sliderItem1.TextColor = System.Drawing.Color.Black;
- this.sliderItem1.Value = 0;
- this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
- //
- // buttonItem134
- //
- this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
- this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem134.Name = "buttonItem134";
- this.buttonItem134.SubItemsExpandWidth = 14;
- this.buttonItem134.Text = "模拟设计修改";
- this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
- //
- // buttonItem130
- //
- this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
- this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem130.Name = "buttonItem130";
- this.buttonItem130.SubItemsExpandWidth = 14;
- this.buttonItem130.Text = "导出审核图";
- this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
- //
- // btn_check_history
- //
- this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
- this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_check_history.Name = "btn_check_history";
- this.btn_check_history.SubItemsExpandWidth = 14;
- this.btn_check_history.Text = "审核历史";
- this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
- //
- // ribbonPanel5
- //
- this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel5.Controls.Add(this.ribbonBar2);
- this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel5.Name = "ribbonPanel5";
- this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel5.Style.Class = "";
- this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseDown.Class = "";
- this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel5.StyleMouseOver.Class = "";
- this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel5.TabIndex = 37;
- this.ribbonPanel5.Visible = false;
- //
- // ribbonBar2
- //
- this.ribbonBar2.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.BackgroundStyle.Class = "";
- this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.ContainerControlProcessDialogKey = true;
- this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemHX1,
- this.buttonItemHX2,
- this.buttonItemDCTP,
- this.sliderItem3});
- this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar2.Name = "ribbonBar2";
- this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
- this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar2.TabIndex = 0;
- //
- //
- //
- this.ribbonBar2.TitleStyle.Class = "";
- this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar2.TitleStyleMouseOver.Class = "";
- this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar2.TitleVisible = false;
- //
- // buttonItemHX1
- //
- this.buttonItemHX1.AutoExpandOnClick = true;
- this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
- this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX1.Name = "buttonItemHX1";
- this.buttonItemHX1.SubItemsExpandWidth = 14;
- this.buttonItemHX1.Text = "导入红线";
- this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
- //
- // buttonItemHX2
- //
- this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
- this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemHX2.Name = "buttonItemHX2";
- this.buttonItemHX2.SubItemsExpandWidth = 14;
- this.buttonItemHX2.Text = "红线审核";
- this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
- //
- // buttonItemDCTP
- //
- this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
- this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemDCTP.Name = "buttonItemDCTP";
- this.buttonItemDCTP.SubItemsExpandWidth = 14;
- this.buttonItemDCTP.Text = "导出图片";
- this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
- //
- // sliderItem3
- //
- this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem3.LabelWidth = 50;
- this.sliderItem3.Name = "sliderItem3";
- this.sliderItem3.Text = "地面透明度";
- this.sliderItem3.TextColor = System.Drawing.Color.Black;
- this.sliderItem3.Value = 0;
- this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
- //
- // ribbonPanel6
- //
- this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel6.Controls.Add(this.ribbonBar6);
- this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel6.Name = "ribbonPanel6";
- this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel6.Style.Class = "";
- this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseDown.Class = "";
- this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel6.StyleMouseOver.Class = "";
- this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel6.TabIndex = 38;
- this.ribbonPanel6.Visible = false;
- //
- // ribbonBar6
- //
- this.ribbonBar6.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.BackgroundStyle.Class = "";
- this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.ContainerControlProcessDialogKey = true;
- this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItemSPSZ,
- this.buttonItem8,
- this.buttonItemLocation,
- this.sliderItem2,
- this.buttonItemGBJC});
- this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar6.Name = "ribbonBar6";
- this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
- this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar6.TabIndex = 0;
- //
- //
- //
- this.ribbonBar6.TitleStyle.Class = "";
- this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar6.TitleStyleMouseOver.Class = "";
- this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar6.TitleVisible = false;
- //
- // buttonItemSPSZ
- //
- this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
- this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemSPSZ.Name = "buttonItemSPSZ";
- this.buttonItemSPSZ.SubItemsExpandWidth = 14;
- this.buttonItemSPSZ.Text = "双屏设置";
- this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
- //
- // buttonItem8
- //
- this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
- this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItem8.Name = "buttonItem8";
- this.buttonItem8.SubItemsExpandWidth = 14;
- this.buttonItem8.Text = "双屏分析";
- this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
- //
- // buttonItemLocation
- //
- this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
- this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemLocation.Name = "buttonItemLocation";
- this.buttonItemLocation.SubItemsExpandWidth = 14;
- this.buttonItemLocation.Text = "快速定位";
- this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
- //
- // sliderItem2
- //
- this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
- this.sliderItem2.LabelWidth = 50;
- this.sliderItem2.Name = "sliderItem2";
- this.sliderItem2.Text = "地面透明度";
- this.sliderItem2.TextColor = System.Drawing.Color.Black;
- this.sliderItem2.Value = 0;
- this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
- //
- // buttonItemGBJC
- //
- this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
- this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.buttonItemGBJC.Name = "buttonItemGBJC";
- this.buttonItemGBJC.SubItemsExpandWidth = 14;
- this.buttonItemGBJC.Text = "国标检测";
- this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonPanel4.Controls.Add(this.ribbonBar1);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
- //
- //
- //
- this.ribbonPanel4.Style.Class = "";
- this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseDown.Class = "";
- this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonPanel4.StyleMouseOver.Class = "";
- this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonPanel4.TabIndex = 36;
- this.ribbonPanel4.Visible = false;
- //
- // ribbonBar1
- //
- this.ribbonBar1.AutoOverflowEnabled = true;
- //
- //
- //
- this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
- this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.BackgroundStyle.Class = "";
- this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.ContainerControlProcessDialogKey = true;
- this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_document_info});
- this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
- this.ribbonBar1.Name = "ribbonBar1";
- this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
- this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ribbonBar1.TabIndex = 0;
- //
- //
- //
- this.ribbonBar1.TitleStyle.Class = "";
- this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ribbonBar1.TitleStyleMouseOver.Class = "";
- this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ribbonBar1.TitleVisible = false;
- //
- // btn_document_info
- //
- this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
- this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btn_document_info.Name = "btn_document_info";
- this.btn_document_info.SubItemsExpandWidth = 14;
- this.btn_document_info.Text = "文档管理";
- this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
- //
// ribbonPanel15
//
this.ribbonPanel15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -3424,6 +2781,661 @@
this.buttonItemXT4_2.Text = "人员修改";
this.buttonItemXT4_2.Click += new System.EventHandler(this.buttonItemXT4_2_Click);
//
+ // ribbonPanel12
+ //
+ this.ribbonPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel12.Controls.Add(this.ribbonBar18);
+ this.ribbonPanel12.Controls.Add(this.ribbonBar13);
+ this.ribbonPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel12.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel12.Name = "ribbonPanel12";
+ this.ribbonPanel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel12.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel12.Style.Class = "";
+ this.ribbonPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseDown.Class = "";
+ this.ribbonPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel12.StyleMouseOver.Class = "";
+ this.ribbonPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel12.TabIndex = 34;
+ this.ribbonPanel12.Visible = false;
+ //
+ // ribbonBar18
+ //
+ this.ribbonBar18.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar18.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.BackgroundStyle.Class = "";
+ this.ribbonBar18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.ContainerControlProcessDialogKey = true;
+ this.ribbonBar18.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar18.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem133,
+ this.buttonItem132});
+ this.ribbonBar18.Location = new System.Drawing.Point(508, 0);
+ this.ribbonBar18.Name = "ribbonBar18";
+ this.ribbonBar18.Size = new System.Drawing.Size(75, 92);
+ this.ribbonBar18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar18.TabIndex = 1;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyle.Class = "";
+ this.ribbonBar18.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar18.TitleStyleMouseOver.Class = "";
+ this.ribbonBar18.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar18.TitleVisible = false;
+ //
+ // buttonItem133
+ //
+ this.buttonItem133.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem133.Image")));
+ this.buttonItem133.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem133.Name = "buttonItem133";
+ this.buttonItem133.SubItemsExpandWidth = 14;
+ this.buttonItem133.Text = "审核入库";
+ this.buttonItem133.Click += new System.EventHandler(this.buttonItem133_Click_1);
+ //
+ // buttonItem132
+ //
+ this.buttonItem132.Name = "buttonItem132";
+ //
+ // ribbonBar13
+ //
+ this.ribbonBar13.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.BackgroundStyle.Class = "";
+ this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.ContainerControlProcessDialogKey = true;
+ this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem127,
+ this.buttonItem128,
+ this.sliderItem1,
+ this.buttonItem134,
+ this.buttonItem130,
+ this.btn_check_history});
+ this.ribbonBar13.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar13.Name = "ribbonBar13";
+ this.ribbonBar13.Size = new System.Drawing.Size(505, 92);
+ this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar13.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyle.Class = "";
+ this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar13.TitleStyleMouseOver.Class = "";
+ this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar13.TitleVisible = false;
+ //
+ // buttonItem127
+ //
+ this.buttonItem127.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem127.Image")));
+ this.buttonItem127.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem127.Name = "buttonItem127";
+ this.buttonItem127.SubItemsExpandWidth = 14;
+ this.buttonItem127.Text = "打开数据";
+ this.buttonItem127.Click += new System.EventHandler(this.buttonItem127_Click_2);
+ //
+ // buttonItem128
+ //
+ this.buttonItem128.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem128.Image")));
+ this.buttonItem128.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem128.Name = "buttonItem128";
+ this.buttonItem128.SubItemsExpandWidth = 14;
+ this.buttonItem128.Text = "一键审核";
+ this.buttonItem128.Click += new System.EventHandler(this.buttonItem128_Click);
+ //
+ // sliderItem1
+ //
+ this.sliderItem1.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem1.LabelWidth = 50;
+ this.sliderItem1.Name = "sliderItem1";
+ this.sliderItem1.Text = "地面透明度";
+ this.sliderItem1.TextColor = System.Drawing.Color.Black;
+ this.sliderItem1.Value = 0;
+ this.sliderItem1.ValueChanged += new System.EventHandler(this.sliderItem1_ValueChanged);
+ //
+ // buttonItem134
+ //
+ this.buttonItem134.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem134.Image")));
+ this.buttonItem134.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem134.Name = "buttonItem134";
+ this.buttonItem134.SubItemsExpandWidth = 14;
+ this.buttonItem134.Text = "模拟设计修改";
+ this.buttonItem134.Click += new System.EventHandler(this.buttonItem134_Click_1);
+ //
+ // buttonItem130
+ //
+ this.buttonItem130.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem130.Image")));
+ this.buttonItem130.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem130.Name = "buttonItem130";
+ this.buttonItem130.SubItemsExpandWidth = 14;
+ this.buttonItem130.Text = "导出审核图";
+ this.buttonItem130.Click += new System.EventHandler(this.buttonItem130_Click_1);
+ //
+ // btn_check_history
+ //
+ this.btn_check_history.Image = ((System.Drawing.Image)(resources.GetObject("btn_check_history.Image")));
+ this.btn_check_history.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_check_history.Name = "btn_check_history";
+ this.btn_check_history.SubItemsExpandWidth = 14;
+ this.btn_check_history.Text = "审核历史";
+ this.btn_check_history.Click += new System.EventHandler(this.btn_check_history_Click);
+ //
+ // ribbonPanel5
+ //
+ this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel5.Controls.Add(this.ribbonBar2);
+ this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel5.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel5.Name = "ribbonPanel5";
+ this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel5.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel5.Style.Class = "";
+ this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseDown.Class = "";
+ this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel5.StyleMouseOver.Class = "";
+ this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel5.TabIndex = 37;
+ this.ribbonPanel5.Visible = false;
+ //
+ // ribbonBar2
+ //
+ this.ribbonBar2.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.BackgroundStyle.Class = "";
+ this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.ContainerControlProcessDialogKey = true;
+ this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemHX1,
+ this.buttonItemHX2,
+ this.buttonItemDCTP,
+ this.sliderItem3});
+ this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar2.Name = "ribbonBar2";
+ this.ribbonBar2.Size = new System.Drawing.Size(350, 92);
+ this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar2.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyle.Class = "";
+ this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar2.TitleStyleMouseOver.Class = "";
+ this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar2.TitleVisible = false;
+ //
+ // buttonItemHX1
+ //
+ this.buttonItemHX1.AutoExpandOnClick = true;
+ this.buttonItemHX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX1.Image")));
+ this.buttonItemHX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX1.Name = "buttonItemHX1";
+ this.buttonItemHX1.SubItemsExpandWidth = 14;
+ this.buttonItemHX1.Text = "导入红线";
+ this.buttonItemHX1.Click += new System.EventHandler(this.buttonItemHX1_Click);
+ //
+ // buttonItemHX2
+ //
+ this.buttonItemHX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemHX2.Image")));
+ this.buttonItemHX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemHX2.Name = "buttonItemHX2";
+ this.buttonItemHX2.SubItemsExpandWidth = 14;
+ this.buttonItemHX2.Text = "红线审核";
+ this.buttonItemHX2.Click += new System.EventHandler(this.buttonItemHX2_Click);
+ //
+ // buttonItemDCTP
+ //
+ this.buttonItemDCTP.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemDCTP.Image")));
+ this.buttonItemDCTP.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemDCTP.Name = "buttonItemDCTP";
+ this.buttonItemDCTP.SubItemsExpandWidth = 14;
+ this.buttonItemDCTP.Text = "导出图片";
+ this.buttonItemDCTP.Click += new System.EventHandler(this.buttonItemDCTP_Click);
+ //
+ // sliderItem3
+ //
+ this.sliderItem3.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem3.LabelWidth = 50;
+ this.sliderItem3.Name = "sliderItem3";
+ this.sliderItem3.Text = "地面透明度";
+ this.sliderItem3.TextColor = System.Drawing.Color.Black;
+ this.sliderItem3.Value = 0;
+ this.sliderItem3.ValueChanged += new System.EventHandler(this.sliderItem3_ValueChanged);
+ //
+ // ribbonPanel6
+ //
+ this.ribbonPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel6.Controls.Add(this.ribbonBar6);
+ this.ribbonPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel6.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel6.Name = "ribbonPanel6";
+ this.ribbonPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel6.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel6.Style.Class = "";
+ this.ribbonPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseDown.Class = "";
+ this.ribbonPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel6.StyleMouseOver.Class = "";
+ this.ribbonPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel6.TabIndex = 38;
+ this.ribbonPanel6.Visible = false;
+ //
+ // ribbonBar6
+ //
+ this.ribbonBar6.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.BackgroundStyle.Class = "";
+ this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.ContainerControlProcessDialogKey = true;
+ this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItemSPSZ,
+ this.buttonItem8,
+ this.buttonItemLocation,
+ this.sliderItem2,
+ this.buttonItemGBJC});
+ this.ribbonBar6.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar6.Name = "ribbonBar6";
+ this.ribbonBar6.Size = new System.Drawing.Size(427, 92);
+ this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar6.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyle.Class = "";
+ this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar6.TitleStyleMouseOver.Class = "";
+ this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar6.TitleVisible = false;
+ //
+ // buttonItemSPSZ
+ //
+ this.buttonItemSPSZ.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSPSZ.Image")));
+ this.buttonItemSPSZ.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemSPSZ.Name = "buttonItemSPSZ";
+ this.buttonItemSPSZ.SubItemsExpandWidth = 14;
+ this.buttonItemSPSZ.Text = "双屏设置";
+ this.buttonItemSPSZ.Click += new System.EventHandler(this.buttonItemSPSZ_Click);
+ //
+ // buttonItem8
+ //
+ this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image")));
+ this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem8.Name = "buttonItem8";
+ this.buttonItem8.SubItemsExpandWidth = 14;
+ this.buttonItem8.Text = "双屏分析";
+ this.buttonItem8.Click += new System.EventHandler(this.buttonItem8_Click);
+ //
+ // buttonItemLocation
+ //
+ this.buttonItemLocation.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemLocation.Image")));
+ this.buttonItemLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemLocation.Name = "buttonItemLocation";
+ this.buttonItemLocation.SubItemsExpandWidth = 14;
+ this.buttonItemLocation.Text = "快速定位";
+ this.buttonItemLocation.Click += new System.EventHandler(this.buttonItemLocation_Click);
+ //
+ // sliderItem2
+ //
+ this.sliderItem2.LabelPosition = DevComponents.DotNetBar.eSliderLabelPosition.Top;
+ this.sliderItem2.LabelWidth = 50;
+ this.sliderItem2.Name = "sliderItem2";
+ this.sliderItem2.Text = "地面透明度";
+ this.sliderItem2.TextColor = System.Drawing.Color.Black;
+ this.sliderItem2.Value = 0;
+ this.sliderItem2.ValueChanged += new System.EventHandler(this.sliderItem2_ValueChanged);
+ //
+ // buttonItemGBJC
+ //
+ this.buttonItemGBJC.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemGBJC.Image")));
+ this.buttonItemGBJC.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItemGBJC.Name = "buttonItemGBJC";
+ this.buttonItemGBJC.SubItemsExpandWidth = 14;
+ this.buttonItemGBJC.Text = "国标检测";
+ this.buttonItemGBJC.Click += new System.EventHandler(this.buttonItemGBJC_Click);
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel3.Controls.Add(this.ribbonBar4);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel3.Style.Class = "";
+ this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseDown.Class = "";
+ this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel3.StyleMouseOver.Class = "";
+ this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel3.TabIndex = 40;
+ this.ribbonPanel3.Visible = false;
+ //
+ // 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.btn_flag,
+ this.slider4ground});
+ this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar4.Name = "ribbonBar4";
+ this.ribbonBar4.Size = new System.Drawing.Size(470, 92);
+ this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar4.TabIndex = 0;
+ //
+ //
+ //
+ 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;
+ //
+ // 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.LabelWidth = 50;
+ this.slider4ground.Name = "slider4ground";
+ this.slider4ground.Text = "地面透明度";
+ this.slider4ground.TextColor = System.Drawing.Color.Black;
+ this.slider4ground.Value = 0;
+ this.slider4ground.ValueChanged += new System.EventHandler(this.slider4ground_ValueChanged);
+ //
+ // ribbonPanel7
+ //
+ this.ribbonPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel7.Controls.Add(this.gxdw_ribbonbar);
+ 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;
+ this.ribbonPanel7.Visible = false;
+ //
+ // gxdw_ribbonbar
+ //
+ this.gxdw_ribbonbar.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.BackgroundStyle.Class = "";
+ this.gxdw_ribbonbar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.ContainerControlProcessDialogKey = true;
+ this.gxdw_ribbonbar.Dock = System.Windows.Forms.DockStyle.Left;
+ this.gxdw_ribbonbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.buttonItem9,
+ this.buttonItem10,
+ this.buttonItem11,
+ this.buttonItem12,
+ this.buttonItem13,
+ this.buttonItem14});
+ this.gxdw_ribbonbar.Location = new System.Drawing.Point(3, 0);
+ this.gxdw_ribbonbar.Name = "gxdw_ribbonbar";
+ this.gxdw_ribbonbar.Size = new System.Drawing.Size(564, 59);
+ this.gxdw_ribbonbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.gxdw_ribbonbar.TabIndex = 0;
+ this.gxdw_ribbonbar.Text = "ribbonBar5";
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyle.Class = "";
+ this.gxdw_ribbonbar.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.gxdw_ribbonbar.TitleStyleMouseOver.Class = "";
+ this.gxdw_ribbonbar.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.gxdw_ribbonbar.TitleVisible = false;
+ //
+ // buttonItem9
+ //
+ this.buttonItem9.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__76;
+ this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem9.Name = "buttonItem9";
+ this.buttonItem9.SubItemsExpandWidth = 14;
+ this.buttonItem9.Text = "工单管理";
+ this.buttonItem9.Click += new System.EventHandler(this.buttonItem9_Click);
+ //
+ // buttonItem10
+ //
+ this.buttonItem10.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__69;
+ this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem10.Name = "buttonItem10";
+ this.buttonItem10.SubItemsExpandWidth = 14;
+ this.buttonItem10.Text = "在线任务";
+ this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click);
+ //
+ // buttonItem11
+ //
+ this.buttonItem11.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__72;
+ this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem11.Name = "buttonItem11";
+ this.buttonItem11.SubItemsExpandWidth = 14;
+ this.buttonItem11.Text = "事件管理";
+ this.buttonItem11.Click += new System.EventHandler(this.buttonItem11_Click);
+ //
+ // buttonItem12
+ //
+ this.buttonItem12.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__34;
+ this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem12.Name = "buttonItem12";
+ this.buttonItem12.SubItemsExpandWidth = 14;
+ this.buttonItem12.Text = "探测仪管理";
+ this.buttonItem12.Click += new System.EventHandler(this.buttonItem12_Click);
+ //
+ // buttonItem13
+ //
+ this.buttonItem13.Image = global::Cyberpipe.Properties.Resources._24x24icon_13_hover;
+ this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem13.Name = "buttonItem13";
+ this.buttonItem13.SubItemsExpandWidth = 14;
+ this.buttonItem13.Text = "巡检人员维护";
+ this.buttonItem13.Click += new System.EventHandler(this.buttonItem13_Click);
+ //
+ // buttonItem14
+ //
+ this.buttonItem14.Image = global::Cyberpipe.Properties.Resources._24x24icon__2__56;
+ this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.buttonItem14.Name = "buttonItem14";
+ this.buttonItem14.SubItemsExpandWidth = 14;
+ this.buttonItem14.Text = "导出施工图";
+ this.buttonItem14.Click += new System.EventHandler(this.buttonItem14_Click);
+ //
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonPanel4.Controls.Add(this.ribbonBar1);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 0);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1328, 95);
+ //
+ //
+ //
+ this.ribbonPanel4.Style.Class = "";
+ this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseDown.Class = "";
+ this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonPanel4.StyleMouseOver.Class = "";
+ this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonPanel4.TabIndex = 36;
+ this.ribbonPanel4.Visible = false;
+ //
+ // ribbonBar1
+ //
+ this.ribbonBar1.AutoOverflowEnabled = true;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
+ this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.BackgroundStyle.Class = "";
+ this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.ContainerControlProcessDialogKey = true;
+ this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btn_document_info});
+ this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
+ this.ribbonBar1.Name = "ribbonBar1";
+ this.ribbonBar1.Size = new System.Drawing.Size(200, 92);
+ this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.ribbonBar1.TabIndex = 0;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyle.Class = "";
+ this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ribbonBar1.TitleStyleMouseOver.Class = "";
+ this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ribbonBar1.TitleVisible = false;
+ //
+ // btn_document_info
+ //
+ this.btn_document_info.Image = ((System.Drawing.Image)(resources.GetObject("btn_document_info.Image")));
+ this.btn_document_info.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btn_document_info.Name = "btn_document_info";
+ this.btn_document_info.SubItemsExpandWidth = 14;
+ this.btn_document_info.Text = "文档管理";
+ this.btn_document_info.Click += new System.EventHandler(this.btn_document_info_Click);
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -4554,7 +4566,7 @@
this.dataGridViewX2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewX2.RowHeadersVisible = false;
this.dataGridViewX2.RowTemplate.Height = 23;
- this.dataGridViewX2.Size = new System.Drawing.Size(52465, 92);
+ this.dataGridViewX2.Size = new System.Drawing.Size(52762, 92);
this.dataGridViewX2.TabIndex = 11;
//
// dataGridViewTextBoxColumn10
@@ -4664,7 +4676,7 @@
this.dataGridViewX3.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewX3.RowHeadersVisible = false;
this.dataGridViewX3.RowTemplate.Height = 23;
- this.dataGridViewX3.Size = new System.Drawing.Size(52464, 127);
+ this.dataGridViewX3.Size = new System.Drawing.Size(52761, 127);
this.dataGridViewX3.TabIndex = 5;
this.dataGridViewX3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX3_MouseDoubleClick);
//
@@ -5666,7 +5678,7 @@
this.dataGridViewX6.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
this.dataGridViewX6.RowHeadersVisible = false;
this.dataGridViewX6.RowTemplate.Height = 23;
- this.dataGridViewX6.Size = new System.Drawing.Size(45, 92);
+ this.dataGridViewX6.Size = new System.Drawing.Size(28, 92);
this.dataGridViewX6.TabIndex = 3;
//
// dataGridViewTextBoxColumn5
@@ -5766,7 +5778,7 @@
this.dataGridViewX7.RowHeadersDefaultCellStyle = dataGridViewCellStyle33;
this.dataGridViewX7.RowHeadersVisible = false;
this.dataGridViewX7.RowTemplate.Height = 23;
- this.dataGridViewX7.Size = new System.Drawing.Size(44, 127);
+ this.dataGridViewX7.Size = new System.Drawing.Size(27, 127);
this.dataGridViewX7.TabIndex = 5;
this.dataGridViewX7.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX7_MouseDoubleClick);
//
@@ -5946,18 +5958,6 @@
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
- // layerTree
- //
- this.layerTree.CheckBoxes = true;
- this.layerTree.ItemHeight = 18;
- this.layerTree.Location = new System.Drawing.Point(30, 78);
- this.layerTree.Name = "layerTree";
- this.layerTree.Size = new System.Drawing.Size(121, 97);
- this.layerTree.TabIndex = 1;
- this.layerTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterCheck);
- this.layerTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseClick);
- this.layerTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.layerTree_NodeMouseDoubleClick);
- //
// MainFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -6000,14 +6000,14 @@
this.contextMenuStripDeleteLayerNode.ResumeLayout(false);
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
- this.ribbonPanel3.ResumeLayout(false);
- this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel1.ResumeLayout(false);
+ this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel12.ResumeLayout(false);
this.ribbonPanel5.ResumeLayout(false);
this.ribbonPanel6.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel7.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
- this.ribbonPanel15.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.panelOfTable.ResumeLayout(false);
this.panelOfTable.PerformLayout();
diff --git a/app.config b/app.config
index f4cbe66..0c910ce 100644
--- a/app.config
+++ b/app.config
@@ -9,6 +9,7 @@
+
diff --git a/bin/x86/Debug/Config.xml b/bin/x86/Debug/Config.xml
index 2ec3479..ddb75cd 100644
--- a/bin/x86/Debug/Config.xml
+++ b/bin/x86/Debug/Config.xml
@@ -28,7 +28,7 @@
http://192.168.0.102:8080/ctrl
21
/Resource/title.jpg
- /Resource/图例P.jpg
+ /Resource/图例.png
民晟热电热力管线综合管理系统
CopyRight @2016-2017 中国航天科工二院智慧管网技术研究与发展中心 版权所有
diff --git a/bin/x86/Debug/Cyberpipe.exe b/bin/x86/Debug/Cyberpipe.exe
index 3a53714..9c67c6d 100644
--- a/bin/x86/Debug/Cyberpipe.exe
+++ b/bin/x86/Debug/Cyberpipe.exe
Binary files differ
diff --git a/bin/x86/Debug/Cyberpipe.exe.config b/bin/x86/Debug/Cyberpipe.exe.config
index f4cbe66..0c910ce 100644
--- a/bin/x86/Debug/Cyberpipe.exe.config
+++ b/bin/x86/Debug/Cyberpipe.exe.config
@@ -9,6 +9,7 @@
+
diff --git "a/bin/x86/Debug/Resource/\345\233\276\344\276\213.png" "b/bin/x86/Debug/Resource/\345\233\276\344\276\213.png"
new file mode 100644
index 0000000..f5e58b0
--- /dev/null
+++ "b/bin/x86/Debug/Resource/\345\233\276\344\276\213.png"
Binary files differ