📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "图书管理系统V1.0"
ClientHeight = 2070
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 4875
ClipControls = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Picture = "frmAbout.frx":0000
ScaleHeight = 1428.751
ScaleMode = 0 'User
ScaleWidth = 4577.877
ShowInTaskbar = 0 'False
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BorderStyle = 0 'None
ClipControls = 0 'False
Height = 480
Left = 240
Picture = "frmAbout.frx":9C09
ScaleHeight = 337.12
ScaleMode = 0 'User
ScaleWidth = 337.12
TabIndex = 1
Top = 240
Width = 480
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 2760
Picture = "frmAbout.frx":A8D3
Style = 1 'Graphical
TabIndex = 0
Top = 1440
Width = 1500
End
Begin VB.Label lblDescription
BackStyle = 0 'Transparent
Caption = "Copyright by chenlang"
ForeColor = &H00000000&
Height = 1170
Left = 1080
TabIndex = 4
Top = 1080
Width = 3885
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "图书管理系统"
ForeColor = &H00000000&
Height = 180
Left = 1050
TabIndex = 2
Top = 240
Width = 1080
End
Begin VB.Label lblVersion
BackStyle = 0 'Transparent
Caption = "V1.0"
Height = 225
Left = 1050
TabIndex = 3
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
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -