frmabout.frm
来自「本课题是图书管理信息系统」· FRM 代码 · 共 86 行
FRM
86 行
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 + =
减小字号Ctrl + -
显示快捷键?