分隔条用来分隔 group 中的控件,<separator>只能在<group>标签中使用。<separator id="" label=""
index=""></separator> 标签用于配置分隔条控件,向界面中添加分隔条控件只需配置该标签即可,每个<separator
index=""></separator> 标签对应一个分隔条控件,添加多个分隔条控件,就配置多个<separator
index=""></separator> 标签。
<group id="处理自动化" index="0" label="处理自动化" image="../resources/Group/Icon/Workflow/Workflow.png" visible="true" platform="All" rowCount="1">
<button index="0" label="新建" image="../resources/Process/Icon/NewWorkflow.png" onAction="CtrlActionNewWorkflow" screenTip="新建一个处理自动化窗口。" visible="true" style="BIG" directLoadCtrlAction="false" platform="All" language="All" />
<separator index="1" />
<button index="2" label="连接" image="../resources/Process/Icon/Connect.png" onAction="CtrlActionConnect" screenTip="连接" visible="true" style="BIG" directLoadCtrlAction="false" platform="All" language="All" />
......
</group>
- index :用于控制分割线的显示顺序,当同一层次上存在多个分隔条控件时,每个分隔条控件将通过该属性的值来确定其排列次序。