📄 mainfrm.cs
字号:
// controlbar_check
//
this.controlbar_check.Index = 2;
this.controlbar_check.Text = "控制窗口";
//
// measure_check
//
this.measure_check.Index = 3;
this.measure_check.Text = "测量信息";
this.measure_check.Click += new System.EventHandler(this.measure_check_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.bt_SetNodes);
this.groupBox1.Controls.Add(this.groupBox9);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.net_road);
this.groupBox1.Controls.Add(this.bt_CatchCrimer);
this.groupBox1.Controls.Add(this.datafrm);
this.groupBox1.Controls.Add(this.layout);
this.groupBox1.Controls.Add(this.btnguzhang);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1032, 72);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
//
// bt_SetNodes
//
this.bt_SetNodes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bt_SetNodes.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.bt_SetNodes.ForeColor = System.Drawing.Color.Transparent;
this.bt_SetNodes.ImageIndex = 7;
this.bt_SetNodes.ImageList = this.imageList1;
this.bt_SetNodes.Location = new System.Drawing.Point(422, 14);
this.bt_SetNodes.Name = "bt_SetNodes";
this.bt_SetNodes.Size = new System.Drawing.Size(74, 56);
this.bt_SetNodes.TabIndex = 28;
this.toolTip1.SetToolTip(this.bt_SetNodes, "道路紧急事件处理");
this.bt_SetNodes.Click += new System.EventHandler(this.bt_SetNodes_Click);
//
// groupBox9
//
this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox9.Controls.Add(this.exit);
this.groupBox9.Location = new System.Drawing.Point(896, 0);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(140, 74);
this.groupBox9.TabIndex = 26;
this.groupBox9.TabStop = false;
//
// exit
//
this.exit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exit.ForeColor = System.Drawing.Color.Transparent;
this.exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.exit.ImageIndex = 5;
this.exit.ImageList = this.imageList1;
this.exit.Location = new System.Drawing.Point(38, 10);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(94, 62);
this.exit.TabIndex = 25;
this.exit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.exit, "退出系统");
this.exit.Click += new System.EventHandler(this.exit_Click);
//
// button6
//
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.ForeColor = System.Drawing.Color.Transparent;
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button6.ImageIndex = 4;
this.button6.ImageList = this.imageList1;
this.button6.Location = new System.Drawing.Point(218, 10);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(68, 62);
this.button6.TabIndex = 24;
this.button6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.button6, "导航图");
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// net_road
//
this.net_road.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.net_road.ForeColor = System.Drawing.Color.Transparent;
this.net_road.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.net_road.ImageIndex = 2;
this.net_road.ImageList = this.imageList1;
this.net_road.Location = new System.Drawing.Point(146, 10);
this.net_road.Name = "net_road";
this.net_road.Size = new System.Drawing.Size(72, 62);
this.net_road.TabIndex = 2;
this.net_road.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.net_road, "打开/关闭分析栏");
this.net_road.Click += new System.EventHandler(this.net_road_Click);
//
// bt_CatchCrimer
//
this.bt_CatchCrimer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bt_CatchCrimer.ForeColor = System.Drawing.Color.Transparent;
this.bt_CatchCrimer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.bt_CatchCrimer.ImageIndex = 1;
this.bt_CatchCrimer.ImageList = this.imageList1;
this.bt_CatchCrimer.Location = new System.Drawing.Point(76, 10);
this.bt_CatchCrimer.Name = "bt_CatchCrimer";
this.bt_CatchCrimer.Size = new System.Drawing.Size(70, 62);
this.bt_CatchCrimer.TabIndex = 1;
this.toolTip1.SetToolTip(this.bt_CatchCrimer, "拦截逃犯");
this.bt_CatchCrimer.Click += new System.EventHandler(this.button2_Click);
//
// datafrm
//
this.datafrm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.datafrm.ForeColor = System.Drawing.Color.Transparent;
this.datafrm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.datafrm.ImageIndex = 0;
this.datafrm.ImageList = this.imageList1;
this.datafrm.Location = new System.Drawing.Point(4, 10);
this.datafrm.Name = "datafrm";
this.datafrm.Size = new System.Drawing.Size(72, 62);
this.datafrm.TabIndex = 0;
this.datafrm.Text = "属性表";
this.datafrm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.datafrm, "查看属性表");
this.datafrm.Click += new System.EventHandler(this.datafrm_Click);
//
// layout
//
this.layout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.layout.ForeColor = System.Drawing.Color.Transparent;
this.layout.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.layout.ImageIndex = 3;
this.layout.ImageList = this.imageList1;
this.layout.Location = new System.Drawing.Point(286, 10);
this.layout.Name = "layout";
this.layout.Size = new System.Drawing.Size(68, 62);
this.layout.TabIndex = 22;
this.layout.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.layout, "打印地图");
this.layout.Click += new System.EventHandler(this.layout_Click);
//
// btnguzhang
//
this.btnguzhang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnguzhang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnguzhang.ForeColor = System.Drawing.Color.Transparent;
this.btnguzhang.ImageIndex = 6;
this.btnguzhang.ImageList = this.imageList1;
this.btnguzhang.Location = new System.Drawing.Point(350, 12);
this.btnguzhang.Name = "btnguzhang";
this.btnguzhang.Size = new System.Drawing.Size(72, 58);
this.btnguzhang.TabIndex = 27;
this.toolTip1.SetToolTip(this.btnguzhang, "汽车故障分析");
this.btnguzhang.Click += new System.EventHandler(this.button1_Click);
//
// panel2
//
this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
this.panel2.Controls.Add(this.groupBox3);
this.panel2.Cursor = System.Windows.Forms.Cursors.SizeWE;
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 72);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(178, 541);
this.panel2.TabIndex = 24;
this.panel2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.axSuperWorkspace1);
this.groupBox3.Controls.Add(this.SuperWkspManager1);
this.groupBox3.Controls.Add(this.panel6);
this.groupBox3.Controls.Add(this.SuperLegend1);
this.groupBox3.Cursor = System.Windows.Forms.Cursors.Default;
this.groupBox3.Font = new System.Drawing.Font("宋体", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(4, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(172, 538);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
//
// axSuperWorkspace1
//
this.axSuperWorkspace1.ContainingControl = this;
this.axSuperWorkspace1.Enabled = true;
this.axSuperWorkspace1.Location = new System.Drawing.Point(8, 44);
this.axSuperWorkspace1.Name = "axSuperWorkspace1";
this.axSuperWorkspace1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSuperWorkspace1.OcxState")));
this.axSuperWorkspace1.Size = new System.Drawing.Size(32, 32);
this.axSuperWorkspace1.TabIndex = 4;
//
// SuperWkspManager1
//
this.SuperWkspManager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SuperWkspManager1.ContainingControl = this;
this.SuperWkspManager1.Enabled = true;
this.SuperWkspManager1.Location = new System.Drawing.Point(0, 36);
this.SuperWkspManager1.Name = "SuperWkspManager1";
this.SuperWkspManager1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("SuperWkspManager1.OcxState")));
this.SuperWkspManager1.Size = new System.Drawing.Size(172, 502);
this.SuperWkspManager1.TabIndex = 3;
this.SuperWkspManager1.LDbClick += new AxSuperWkspManagerLib._DSuperWkspManagerEvents_LDbClickEventHandler(this.SuperWkspManager1_LDbClick);
//
// panel6
//
this.panel6.Controls.Add(this.button7);
this.panel6.Controls.Add(this.button5);
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(3, 11);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(166, 24);
this.panel6.TabIndex = 2;
//
// button7
//
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.button7.Location = new System.Drawing.Point(-10, -2);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(94, 30);
this.button7.TabIndex = 2;
this.button7.Text = "工作空间管理";
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.button5.Location = new System.Drawing.Point(80, -2);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(94, 30);
this.button5.TabIndex = 1;
this.button5.Text = "地图图例";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// SuperLegend1
//
this.SuperLegend1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SuperLegend1.ContainingControl = this;
this.SuperLegend1.Enabled = true;
this.SuperLegend1.Location = new System.Drawing.Point(3, 36);
this.SuperLegend1.Name = "SuperLegend1";
this.SuperLegend1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("SuperLegend1.OcxState")));
this.SuperLegend1.Size = new System.Drawing.Size(166, 519);
this.SuperLegend1.TabIndex = 0;
this.SuperLegend1.Visible = false;
this.SuperLegend1.Modified += new System.EventHandler(this.SuperLegend1_Modified);
//
// SuperMap1
//
this.SuperMap1.ContainingControl = this;
this.SuperMap1.Dock = System.Windows.Forms.DockStyle.Fill;
this.SuperMap1.Enabled = true;
this.SuperMap1.Location = new System.Drawing.Point(3, 36);
this.SuperMap1.Name = "SuperMap1";
this.SuperMap1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("SuperMap1.OcxState")));
this.SuperMap1.Size = new System.Drawing.Size(844, 408);
this.SuperMap1.TabIndex = 26;
this.SuperMap1.AfterMapDraw += new AxSuperMapLib._DSuperMapEvents_AfterMapDrawEventHandler(this.SuperMap1_AfterMapDraw);
this.SuperMap1.GeometrySelected += new AxSuperMapLib._DSuperMapEvents_GeometrySelectedEventHandler(this.SuperMap1_GeometrySelected);
this.SuperMap1.Tracking += new AxSuperMapLib._DSuperMapEvents_TrackingEventHandler(this.SuperMap1_Tracking);
this.SuperMap1.MouseMoveEvent += new AxSuperMapLib._DSuperMapEvents_MouseMoveEventHandler(this.SuperMap1_MouseMoveEvent);
//
// contextMenu1
//
this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -