📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public 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
private mainMenu1 As System.Windows.Forms.MainMenu
'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.mainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.MenuItem3 = New System.Windows.Forms.MenuItem
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.MenuItem5 = New System.Windows.Forms.MenuItem
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.lblLat = New System.Windows.Forms.Label
Me.lblLng = New System.Windows.Forms.Label
Me.lblSpeed = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
Me.mainMenu1.MenuItems.Add(Me.MenuItem2)
'
'MenuItem1
'
Me.MenuItem1.Text = "Connect GPS"
'
'MenuItem2
'
Me.MenuItem2.MenuItems.Add(Me.MenuItem3)
Me.MenuItem2.MenuItems.Add(Me.MenuItem4)
Me.MenuItem2.MenuItems.Add(Me.MenuItem5)
Me.MenuItem2.Text = "Menu"
'
'MenuItem3
'
Me.MenuItem3.Text = "Disconnect"
'
'MenuItem4
'
Me.MenuItem4.Text = "Server IP"
'
'MenuItem5
'
Me.MenuItem5.Text = "ID"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(3, 116)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox1.Size = New System.Drawing.Size(234, 149)
Me.TextBox1.TabIndex = 0
Me.TextBox1.WordWrap = False
'
'lblLat
'
Me.lblLat.Font = New System.Drawing.Font("Tahoma", 20.0!, System.Drawing.FontStyle.Regular)
Me.lblLat.ForeColor = System.Drawing.Color.Red
Me.lblLat.Location = New System.Drawing.Point(3, 9)
Me.lblLat.Name = "lblLat"
Me.lblLat.Size = New System.Drawing.Size(234, 32)
Me.lblLat.Text = "Lat"
'
'lblLng
'
Me.lblLng.Font = New System.Drawing.Font("Tahoma", 20.0!, System.Drawing.FontStyle.Regular)
Me.lblLng.ForeColor = System.Drawing.Color.Red
Me.lblLng.Location = New System.Drawing.Point(3, 41)
Me.lblLng.Name = "lblLng"
Me.lblLng.Size = New System.Drawing.Size(234, 36)
Me.lblLng.Text = "Lng"
'
'lblSpeed
'
Me.lblSpeed.Font = New System.Drawing.Font("Tahoma", 20.0!, System.Drawing.FontStyle.Regular)
Me.lblSpeed.ForeColor = System.Drawing.Color.Red
Me.lblSpeed.Location = New System.Drawing.Point(3, 77)
Me.lblSpeed.Name = "lblSpeed"
Me.lblSpeed.Size = New System.Drawing.Size(234, 36)
Me.lblSpeed.Text = "Speed"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.lblSpeed)
Me.Controls.Add(Me.lblLng)
Me.Controls.Add(Me.lblLat)
Me.Controls.Add(Me.TextBox1)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)
End Sub
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents lblLat As System.Windows.Forms.Label
Friend WithEvents lblLng As System.Windows.Forms.Label
Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
Friend WithEvents lblSpeed As System.Windows.Forms.Label
Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem5 As System.Windows.Forms.MenuItem
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -