1 Star 0 Fork 7

夏汉林/nwcommands

forked from 连享会/nwcommands 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nw_edges_pattern.dlg 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
ThomasGrund 提交于 2015-09-18 19:13 . v1.5.1
VERSION 10
INCLUDE _std_mlarge
INCLUDE header_gr_child
INCLUDE gr_orientation
DIALOG edges_patternopt, title("Edge pattern")
BEGIN
GROUPBOX gb_pat 10 10 380 130, label("Overwrite pattern palette")
TEXT tx_pat1 20 30 280 ., label("Pattern 1:")
COMBOBOX cb_pat1 80 30 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat2 20 50 280 ., label("Pattern 2:")
COMBOBOX cb_pat2 80 50 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat3 20 70 280 ., label("Pattern 3:")
COMBOBOX cb_pat3 80 70 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat4 20 90 280 ., label("Pattern 4:")
COMBOBOX cb_pat4 80 90 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat5 210 30 280 ., label("Pattern 5:")
COMBOBOX cb_pat5 270 30 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat6 210 50 280 ., label("Pattern 6:")
COMBOBOX cb_pat6 270 50 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat7 210 70 280 ., label("Pattern 7:")
COMBOBOX cb_pat7 270 70 100 ., dropdownlist contents(linepatterns) nomemory
TEXT tx_pat8 210 90 280 ., label("Pattern 8:")
COMBOBOX cb_pat8 270 90 100 ., dropdownlist contents(linepatterns) nomemory
END
PROGRAM command
BEGIN
put " edgepatternpalette("
if edges_patternopt.cb_pat1 {
put edges_patternopt.cb_pat1 " "
}
if edges_patternopt.cb_pat2 {
put edges_patternopt.cb_pat2 " "
}
if edges_patternopt.cb_pat3 {
put edges_patternopt.cb_pat3 " "
}
if edges_patternopt.cb_pat4 {
put edges_patternopt.cb_pat4 " "
}
if edges_patternopt.cb_pat5 {
put edges_patternopt.cb_pat5 " "
}
if edges_patternopt.cb_pat6 {
put edges_patternopt.cb_pat6 " "
}
if edges_patternopt.cb_pat7 {
put edges_patternopt.cb_pat7 " "
}
if edges_patternopt.cb_pat8 {
put edges_patternopt.cb_pat8 " "
}
put ")"
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/xiahanlin/nwcommands.git
git@gitee.com:xiahanlin/nwcommands.git
xiahanlin
nwcommands
nwcommands
master

搜索帮助