📄 mainform.designer.cs
字号:
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.帮助ToolStripMenuItem.Text = "帮助(&H)";
this.帮助ToolStripMenuItem.Click += new System.EventHandler(this.帮助ToolStripMenuItem_Click);
//
// axMapControl1
//
this.axMapControl1.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.axMapControl1.Location = new System.Drawing.Point(175, 63);
this.axMapControl1.Name = "axMapControl1";
this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
this.axMapControl1.Size = new System.Drawing.Size(467, 414);
this.axMapControl1.TabIndex = 1;
this.axMapControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl1_OnMouseDown);
this.axMapControl1.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.axMapControl1_OnMapReplaced);
this.axMapControl1.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.axMapControl1_OnExtentUpdated);
//
// axToolbarControl1
//
this.axToolbarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.axToolbarControl1.Location = new System.Drawing.Point(3, 28);
this.axToolbarControl1.Name = "axToolbarControl1";
this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
this.axToolbarControl1.Size = new System.Drawing.Size(639, 28);
this.axToolbarControl1.TabIndex = 2;
//
// axTOCControl1
//
this.axTOCControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.axTOCControl1.Location = new System.Drawing.Point(7, 63);
this.axTOCControl1.Name = "axTOCControl1";
this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
this.axTOCControl1.Size = new System.Drawing.Size(162, 282);
this.axTOCControl1.TabIndex = 3;
//
// axMapControl2
//
this.axMapControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.axMapControl2.Location = new System.Drawing.Point(7, 351);
this.axMapControl2.Name = "axMapControl2";
this.axMapControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl2.OcxState")));
this.axMapControl2.Size = new System.Drawing.Size(162, 126);
this.axMapControl2.TabIndex = 4;
this.axMapControl2.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl2_OnMouseDown);
//
// axLicenseControl1
//
this.axLicenseControl1.Enabled = true;
this.axLicenseControl1.Location = new System.Drawing.Point(452, 498);
this.axLicenseControl1.Name = "axLicenseControl1";
this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
this.axLicenseControl1.TabIndex = 5;
//
// 直线ToolStripMenuItem
//
this.直线ToolStripMenuItem.Name = "直线ToolStripMenuItem";
this.直线ToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
//
// 曲线ToolStripMenuItem
//
this.曲线ToolStripMenuItem.Name = "曲线ToolStripMenuItem";
this.曲线ToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
//
// 柱状渲染ToolStripMenuItem
//
this.柱状渲染ToolStripMenuItem.Name = "柱状渲染ToolStripMenuItem";
this.柱状渲染ToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
//
// 饼状渲染ToolStripMenuItem
//
this.饼状渲染ToolStripMenuItem.Name = "饼状渲染ToolStripMenuItem";
this.饼状渲染ToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 480);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(653, 22);
this.statusStrip1.TabIndex = 6;
this.statusStrip1.Text = "statusStrip1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(653, 502);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.axLicenseControl1);
this.Controls.Add(this.axMapControl2);
this.Controls.Add(this.axTOCControl1);
this.Controls.Add(this.axToolbarControl1);
this.Controls.Add(this.axMapControl1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "山东省各市就业类型GIS系统";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openOToolStripMenuItem;
private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
private ESRI.ArcGIS.Controls.AxMapControl axMapControl2;
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveasToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 直线ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 曲线ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图幅操作ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem drawpointToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem drawlineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem drawfaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 柱状渲染ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 饼状渲染ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图层渲染ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem simplerendererToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uniquerendererToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem densityrendererToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem classifyrendererToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图表渲染ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pillarToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem proportionrendererToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 空间分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 属性查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 地图查询属性ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 空间分析ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 缓冲区分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 栅格缓冲区分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 拉框相交ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 拉框包含ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 叠置分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 叠置求和ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 叠置求交ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 叠置裁剪ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 标注ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -