about.frm
来自「本套软件适用于手机等用户、培训机构等单位的教学管理软件。」· FRM 代码 · 共 46 行
FRM
46 行
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 + =
减小字号Ctrl + -
显示快捷键?