"UI: Initialize"
×××
Initialize the User Interface, here.
(this is called automatically, by the Macro: Init)
在此处初始化用户界面。
(这是由宏自动调用的:Init)
×××
GSZ:对前面板的空间初始化, 比如图表里面 的注释的清除
××××××××××××××××××××××××××××××××××××
"UI: Cursor Set"
Initialize the User Interface, here.
(this is called automatically, by the Macro: Init)
在此处初始化用户界面。
(这是由宏自动调用的:Init)
GSZ:这个非常重要的,特别是处理一些耗时的结构,需要先把鼠标 变成等待模式 ,就是打圈圈, 让鼠标不起作用,防止人误操作。
等待耗时的分支处理结束后, 在把鼠标变成可以用的状态
×××
"UI: Front Panel State"
Set Front Panel Open or Closed
(Usage: "UI: Front Panel State >> Open|Close")
设置前面板打开或关闭
(用法:“ UI:前面板状态>>打开|关闭”)
GSZ:FP 就是Front Panel 的缩写,这个分支没没啥好说的
×××
|