?? form4.frm
字號:
VERSION 5.00
Begin VB.Form Form4
BorderStyle = 0 'None
Caption = "Form4"
ClientHeight = 315
ClientLeft = 0
ClientTop = 0
ClientWidth = 735
LinkTopic = "Form4"
ScaleHeight = 315
ScaleWidth = 735
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Move (Screen.Width - Width) \ 2, (Screen.Height - Height) \ 2
Label1.Caption = a
Label2.Caption = b
Label3.Caption = c
Label4.Caption = d
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
Private Sub Label3_Click()
Unload Me
End Sub
Private Sub Label4_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -