1 Star 1 Fork 7

连享会/nwcommands

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nwsync.dlg 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
ThomasGrund 提交于 2015-09-18 19:13 . v1.5.1
VERSION 10.0
SYNCHRONOUS_ONLY
INCLUDE _std_small
INCLUDE _ht350
INCLUDE header
HELP hlp1, view("help nwsync")
RESET res1
SCRIPT PREINIT
BEGIN
program initialize
END
DIALOG main, title("nwsync - Sync Network With Variables")
BEGIN
TEXT tx_net 50 40 140 ., label("Network:")
COMBOBOX cb_net 50 60 250 ., dropdownlist label("Network") contents(netlist) nomem
CHECKBOX cx_from 50 90 350 ., label("Synchronize from Stata variables") option(fromstata) nomem
CHECKBOX cx_lab 50 120 350 ., label("Synchronize node labels") option(label) nomem
END
LIST netlist
BEGIN
// intentionally empty
// this list will be populated by _nwdialog.ado
END
PROGRAM initialize
BEGIN
put "_nwdialog nwsync"
stata hidden immediate
END
PROGRAM command
BEGIN
put "nwsync " main.cb_net
beginoptions
option main.cx_from
option main.cx_lab
endoptions
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

搜索帮助

0d507c66 1850385 C8b1a773 1850385