1 Star 1 Fork 7

连享会/nwcommands

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nw_nodes_size.dlg 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
ThomasGrund 提交于 2015-09-18 19:13 . v1.5.1
VERSION 10
INCLUDE _std_mlarge
INCLUDE header_gr_child
INCLUDE gr_orientation
DIALOG nodes_sizeopt, title("Node size")
BEGIN
GROUPBOX gb_sym 10 10 380 90, label("Size options")
CHECKBOX ck_res 30 30 100 100, label("Rescale off") option(norescale)
GROUPBOX gb_lgd 10 120 380 70, label("Size legend")
TEXT tx_keys 20 150 280 ., label("Force keys:")
EDIT ed_keys 110 150 150 ., nomemory
CHECKBOX ck_lgd 270 150 100 100, label("Legend off") option(legendoff) onclickoff(nodes_sizeopt.ed_keys.enable) onclickon(nodes_sizeopt.ed_keys.disable)
END
PROGRAM command
BEGIN
if nodes_sizeopt.ed_keys / nodes_sizeopt.ed_keys.isenabled() {
put " forcekeys("
put nodes_sizeopt.ed_keys
put ")"
}
if nodes_sizeopt.ck_res {
put " norescale"
}
if nodes_sizeopt.ck_lgd {
put " legendoff"
}
END
*! v1.5.0 __ 17 Sep 2015 __ 13:09:53
*! v1.5.1 __ 17 Sep 2015 __ 14:54:23
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arlionn/nwcommands.git
git@gitee.com:arlionn/nwcommands.git
arlionn
nwcommands
nwcommands
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385