1 Star 1 Fork 7

连享会/nwcommands

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nwrename.dlg 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
ThomasGrund 提交于 2015-09-18 19:13 . v1.5.1
VERSION 11.0
SYNCHRONOUS_ONLY
INCLUDE _std_medium
INCLUDE header
HELP hlp1, view("help nwrename")
RESET res1
SCRIPT PREINIT
BEGIN
program initialize
END
DIALOG main, label("nwrename - Rename groups of networks") tabtitle("Main")
BEGIN
TEXT tx_net 30 30 200 ., label("Existing network names:")
COMBOBOX cb_net 30 50 350 ., nomem dropdown label("cbNet") contents(netlist) append
TEXT tx_new 30 80 200 ., label("New network names:")
EDIT ed_new 30 100 350 ., nomem default("")
END
LIST netlist
BEGIN
// intentionally empty
// this list will be populated by _nwdialog.ado
END
PROGRAM initialize
BEGIN
put "_nwdialog nwrename"
stata hidden immediate
END
PROGRAM command
BEGIN
require main.cb_net
require main.ed_new
put " nwrename (" main.cb_net ")"
put "(" main.ed_new ")"
stata
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

搜索帮助