| //␍␊ |
| //␍␊ |
| // csmapcontrol - a C# map control - http://projects.ciarang.com/p/csmapcontrol␍␊ |
| // Copyright (C) 2010, Ciaran Gultnieks␍␊ |
| //␍␊ |
|
| ␉␉␉// ␍␊ |
| ␉␉␉// mapControl1␍␊ |
| ␉␉␉// ␍␊ |
| ␉␉␉this.mapControl1.Location = new System.Drawing.Point(2, 2);␍␊ |
| ␉␉␉this.mapControl1.Size = new System.Drawing.Size(432, 303);␍␊ |
| ␉␉␉this.mapControl1.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.mapControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;␍␊ |
| ␉␉␉this.mapControl1.Latitude = 53.9753;␍␊ |
| ␉␉␉this.mapControl1.Location = new System.Drawing.Point(2, 2);␍␊ |
| ␉␉␉this.mapControl1.Longitude = -1.7017;␍␊ |
| ␉␉␉this.mapControl1.LonScale = 0.00390625;␍␊ |
| ␉␉␉this.mapControl1.Name = "mapControl1";␍␊ |
| ␉␉␉this.mapControl1.Size = new System.Drawing.Size(432, 303);␍␊ |
| ␉␉␉this.mapControl1.TabIndex = 0;␍␊ |
| ␉␉␉// ␍␊ |
| ␉␉␉// txtLat␍␊ |
|
| ␉␉␉// ␍␊ |
| ␉␉␉// MainForm␍␊ |
| ␉␉␉// ␍␊ |
| ␉␉␉this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);␍␊ |
| ␉␉␉this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;␍␊ |
| ␉␉␉this.ClientSize = new System.Drawing.Size(435, 333);␍␊ |
| ␉␉␉this.Controls.Add(this.scrScale);␍␊ |
| ␉␉␉this.Controls.Add(this.txtLon);␍␊ |