welcome.frm
来自「该程序是按照矩阵位移法的后处理法的基本原理和分析过程」· FRM 代码 · 共 29 行
FRM
29 行
VERSION 5.00
Begin VB.Form Welcome
Caption = "欢迎使用"
ClientHeight = 7275
ClientLeft = 60
ClientTop = 390
ClientWidth = 10860
LinkTopic = "Form1"
ScaleHeight = 7275
ScaleWidth = 10860
StartUpPosition = 3 '窗口缺省
Begin VB.Image Image1
Height = 7050
Left = 0
Picture = "Welcome.frx":0000
Top = 0
Width = 10635
End
End
Attribute VB_Name = "Welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
MainForm.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?