gregion_twoway.idlg

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 29 行

IDLG
29
字号
/*
	gregion -- graph overall options (region options) version for
	twoway

*! VERSION 1.1.0  22oct2004

*/
DIALOG rg, tabtitle("Overall")
BEGIN
  INCLUDE gregion_common
  TEXT     tx_if           _lft2g     _vs6       _ifwd       .,		/*
    		*/ label("if:")
  EXP      ex_if           _indent2   @          _edifwd1g   .,		/*
  		*/ label("Create...")
END

INCLUDE gregion_common_sc

PROGRAM globalif_output
BEGIN
	ifexp rg.ex_if
END

PROGRAM gregion_output
BEGIN
	put /program gregion_common_output
END
/* end */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?