📄 fastgo.frm
字号:
VERSION 5.00
Begin VB.Form 快速到达
Caption = "快速到达"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4440
Icon = "fastgo.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 4440
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2520
TabIndex = 7
Top = 2160
Width = 975
End
Begin VB.CommandButton Command1
Caption = "GO!"
Height = 495
Left = 1080
TabIndex = 6
Top = 2160
Width = 975
End
Begin VB.TextBox Text2
Height = 375
Left = 1800
TabIndex = 3
Top = 1440
Width = 1935
End
Begin VB.TextBox Text1
Height = 375
Left = 1800
TabIndex = 1
Top = 720
Width = 1935
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 720
Left = 120
Picture = "fastgo.frx":6852
ScaleHeight = 720
ScaleWidth = 720
TabIndex = 8
Top = 120
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "请输入经度:"
Height = 180
Left = 600
TabIndex = 0
Top = 840
Width = 1080
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3840
TabIndex = 5
Top = 1560
Width = 240
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3840
TabIndex = 4
Top = 840
Width = 240
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "请输入纬度:"
Height = 180
Left = 600
TabIndex = 2
Top = 1560
Width = 1080
End
End
Attribute VB_Name = "快速到达"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim a
a = MsgBox("本功能尚未实现,暂时无法使用!", 16 + 0, "抱歉!")
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
系统主窗口.Enabled = True
End Sub
Private Sub Form_Unload(Cancel As Integer)
系统主窗口.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -