📄 调用.frm
字号:
VERSION 5.00
Begin VB.Form 调用
Caption = "调用ansys控件"
ClientHeight = 2325
ClientLeft = 5730
ClientTop = 3765
ClientWidth = 4035
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2325
ScaleWidth = 4035
Begin 工程1.UserControl1 UserControl11
Height = 1095
Left = 600
TabIndex = 0
Top = 480
Width = 2295
_ExtentX = 4048
_ExtentY = 1931
End
End
Attribute VB_Name = "调用"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim x
x = Shell(s)
Timer1.Enabled = True
Unload 调用
End Sub
Private Sub Timer1_Timer()
If Dir(ss) <> "" Then
MsgBox ("计算完毕!")
Timer1.Enabled = False
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -