📄 about.frm
字号:
VERSION 5.00
Begin VB.Form About
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 1980
ClientLeft = 7245
ClientTop = 4635
ClientWidth = 4635
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1980
ScaleWidth = 4635
Begin VB.CommandButton Command1
Caption = "知道了"
Height = 390
Left = 2880
TabIndex = 2
Top = 960
Width = 975
End
Begin VB.Label Label3
Caption = "欣欣软件开发小组共同开发"
Height = 255
Left = 360
TabIndex = 1
Top = 1080
Width = 2295
End
Begin VB.Label Label1
Caption = "个人通讯录管理系统--版权所有(c)2007 "
Height = 255
Left = 360
TabIndex = 0
Top = 480
Width = 3495
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -