📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
BorderStyle = 1 'Fixed Single
Caption = "程序主界面"
ClientHeight = 4200
ClientLeft = 150
ClientTop = 840
ClientWidth = 6390
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4200
ScaleWidth = 6390
StartUpPosition = 2 '屏幕中心
Begin VB.Menu mnuProgram
Caption = "程序"
Begin VB.Menu mnuFcz
Caption = "求解二元一次方程组"
End
Begin VB.Menu mnuMax
Caption = "求最大值"
End
End
Begin VB.Menu mnuSet
Caption = "设置"
Begin VB.Menu mnuCheck
Caption = "查看数列内容"
End
Begin VB.Menu mnuModify
Caption = "修改数列值"
End
End
Begin VB.Menu mnuControl
Caption = "控制"
Begin VB.Menu mnuExit
Caption = "退出"
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub mnuExit_Click()
End
End Sub
Private Sub mnuFcz_Click()
Shell App.Path & "\fcz.exe", vbNormalFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -