📄 frm_about.frm
字号:
VERSION 5.00
Begin VB.Form frm_about
BorderStyle = 1 'Fixed Single
Caption = "关于图书综合管理系统"
ClientHeight = 3750
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 6195
ClipControls = 0 'False
Icon = "frm_About.frx":0000
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frm_About.frx":0CCA
ScaleHeight = 2588.317
ScaleMode = 0 'User
ScaleWidth = 5817.425
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4275
TabIndex = 0
Top = 3045
Width = 1500
End
Begin VB.Image imaIcon
Height = 735
Left = 525
Stretch = -1 'True
Top = 615
Width = 870
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 1281.805
X2 = 5596.748
Y1 = 2515.844
Y2 = 2515.844
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 1281.805
X2 = 5596.748
Y1 = 2526.197
Y2 = 2515.844
End
End
Attribute VB_Name = "frm_about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click() '确定按钮
Unload Me
frm_main.Enabled = True
End Sub
Private Sub Form_Unload(Cancel As Integer)
frm_main.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -