?? form2.frm
字號(hào):
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 3 'Fixed Dialog
ClientHeight = 555
ClientLeft = 45
ClientTop = 45
ClientWidth = 4680
ControlBox = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 555
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Timer Timer1
Interval = 10000
Left = 180
Top = 45
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
ForeColor = &H000000FF&
Height = 195
Left = 2340
TabIndex = 0
Top = 180
Width = 60
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Timer1.Enabled = True
Timer1.Interval = 10000
End Sub
Private Sub Timer1_Timer()
Unload Me
Form1.Command1.Enabled = True
MsgBox "寫入站點(diǎn)的經(jīng)緯度信息失敗!", vbOKOnly + vbExclamation, "寫入站點(diǎn)"
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -