📄 mainfrm.cs
字号:
this.zoomout_menu,
this.zoomin_menu,
this.zoomfree_menu,
this.menuItem10,
this.entirmap_menu,
this.scapan_menu,
this.scaSelect_menu,
this.menuItem11,
this.menuItem12,
this.refresh_menu,
this.sql_menu});
//
// zoomout_menu
//
this.zoomout_menu.Index = 0;
this.zoomout_menu.Text = " 地 图 &缩 小";
this.zoomout_menu.Click += new System.EventHandler(this.zoomout_menu_Click);
//
// zoomin_menu
//
this.zoomin_menu.Index = 1;
this.zoomin_menu.Text = " 地 图 &放 大";
this.zoomin_menu.Click += new System.EventHandler(this.zoomin_menu_Click);
//
// zoomfree_menu
//
this.zoomfree_menu.Index = 2;
this.zoomfree_menu.Text = " 自 由 &缩 放";
this.zoomfree_menu.Click += new System.EventHandler(this.zoomfree_menu_Click);
//
// menuItem10
//
this.menuItem10.Index = 3;
this.menuItem10.Text = "-";
//
// entirmap_menu
//
this.entirmap_menu.Index = 4;
this.entirmap_menu.Text = " 全 图 &显 示";
this.entirmap_menu.Click += new System.EventHandler(this.entirmap_menu_Click);
//
// scapan_menu
//
this.scapan_menu.Index = 5;
this.scapan_menu.Text = " 地 图 &漫 游";
this.scapan_menu.Click += new System.EventHandler(this.scapan_menu_Click);
//
// scaSelect_menu
//
this.scaSelect_menu.Index = 6;
this.scaSelect_menu.Text = " 选 择 &要 素";
this.scaSelect_menu.Click += new System.EventHandler(this.scaSelect_menu_Click);
//
// menuItem11
//
this.menuItem11.Index = 7;
this.menuItem11.Text = "-";
//
// menuItem12
//
this.menuItem12.Index = 8;
this.menuItem12.Text = " 取 消 &选 择";
//
// refresh_menu
//
this.refresh_menu.Index = 9;
this.refresh_menu.Text = " 刷 新 &地 图";
this.refresh_menu.Click += new System.EventHandler(this.refresh_menu_Click);
//
// sql_menu
//
this.sql_menu.Index = 10;
this.sql_menu.Text = " 属 性 &查 询";
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.Transparent;
this.groupBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox5.BackgroundImage")));
this.groupBox5.ContextMenu = this.contextMenu1;
this.groupBox5.Controls.Add(this.panel3);
this.groupBox5.Controls.Add(this.pl_SetNodes);
this.groupBox5.Controls.Add(this.pl_CatchCrimer);
this.groupBox5.Controls.Add(this.gridview_wnd);
this.groupBox5.Controls.Add(this.measure_wnd);
this.groupBox5.Controls.Add(this.axSuperAnalyst1);
this.groupBox5.Controls.Add(this.identify);
this.groupBox5.Controls.Add(this.eaglemap);
this.groupBox5.Controls.Add(this.SuperMap1);
this.groupBox5.Controls.Add(this.netAnalyst);
this.groupBox5.Controls.Add(this.panel5);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Font = new System.Drawing.Font("宋体", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.groupBox5.Location = new System.Drawing.Point(178, 72);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(850, 541);
this.groupBox5.TabIndex = 30;
this.groupBox5.TabStop = false;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.btnzuzhangcancel);
this.panel3.Controls.Add(this.btnguzhangok);
this.panel3.Controls.Add(this.label14);
this.panel3.Controls.Add(this.groupBox12);
this.panel3.Location = new System.Drawing.Point(322, 204);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(150, 184);
this.panel3.TabIndex = 38;
this.panel3.Visible = false;
this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseDown);
//
// btnzuzhangcancel
//
this.btnzuzhangcancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnzuzhangcancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnzuzhangcancel.Location = new System.Drawing.Point(84, 152);
this.btnzuzhangcancel.Name = "btnzuzhangcancel";
this.btnzuzhangcancel.Size = new System.Drawing.Size(60, 26);
this.btnzuzhangcancel.TabIndex = 3;
this.btnzuzhangcancel.Text = "cancel";
this.btnzuzhangcancel.Click += new System.EventHandler(this.btnzuzhangcancel_Click);
//
// btnguzhangok
//
this.btnguzhangok.Enabled = false;
this.btnguzhangok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnguzhangok.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnguzhangok.Location = new System.Drawing.Point(6, 152);
this.btnguzhangok.Name = "btnguzhangok";
this.btnguzhangok.Size = new System.Drawing.Size(60, 26);
this.btnguzhangok.TabIndex = 2;
this.btnguzhangok.Text = "ok";
this.btnguzhangok.Click += new System.EventHandler(this.btnguzhangok_Click);
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.SystemColors.Info;
this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label14.Location = new System.Drawing.Point(0, 16);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(149, 19);
this.label14.TabIndex = 1;
this.label14.Text = "请选择发生故障的地方";
//
// groupBox12
//
this.groupBox12.Controls.Add(this.cmbguzhang);
this.groupBox12.Controls.Add(this.radioguzhangmap);
this.groupBox12.Controls.Add(this.radioguzhangbox);
this.groupBox12.Location = new System.Drawing.Point(0, 40);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(152, 104);
this.groupBox12.TabIndex = 0;
this.groupBox12.TabStop = false;
//
// cmbguzhang
//
this.cmbguzhang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbguzhang.Enabled = false;
this.cmbguzhang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.cmbguzhang.Location = new System.Drawing.Point(12, 48);
this.cmbguzhang.Name = "cmbguzhang";
this.cmbguzhang.Size = new System.Drawing.Size(116, 22);
this.cmbguzhang.TabIndex = 2;
this.cmbguzhang.SelectedIndexChanged += new System.EventHandler(this.cmbguzhang_SelectedIndexChanged_1);
//
// radioguzhangmap
//
this.radioguzhangmap.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.radioguzhangmap.Location = new System.Drawing.Point(6, 80);
this.radioguzhangmap.Name = "radioguzhangmap";
this.radioguzhangmap.Size = new System.Drawing.Size(122, 28);
this.radioguzhangmap.TabIndex = 1;
this.radioguzhangmap.Text = "图上选择";
this.radioguzhangmap.CheckedChanged += new System.EventHandler(this.radioguzhangmap_CheckedChanged_1);
//
// radioguzhangbox
//
this.radioguzhangbox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.radioguzhangbox.Location = new System.Drawing.Point(8, 12);
this.radioguzhangbox.Name = "radioguzhangbox";
this.radioguzhangbox.Size = new System.Drawing.Size(122, 28);
this.radioguzhangbox.TabIndex = 0;
this.radioguzhangbox.Text = "下栏框中选择";
this.radioguzhangbox.CheckedChanged += new System.EventHandler(this.radioguzhangbox_CheckedChanged);
//
// pl_SetNodes
//
this.pl_SetNodes.Controls.Add(this.bt_Cansel);
this.pl_SetNodes.Controls.Add(this.label30);
this.pl_SetNodes.Controls.Add(this.label29);
this.pl_SetNodes.Controls.Add(this.bt_OK);
this.pl_SetNodes.Controls.Add(this.label23);
this.pl_SetNodes.Location = new System.Drawing.Point(560, 300);
this.pl_SetNodes.Name = "pl_SetNodes";
this.pl_SetNodes.Size = new System.Drawing.Size(232, 130);
this.pl_SetNodes.TabIndex = 37;
this.pl_SetNodes.Visible = false;
this.pl_SetNodes.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pl_SetNodes_MouseDown);
//
// bt_Cansel
//
this.bt_Cansel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bt_Cansel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.bt_Cansel.Location = new System.Drawing.Point(76, 102);
this.bt_Cansel.Name = "bt_Cansel";
this.bt_Cansel.TabIndex = 5;
this.bt_Cansel.Text = "取消";
this.bt_Cansel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.bt_Cansel.Click += new System.EventHandler(this.bt_Cansel_Click);
//
// label30
//
this.label30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label30.ForeColor = System.Drawing.Color.OrangeRed;
this.label30.Location = new System.Drawing.Point(170, 102);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(56, 20);
this.label30.TabIndex = 4;
this.label30.Text = "GIS-boys";
this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label29
//
this.label29.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label29.Location = new System.Drawing.Point(2, 4);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(80, 18);
this.label29.TabIndex = 3;
this.label29.Text = "操作说明>>";
this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// bt_OK
//
this.bt_OK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bt_OK.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.bt_OK.Location = new System.Drawing.Point(2, 102);
this.bt_OK.Name = "bt_OK";
this.bt_OK.TabIndex = 1;
this.bt_OK.Text = "确定";
this.bt_OK.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.bt_OK.Click += new System.EventHandler(this.bt_OK_Click);
//
// label23
//
this.label23.BackColor = System.Drawing.SystemColors.Info;
this.label23.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label23.ForeColor = System.Drawing.Color.OrangeRed;
this.label23.Location = new System.Drawing.Point(2, 24);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(228, 70);
this.label23.TabIndex = 0;
this.label23.Text = "在图中选择一个或多个需要设置成障碍点的节点,单击确定。";
//
// pl_CatchCrimer
//
this.pl_CatchCrimer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pl_CatchCrimer.Controls.Add(this.label28);
this.pl_CatchCrimer.Controls.Add(this.bt_Close);
this.pl_CatchCrimer.Controls.Add(this.bt_Analyst);
this.pl_CatchCrimer.Controls.Add(this.groupBox13);
this.pl_CatchCrimer.Controls.Add(this.label21);
this.pl_CatchCrimer.Location = new System.Drawing.Point(442, 46);
this.pl_CatchCrimer.Name = "pl_CatchCrimer";
this.pl_CatchCrimer.Size = new System.Drawing.Size(348, 230);
this.pl_CatchCrimer.TabIndex = 36;
this.pl_CatchCrimer.Visible = false;
this.pl_CatchCrimer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pl_CatchCrimer_MouseDown);
//
// label28
//
this.label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label28.ForeColor = System.Drawing.Color.OrangeRed;
this.label28.Location = new System.Drawing.Point(260, 198);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(80, 22);
this.label28.TabIndex = 5;
this.label28.Text = "GIS-boys";
this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// bt_Close
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -