namespace HStation.WinFrmUI
{
partial class XhsProjectResultMapCtrl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
mapViewMarkerContainer1 = new MapViewMarkerContainer();
SuspendLayout();
//
// mapViewMarkerContainer1
//
mapViewMarkerContainer1.BorderColor = Color.LightGray;
mapViewMarkerContainer1.BorderWidth = 1;
mapViewMarkerContainer1.Dock = DockStyle.Fill;
mapViewMarkerContainer1.Location = new Point(0, 0);
mapViewMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
mapViewMarkerContainer1.Name = "mapViewMarkerContainer1";
mapViewMarkerContainer1.ShowBorder = false;
mapViewMarkerContainer1.Size = new Size(763, 436);
mapViewMarkerContainer1.TabIndex = 0;
//
// XhsProjectResultMapCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(mapViewMarkerContainer1);
Name = "XhsProjectResultMapCtrl";
Size = new Size(763, 436);
ResumeLayout(false);
}
#endregion
private MapViewMarkerContainer mapViewMarkerContainer1;
}
}