namespace CloudsDemo { partial class MainForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mapControl = new CloudsDemo.MapControl(); this.SuspendLayout(); // // mapControl // this.mapControl.CanDragMap = true; this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mapControl.GrayScaleMode = false; this.mapControl.LevelsKeepInMemmory = 5; this.mapControl.Location = new System.Drawing.Point(0, 0); this.mapControl.Margin = new System.Windows.Forms.Padding(5); this.mapControl.MarkersEnabled = true; this.mapControl.MaxZoom = 17; this.mapControl.MinZoom = 2; this.mapControl.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter; this.mapControl.Name = "mapControl"; this.mapControl.PolygonsEnabled = true; this.mapControl.RetryLoadTile = 0; this.mapControl.RoutesEnabled = true; this.mapControl.ShowTileGridLines = false; this.mapControl.Size = new System.Drawing.Size(876, 665); this.mapControl.TabIndex = 0; this.mapControl.Zoom = 0D; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(876, 665); this.Controls.Add(this.mapControl); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.Text = "Clouds Demo - shows how to render image marker"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); } #endregion private MapControl mapControl; } }