📄 form1.designer.cs
字号:
namespace TopoTest
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.menuItem5 = new System.Windows.Forms.MenuItem();
this.menuItem6 = new System.Windows.Forms.MenuItem();
this.menuItem7 = new System.Windows.Forms.MenuItem();
this.menuItem8 = new System.Windows.Forms.MenuItem();
this.menuItem11 = new System.Windows.Forms.MenuItem();
this.menuItem9 = new System.Windows.Forms.MenuItem();
this.eMap1 = new Hotgis.eHotGIS.eMap();
this.contextMenu1 = new System.Windows.Forms.ContextMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.toolBar1 = new System.Windows.Forms.ToolBar();
this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
this.imageList1 = new System.Windows.Forms.ImageList();
this.menuItem10 = new System.Windows.Forms.MenuItem();
this.menuItem12 = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem3);
//
// menuItem3
//
this.menuItem3.MenuItems.Add(this.menuItem4);
this.menuItem3.MenuItems.Add(this.menuItem5);
this.menuItem3.MenuItems.Add(this.menuItem6);
this.menuItem3.MenuItems.Add(this.menuItem7);
this.menuItem3.MenuItems.Add(this.menuItem10);
this.menuItem3.MenuItems.Add(this.menuItem8);
this.menuItem3.MenuItems.Add(this.menuItem11);
this.menuItem3.MenuItems.Add(this.menuItem9);
this.menuItem3.MenuItems.Add(this.menuItem12);
this.menuItem3.Text = "开始";
//
// menuItem4
//
this.menuItem4.Text = "放大";
this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
//
// menuItem5
//
this.menuItem5.Text = "缩小";
this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
//
// menuItem6
//
this.menuItem6.Text = "漫游";
this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
//
// menuItem7
//
this.menuItem7.Text = "点选";
this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
//
// menuItem8
//
this.menuItem8.Text = "路径";
this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
//
// menuItem11
//
this.menuItem11.Text = "-";
//
// menuItem9
//
this.menuItem9.Text = "开始计算";
this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
//
// eMap1
//
this.eMap1.Dock = System.Windows.Forms.DockStyle.Fill;
this.eMap1.Location = new System.Drawing.Point(0, 0);
this.eMap1.Name = "eMap1";
this.eMap1.Size = new System.Drawing.Size(240, 268);
this.eMap1.TabIndex = 0;
this.eMap1.OnGeometrySelected += new Hotgis.eHotGIS.eMap.OnGeometrySelectedEventHandler(this.eMap1_OnGeometrySelected);
this.eMap1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.eMap1_MouseDown);
//
// contextMenu1
//
this.contextMenu1.MenuItems.Add(this.menuItem1);
this.contextMenu1.MenuItems.Add(this.menuItem2);
//
// menuItem1
//
this.menuItem1.Text = "设为起点";
this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
//
// menuItem2
//
this.menuItem2.Text = "设为终点";
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
//
// toolBar1
//
this.toolBar1.Buttons.Add(this.toolBarButton1);
this.toolBar1.Buttons.Add(this.toolBarButton2);
this.toolBar1.Buttons.Add(this.toolBarButton3);
this.toolBar1.Buttons.Add(this.toolBarButton4);
this.toolBar1.Buttons.Add(this.toolBarButton5);
this.toolBar1.Buttons.Add(this.toolBarButton8);
this.toolBar1.Buttons.Add(this.toolBarButton7);
this.toolBar1.Buttons.Add(this.toolBarButton6);
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Name = "toolBar1";
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 0;
this.toolBarButton1.ToolTipText = "放大";
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 1;
this.toolBarButton2.ToolTipText = "缩小";
//
// toolBarButton3
//
this.toolBarButton3.ImageIndex = 2;
this.toolBarButton3.ToolTipText = "移动";
//
// toolBarButton4
//
this.toolBarButton4.ImageIndex = 3;
this.toolBarButton4.ToolTipText = "点选";
//
// toolBarButton5
//
this.toolBarButton5.ImageIndex = 4;
this.toolBarButton5.ToolTipText = "路径起点选取";
//
// toolBarButton8
//
this.toolBarButton8.ImageIndex = 5;
this.toolBarButton8.ToolTipText = "路径终点选取";
//
// toolBarButton7
//
this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarButton6
//
this.toolBarButton6.ImageIndex = 6;
this.toolBarButton6.ToolTipText = "路径计算";
this.imageList1.Images.Clear();
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource1"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource2"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource3"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource4"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource5"))));
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource6"))));
//
// menuItem10
//
this.menuItem10.Text = "全图显示";
this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
//
// menuItem12
//
this.menuItem12.Text = "坐标查询";
this.menuItem12.Click += new System.EventHandler(this.menuItem12_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.eMap1);
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "最短路径范例";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private Hotgis.eHotGIS.eMap eMap1;
private System.Windows.Forms.ContextMenu contextMenu1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.MenuItem menuItem3;
private System.Windows.Forms.MenuItem menuItem4;
private System.Windows.Forms.MenuItem menuItem5;
private System.Windows.Forms.MenuItem menuItem6;
private System.Windows.Forms.MenuItem menuItem7;
private System.Windows.Forms.MenuItem menuItem8;
private System.Windows.Forms.MenuItem menuItem9;
private System.Windows.Forms.MenuItem menuItem11;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolBarButton toolBarButton1;
private System.Windows.Forms.ToolBarButton toolBarButton2;
private System.Windows.Forms.ToolBarButton toolBarButton3;
private System.Windows.Forms.ToolBarButton toolBarButton4;
private System.Windows.Forms.ToolBarButton toolBarButton5;
private System.Windows.Forms.ToolBarButton toolBarButton6;
private System.Windows.Forms.ToolBarButton toolBarButton7;
private System.Windows.Forms.ToolBarButton toolBarButton8;
private System.Windows.Forms.MenuItem menuItem10;
private System.Windows.Forms.MenuItem menuItem12;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -