frmend.frm
来自「利用差分方法求解二阶微分方程!流体力学应用!」· FRM 代码 · 共 21 行
FRM
21 行
VERSION 5.00
Begin VB.Form frmEnd
Caption = "Form1"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 465
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 10995
ScaleWidth = 15240
StartUpPosition = 3 'Windows Default
End
Attribute VB_Name = "frmEnd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?