📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form Frmabout
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 3120
ClientLeft = 45
ClientTop = 330
ClientWidth = 6690
Icon = "Frmabout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3120
ScaleWidth = 6690
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Height = 3015
Left = 0
TabIndex = 0
Top = 0
Width = 6615
Begin VB.Label Label8
Caption = "版权所有 违者必究"
ForeColor = &H000000FF&
Height = 255
Left = 2880
TabIndex = 8
Top = 2640
Width = 3255
End
Begin VB.Label Label7
Caption = "(图书馆借阅管理系统)"
ForeColor = &H00FF0000&
Height = 375
Left = 4200
TabIndex = 7
Top = 2280
Width = 2055
End
Begin VB.Label Label6
Caption = "任务内容: VB课程设计"
ForeColor = &H00FF0000&
Height = 255
Left = 3240
TabIndex = 6
Top = 2040
Width = 3135
End
Begin VB.Label Label5
Caption = "班级: 计算机应用技术2班"
ForeColor = &H00FF0000&
Height = 255
Left = 3240
TabIndex = 5
Top = 1680
Width = 3015
End
Begin VB.Label Label4
Caption = "耿维"
ForeColor = &H00FF0000&
Height = 255
Left = 4320
TabIndex = 4
Top = 1320
Width = 495
End
Begin VB.Label Label3
Caption = "戴寅溢"
ForeColor = &H00FF0000&
Height = 255
Left = 4080
TabIndex = 3
Top = 1080
Width = 615
End
Begin VB.Label Label2
Caption = "by / 钟杰(Gelifu)"
ForeColor = &H00FF0000&
Height = 255
Left = 3360
TabIndex = 2
Top = 840
Width = 1695
End
Begin VB.Label Label1
Caption = "图书馆借阅管理系统"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 495
Left = 2760
TabIndex = 1
Top = 360
Width = 3015
End
Begin VB.Image Image1
Height = 2370
Left = 120
Picture = "Frmabout.frx":08CA
Top = 360
Width = 2370
End
End
End
Attribute VB_Name = "Frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Lblver = "Ver:" & App.Major & "." & App.Minor
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -