gregion_combine.idlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 25 行
IDLG
25 行
/*
gregion -- graph overall options (region options) version for
graph combine
*! VERSION 1.1.0 22oct2004
*/
DIALOG rg, tabtitle("Overall")
BEGIN
CHECKBOX ck_comscheme _lft4_2gi _top _cwd2b4_gi ., /*
*/ label("Use common scheme") /*
*/ option(commonscheme)
INCLUDE gregion_common
END
INCLUDE gregion_common_sc
PROGRAM gregion_output
BEGIN
option rg.ck_comscheme
put /program gregion_common_output
END
/* end */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?