📄 复件 aboutus.frm
字号:
VERSION 5.00
Begin VB.Form aboutUsForm
BorderStyle = 0 'None
Caption = "关于"
ClientHeight = 4140
ClientLeft = 0
ClientTop = 0
ClientWidth = 6420
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4140
ScaleWidth = 6420
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label3
Caption = "工作组:李明昕、王勤、关众博、耿勇、许凯"
Height = 255
Left = 960
TabIndex = 2
Top = 3240
Width = 4455
End
Begin VB.Label Label2
Caption = "版本号:1.0"
Height = 255
Left = 960
TabIndex = 1
Top = 2760
Width = 4455
End
Begin VB.Label Label1
Caption = "银行管理系统"
BeginProperty Font
Name = "文鼎淹水体"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 720
TabIndex = 0
Top = 1200
Width = 5295
End
End
Attribute VB_Name = "aboutUsForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Me.Hide
End Sub
Private Sub Form_DblClick()
Me.Hide
End Sub
Private Sub Label1_Click()
Me.Hide
End Sub
Private Sub Label2_Click()
Me.Hide
End Sub
Private Sub Label3_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -