154 lines
7.8 KiB
VB.net
154 lines
7.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Maps
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Maps))
|
|
GMapControl1 = New GMap.NET.WindowsForms.GMapControl()
|
|
Timer1 = New System.Windows.Forms.Timer(components)
|
|
StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Guna2ContextMenuStrip2 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
|
|
GPSToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
IPAPIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
BrowserToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
StatusStrip1.SuspendLayout()
|
|
Guna2ContextMenuStrip2.SuspendLayout()
|
|
SuspendLayout()
|
|
'
|
|
'GMapControl1
|
|
'
|
|
GMapControl1.Bearing = 0!
|
|
GMapControl1.CanDragMap = True
|
|
GMapControl1.ContextMenuStrip = Guna2ContextMenuStrip2
|
|
GMapControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
GMapControl1.EmptyTileColor = System.Drawing.Color.Navy
|
|
GMapControl1.GrayScaleMode = False
|
|
GMapControl1.HelperLineOption = GMap.NET.WindowsForms.HelperLineOptions.DontShow
|
|
GMapControl1.LevelsKeepInMemmory = 5
|
|
GMapControl1.Location = New System.Drawing.Point(0, 0)
|
|
GMapControl1.MarkersEnabled = True
|
|
GMapControl1.MaxZoom = 16
|
|
GMapControl1.MinZoom = 0
|
|
GMapControl1.MouseWheelZoomEnabled = True
|
|
GMapControl1.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter
|
|
GMapControl1.Name = "GMapControl1"
|
|
GMapControl1.NegativeMode = False
|
|
GMapControl1.PolygonsEnabled = True
|
|
GMapControl1.RetryLoadTile = 0
|
|
GMapControl1.RoutesEnabled = True
|
|
GMapControl1.ScaleMode = GMap.NET.WindowsForms.ScaleModes.[Integer]
|
|
GMapControl1.SelectedAreaFillColor = System.Drawing.Color.FromArgb(CType(CType(33, Byte), Integer), CType(CType(65, Byte), Integer), CType(CType(105, Byte), Integer), CType(CType(225, Byte), Integer))
|
|
GMapControl1.ShowTileGridLines = False
|
|
GMapControl1.Size = New System.Drawing.Size(492, 270)
|
|
GMapControl1.TabIndex = 11
|
|
GMapControl1.Zoom = 5.0R
|
|
'
|
|
'Timer1
|
|
'
|
|
Timer1.Enabled = True
|
|
Timer1.Interval = 1000
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
StatusStrip1.BackColor = System.Drawing.Color.White
|
|
StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1})
|
|
StatusStrip1.Location = New System.Drawing.Point(0, 270)
|
|
StatusStrip1.Name = "StatusStrip1"
|
|
StatusStrip1.Size = New System.Drawing.Size(492, 22)
|
|
StatusStrip1.TabIndex = 12
|
|
StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
|
|
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
|
|
ToolStripStatusLabel1.Text = ".."
|
|
'
|
|
'Guna2ContextMenuStrip2
|
|
'
|
|
Guna2ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {GPSToolStripMenuItem1, IPAPIToolStripMenuItem, BrowserToolStripMenuItem})
|
|
Guna2ContextMenuStrip2.Name = "Guna2ContextMenuStrip2"
|
|
Guna2ContextMenuStrip2.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Guna2ContextMenuStrip2.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro
|
|
Guna2ContextMenuStrip2.RenderStyle.ColorTable = Nothing
|
|
Guna2ContextMenuStrip2.RenderStyle.RoundedEdges = True
|
|
Guna2ContextMenuStrip2.RenderStyle.SelectionArrowColor = System.Drawing.Color.White
|
|
Guna2ContextMenuStrip2.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer))
|
|
Guna2ContextMenuStrip2.RenderStyle.SelectionForeColor = System.Drawing.Color.White
|
|
Guna2ContextMenuStrip2.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro
|
|
Guna2ContextMenuStrip2.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit
|
|
Guna2ContextMenuStrip2.Size = New System.Drawing.Size(181, 92)
|
|
'
|
|
'GPSToolStripMenuItem1
|
|
'
|
|
GPSToolStripMenuItem1.BackColor = System.Drawing.Color.White
|
|
GPSToolStripMenuItem1.Image = CType(resources.GetObject("GPSToolStripMenuItem1.Image"), System.Drawing.Image)
|
|
GPSToolStripMenuItem1.Name = "GPSToolStripMenuItem1"
|
|
GPSToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
|
|
GPSToolStripMenuItem1.Text = "[ GPS ]"
|
|
'
|
|
'IPAPIToolStripMenuItem
|
|
'
|
|
IPAPIToolStripMenuItem.BackColor = System.Drawing.Color.White
|
|
IPAPIToolStripMenuItem.Image = CType(resources.GetObject("IPAPIToolStripMenuItem.Image"), System.Drawing.Image)
|
|
IPAPIToolStripMenuItem.Name = "IPAPIToolStripMenuItem"
|
|
IPAPIToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
IPAPIToolStripMenuItem.Text = "[ IP-API ]"
|
|
'
|
|
'BrowserToolStripMenuItem
|
|
'
|
|
BrowserToolStripMenuItem.BackColor = System.Drawing.Color.White
|
|
BrowserToolStripMenuItem.Image = CType(resources.GetObject("BrowserToolStripMenuItem.Image"), System.Drawing.Image)
|
|
BrowserToolStripMenuItem.Name = "BrowserToolStripMenuItem"
|
|
BrowserToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
BrowserToolStripMenuItem.Text = "[ Browser ]"
|
|
'
|
|
'Maps
|
|
'
|
|
AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
ClientSize = New System.Drawing.Size(492, 292)
|
|
Controls.Add(GMapControl1)
|
|
Controls.Add(StatusStrip1)
|
|
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Name = "Maps"
|
|
Text = "Maps"
|
|
StatusStrip1.ResumeLayout(False)
|
|
StatusStrip1.PerformLayout()
|
|
Guna2ContextMenuStrip2.ResumeLayout(False)
|
|
ResumeLayout(False)
|
|
PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GMapControl1 As GMap.NET.WindowsForms.GMapControl
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
Friend WithEvents Guna2ContextMenuStrip2 As Guna.UI2.WinForms.Guna2ContextMenuStrip
|
|
Friend WithEvents GPSToolStripMenuItem1 As ToolStripMenuItem
|
|
Friend WithEvents IPAPIToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents BrowserToolStripMenuItem As ToolStripMenuItem
|
|
End Class
|