帮助界面.frm
来自「一个用VB编写的银行模拟系统 链接了数据库」· FRM 代码 · 共 47 行
FRM
47 行
VERSION 5.00
Begin VB.Form bzjm
Caption = "Form1"
ClientHeight = 4275
ClientLeft = 60
ClientTop = 345
ClientWidth = 5490
LinkTopic = "Form1"
ScaleHeight = 4275
ScaleWidth = 5490
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回到主界面"
Height = 375
Left = 1320
TabIndex = 1
Top = 3360
Width = 2775
End
Begin VB.Label Label1
Caption = $"帮助界面.frx":0000
BeginProperty Font
Name = "华文楷体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2895
Left = 0
TabIndex = 0
Top = 0
Width = 5535
End
End
Attribute VB_Name = "bzjm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Frmmain.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?