摘要: -- try(cui.UnRegisterDialogBar Hello)catch() try DestroyDialog Hello catch() rollout Hello "HI" ( button bt1 "按钮" width:100 height:50 pos:[0,0] on bt1 阅读全文
posted @ 2019-12-27 23:23 HU_M 阅读(165) 评论(0) 推荐(0) 编辑
摘要: rollout unnamedRollout "锁定解锁" width:160 height:88 ( button btn1 "锁定" pos:[8,8] width:144 height:32 button btn2 "解锁" pos:[8,48] width:144 height:32 on 阅读全文
posted @ 2019-12-27 23:17 HU_M 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1. MessageBox "提示信息" title:"标题" --对话框显示 2. queryBox "提示信息" title:"标题" --对话框显示 3. yesnocancelbox "提示信息" title:"标题" --对话框显示 4_1. pushprompt "提示信息" --状态栏 阅读全文
posted @ 2019-12-27 23:16 HU_M 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Fn GetMutiOpenFileName Title:"Select Files" FileFilter:"All Files (*.*)|*.*" = ( local OpenFileDialog,OpenFileResult OpenFileDialog = DotNetObject "Sy 阅读全文
posted @ 2019-12-27 23:15 HU_M 阅读(231) 评论(0) 推荐(0) 编辑
摘要: global copy_wir_col = true -- 吸取线框颜色 global copy_mat = true -- 吸取材质 global copy_name = true -- 吸取名字 global copy_modify = true -- 吸取修改器 global copy_lay 阅读全文
posted @ 2019-12-27 23:14 HU_M 阅读(178) 评论(0) 推荐(0) 编辑
摘要: FN ResetMax = ( local IsReset = false if checkForSave() do ( shellLaunch (getdir #maxroot+"\\3dsmax.exe") (maxfilepath+maxfilename) IsReset = true ) I 阅读全文
posted @ 2019-12-27 23:13 HU_M 阅读(138) 评论(0) 推荐(0) 编辑
摘要: try (cui.unregisterDialogBar test) catch() try (destroyDialog test) catch() rollout test "左右停靠" width:168 height:90 ( button dockL "DockL" pos:[8,8] w 阅读全文
posted @ 2019-12-27 23:06 HU_M 阅读(179) 评论(0) 推荐(0) 编辑