📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "关于"
ClientHeight = 4830
ClientLeft = 60
ClientTop = 450
ClientWidth = 7320
ForeColor = &H8000000F&
LinkTopic = "Form2"
ScaleHeight = 4830
ScaleWidth = 7320
StartUpPosition = 3 'Windows Default
Begin VB.Label Label4
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 3
Top = 3720
Width = 6255
End
Begin VB.Label Label3
Caption = "前台开发工具: Visual Basic 6.0"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1200
TabIndex = 2
Top = 2640
Width = 4695
End
Begin VB.Label Label2
Caption = "后台数据库: SQL Server 2000"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1200
TabIndex = 1
Top = 1680
Width = 4695
End
Begin VB.Label Label1
Caption = "本图书管理系统的开发者: 软件03-5任开友"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
TabIndex = 0
Top = 600
Width = 6495
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -