代码拉取完成,页面将自动刷新
namespace WherePoint
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <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(MainForm));
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.toolStripButtonOpen = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonExport = new System.Windows.Forms.ToolStripButton();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.MainMap = new WherePoint.Map();
this.splitContainerPhoto = new System.Windows.Forms.SplitContainer();
this.outlookGridPoints = new WherePoint.OutlookGrid();
this.pictureBoxPhoto = new System.Windows.Forms.PictureBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonCollect = new System.Windows.Forms.ToolStripButton();
this.statusStrip.SuspendLayout();
this.toolStrip.SuspendLayout();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.splitContainerPhoto.Panel1.SuspendLayout();
this.splitContainerPhoto.Panel2.SuspendLayout();
this.splitContainerPhoto.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.outlookGridPoints)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).BeginInit();
this.SuspendLayout();
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabelInfo});
this.statusStrip.Location = new System.Drawing.Point(0, 519);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(879, 22);
this.statusStrip.TabIndex = 0;
//
// toolStripStatusLabelInfo
//
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(35, 17);
this.toolStripStatusLabelInfo.Text = "坐标:";
//
// toolStrip
//
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonOpen,
this.toolStripSeparator1,
this.toolStripButtonExport,
this.toolStripSeparator2,
this.toolStripButtonCollect});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(879, 25);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = "toolStrip1";
//
// toolStripButtonOpen
//
this.toolStripButtonOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpen.Image")));
this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonOpen.Name = "toolStripButtonOpen";
this.toolStripButtonOpen.Size = new System.Drawing.Size(73, 22);
this.toolStripButtonOpen.Text = "打开路径";
this.toolStripButtonOpen.Click += new System.EventHandler(this.toolStripButtonOpen_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonExport
//
this.toolStripButtonExport.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExport.Image")));
this.toolStripButtonExport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonExport.Name = "toolStripButtonExport";
this.toolStripButtonExport.Size = new System.Drawing.Size(73, 22);
this.toolStripButtonExport.Text = "导出坐标";
this.toolStripButtonExport.Click += new System.EventHandler(this.toolStripButtonExport_Click);
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer.Location = new System.Drawing.Point(0, 25);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.MainMap);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.splitContainerPhoto);
this.splitContainer.Size = new System.Drawing.Size(879, 494);
this.splitContainer.SplitterDistance = 603;
this.splitContainer.TabIndex = 2;
//
// MainMap
//
this.MainMap.Bearing = 0F;
this.MainMap.CanDragMap = true;
this.MainMap.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainMap.EmptyTileColor = System.Drawing.Color.Navy;
this.MainMap.GrayScaleMode = false;
this.MainMap.HelperLineOption = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
this.MainMap.LevelsKeepInMemmory = 5;
this.MainMap.Location = new System.Drawing.Point(0, 0);
this.MainMap.MarkersEnabled = true;
this.MainMap.MaxZoom = 2;
this.MainMap.MinZoom = 2;
this.MainMap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionWithoutCenter;
this.MainMap.Name = "MainMap";
this.MainMap.NegativeMode = false;
this.MainMap.PolygonsEnabled = true;
this.MainMap.RetryLoadTile = 0;
this.MainMap.RoutesEnabled = true;
this.MainMap.ScaleMode = GMap.NET.WindowsForms.ScaleModes.Integer;
this.MainMap.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
this.MainMap.ShowTileGridLines = false;
this.MainMap.Size = new System.Drawing.Size(603, 494);
this.MainMap.TabIndex = 0;
this.MainMap.Zoom = 0D;
//
// splitContainerPhoto
//
this.splitContainerPhoto.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerPhoto.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainerPhoto.Location = new System.Drawing.Point(0, 0);
this.splitContainerPhoto.Name = "splitContainerPhoto";
this.splitContainerPhoto.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainerPhoto.Panel1
//
this.splitContainerPhoto.Panel1.Controls.Add(this.outlookGridPoints);
//
// splitContainerPhoto.Panel2
//
this.splitContainerPhoto.Panel2.Controls.Add(this.pictureBoxPhoto);
this.splitContainerPhoto.Size = new System.Drawing.Size(272, 494);
this.splitContainerPhoto.SplitterDistance = 277;
this.splitContainerPhoto.TabIndex = 1;
//
// outlookGridPoints
//
this.outlookGridPoints.AllowUserToAddRows = false;
this.outlookGridPoints.AllowUserToDeleteRows = false;
this.outlookGridPoints.AllowUserToOrderColumns = true;
this.outlookGridPoints.AllowUserToResizeRows = false;
this.outlookGridPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.outlookGridPoints.BackgroundColor = System.Drawing.SystemColors.Window;
this.outlookGridPoints.CollapseIcon = ((System.Drawing.Image)(resources.GetObject("outlookGridPoints.CollapseIcon")));
this.outlookGridPoints.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.outlookGridPoints.Dock = System.Windows.Forms.DockStyle.Fill;
this.outlookGridPoints.ExpandIcon = ((System.Drawing.Image)(resources.GetObject("outlookGridPoints.ExpandIcon")));
this.outlookGridPoints.Location = new System.Drawing.Point(0, 0);
this.outlookGridPoints.Name = "outlookGridPoints";
this.outlookGridPoints.ReadOnly = true;
this.outlookGridPoints.RowHeadersVisible = false;
this.outlookGridPoints.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.outlookGridPoints.Size = new System.Drawing.Size(272, 277);
this.outlookGridPoints.TabIndex = 0;
this.outlookGridPoints.SelectionChanged += new System.EventHandler(this.outlookGridPoints_SelectionChanged);
//
// pictureBoxPhoto
//
this.pictureBoxPhoto.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBoxPhoto.Location = new System.Drawing.Point(0, 0);
this.pictureBoxPhoto.Name = "pictureBoxPhoto";
this.pictureBoxPhoto.Size = new System.Drawing.Size(272, 213);
this.pictureBoxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBoxPhoto.TabIndex = 0;
this.pictureBoxPhoto.TabStop = false;
this.pictureBoxPhoto.DoubleClick += new System.EventHandler(this.pictureBoxPhoto_DoubleClick);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonCollect
//
this.toolStripButtonCollect.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCollect.Image")));
this.toolStripButtonCollect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonCollect.Name = "toolStripButtonCollect";
this.toolStripButtonCollect.Size = new System.Drawing.Size(73, 22);
this.toolStripButtonCollect.Text = "集合照片";
this.toolStripButtonCollect.Click += new System.EventHandler(this.toolStripButtonCollect_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(879, 541);
this.Controls.Add(this.splitContainer);
this.Controls.Add(this.toolStrip);
this.Controls.Add(this.statusStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "妈妈再也不用担心我刺点辣 O(∩_∩)O~~";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
this.splitContainer.ResumeLayout(false);
this.splitContainerPhoto.Panel1.ResumeLayout(false);
this.splitContainerPhoto.Panel2.ResumeLayout(false);
this.splitContainerPhoto.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.outlookGridPoints)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.SplitContainer splitContainer;
private Map MainMap;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelInfo;
private OutlookGrid outlookGridPoints;
private System.Windows.Forms.SplitContainer splitContainerPhoto;
private System.Windows.Forms.PictureBox pictureBoxPhoto;
private System.Windows.Forms.ToolStripButton toolStripButtonOpen;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButtonExport;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButtonCollect;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。