?? about.frm
字號(hào):
VERSION 5.00
Begin VB.Form about
Caption = "about"
ClientHeight = 4380
ClientLeft = 60
ClientTop = 345
ClientWidth = 6750
LinkTopic = "Form2"
ScaleHeight = 4380
ScaleWidth = 6750
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label4
Caption = "聯(lián)系電話:2987222"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 120
TabIndex = 3
Top = 2640
Width = 3495
End
Begin VB.Label Label3
Caption = "郵箱: houzongyi2003@163.com"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 120
TabIndex = 2
Top = 1800
Width = 6255
End
Begin VB.Label Label2
Caption = "劉莉,侯宗義,李智深,高艷茹,高影,耿博,王丹丹"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 120
TabIndex = 1
Top = 960
Width = 6495
End
Begin VB.Label label1
Caption = "程序設(shè)計(jì):"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 2400
TabIndex = 0
Top = 240
Width = 1695
End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub label1_Click()
Close (about)
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -