
vbs
iteye_16428
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
power desinger vb 脚本
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl Set mdl = ActiveModel If(mdl Is Nothing) Then MsgBox " there is no current model" ElseIf Not mdl.IsKind...原创 2014-04-03 11:26:58 · 126 阅读 · 0 评论 -
vbs
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl Set mdl = ActiveModel If(mdl Is Nothing) Then MsgBox " there is no current model" ElseIf Not mdl....原创 2014-04-03 11:27:16 · 101 阅读 · 0 评论