📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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()
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txtLongitude_1 = New System.Windows.Forms.TextBox
Me.txtLatitude_1 = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.WebBrowser2 = New System.Windows.Forms.WebBrowser
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.txtLongitude_2 = New System.Windows.Forms.TextBox
Me.txtLatitude_2 = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'WebBrowser1
'
Me.WebBrowser1.Location = New System.Drawing.Point(2, 3)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.ScrollBarsEnabled = False
Me.WebBrowser1.Size = New System.Drawing.Size(488, 469)
Me.WebBrowser1.TabIndex = 0
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtLongitude_1)
Me.GroupBox1.Controls.Add(Me.txtLatitude_1)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Location = New System.Drawing.Point(2, 478)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(245, 74)
Me.GroupBox1.TabIndex = 12
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Current Location:"
'
'txtLongitude_1
'
Me.txtLongitude_1.Location = New System.Drawing.Point(67, 45)
Me.txtLongitude_1.Name = "txtLongitude_1"
Me.txtLongitude_1.Size = New System.Drawing.Size(172, 20)
Me.txtLongitude_1.TabIndex = 12
'
'txtLatitude_1
'
Me.txtLatitude_1.Location = New System.Drawing.Point(67, 19)
Me.txtLatitude_1.Name = "txtLatitude_1"
Me.txtLatitude_1.Size = New System.Drawing.Size(172, 20)
Me.txtLatitude_1.TabIndex = 11
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(7, 48)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(54, 13)
Me.Label3.TabIndex = 10
Me.Label3.Text = "Longitude"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(16, 22)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(45, 13)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Latitude"
'
'WebBrowser2
'
Me.WebBrowser2.Location = New System.Drawing.Point(496, 3)
Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser2.Name = "WebBrowser2"
Me.WebBrowser2.ScrollBarsEnabled = False
Me.WebBrowser2.Size = New System.Drawing.Size(488, 469)
Me.WebBrowser2.TabIndex = 13
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.txtLongitude_2)
Me.GroupBox2.Controls.Add(Me.txtLatitude_2)
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Location = New System.Drawing.Point(496, 478)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(245, 73)
Me.GroupBox2.TabIndex = 14
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Current Location:"
'
'txtLongitude_2
'
Me.txtLongitude_2.Location = New System.Drawing.Point(67, 45)
Me.txtLongitude_2.Name = "txtLongitude_2"
Me.txtLongitude_2.Size = New System.Drawing.Size(172, 20)
Me.txtLongitude_2.TabIndex = 12
'
'txtLatitude_2
'
Me.txtLatitude_2.Location = New System.Drawing.Point(67, 19)
Me.txtLatitude_2.Name = "txtLatitude_2"
Me.txtLatitude_2.Size = New System.Drawing.Size(172, 20)
Me.txtLatitude_2.TabIndex = 11
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(7, 48)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(54, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Longitude"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(16, 22)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(45, 13)
Me.Label4.TabIndex = 9
Me.Label4.Text = "Latitude"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(986, 555)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.WebBrowser2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.WebBrowser1)
Me.Name = "Form1"
Me.Text = "Form1"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtLongitude_1 As System.Windows.Forms.TextBox
Friend WithEvents txtLatitude_1 As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents WebBrowser2 As System.Windows.Forms.WebBrowser
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtLongitude_2 As System.Windows.Forms.TextBox
Friend WithEvents txtLatitude_2 As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -