📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于图书信息管理系统 V1.0 "
ClientHeight = 2790
ClientLeft = 6825
ClientTop = 6960
ClientWidth = 5970
ClipControls = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1925.708
ScaleMode = 0 'User
ScaleWidth = 5606.139
ShowInTaskbar = 0 'False
Begin VB.Image Image1
Height = 2055
Left = 120
Picture = "frmAbout.frx":0000
Top = 240
Width = 1905
End
Begin VB.Label lblDescription
Caption = $"frmAbout.frx":C23B
ForeColor = &H00000000&
Height = 930
Left = 2520
TabIndex = 0
Top = 1080
Width = 3165
End
Begin VB.Label lblTitle
Caption = "图书信息管理系统 V1.0"
ForeColor = &H00000000&
Height = 240
Left = 3000
TabIndex = 1
Top = 360
Width = 1965
End
Begin VB.Label lblVersion
Caption = "版本"
Height = 225
Left = 1050
TabIndex = 2
Top = 780
Width = 3885
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_Click()
Unload Me
End Sub
Private Sub Label1_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -