📄 aboutus.frm
字号:
VERSION 5.00
Begin VB.Form aboutUsForm
BorderStyle = 0 'None
Caption = "关于"
ClientHeight = 6000
ClientLeft = 0
ClientTop = 0
ClientWidth = 9225
Icon = "aboutUs.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6000
ScaleWidth = 9225
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 5775
Left = 120
Picture = "aboutUs.frx":0A02
ScaleHeight = 5715
ScaleWidth = 2235
TabIndex = 2
Top = 120
Width = 2295
End
Begin VB.Frame Frame1
Height = 2295
Left = 2760
TabIndex = 3
Top = 720
Width = 6135
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 = 1095
Left = 600
TabIndex = 4
Top = 720
Width = 5175
End
End
Begin VB.Label Label4
Caption = "时间:2005年12月"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3120
TabIndex = 5
Top = 4680
Width = 1455
End
Begin VB.Line Line1
BorderColor = &H8000000D&
BorderStyle = 6 'Inside Solid
X1 = 2760
X2 = 8880
Y1 = 3840
Y2 = 3840
End
Begin VB.Label Label3
Caption = "工作组:李明昕、王勤、关众博、耿勇、许凯"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3120
TabIndex = 1
Top = 5160
Width = 5175
End
Begin VB.Label Label2
Caption = "版本号:1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3120
TabIndex = 0
Top = 4200
Width = 1335
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()
Unload Me
End Sub
Private Sub Form_DblClick()
Unload Me
End Sub
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
Unload Me
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
Private Sub Label3_Click()
Unload Me
End Sub
Private Sub Label4_Click()
Unload Me
End Sub
Private Sub Picture1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -