?? frmblogin.frm
字號:
VERSION 5.00
Begin VB.Form Frmblogin
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 4125
ClientLeft = 0
ClientTop = 0
ClientWidth = 6765
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4125
ScaleWidth = 6765
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Left = 120
Top = 3120
End
Begin VB.Image Image1
Height = 4170
Left = 0
Picture = "Frmblogin.frx":0000
Top = 0
Width = 6750
End
End
Attribute VB_Name = "Frmblogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Timer1.Interval = 3000
End Sub
Private Sub Timer1_Timer()
Unload Me
'frmlogin.Show vbModal
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -