_coef_table_common.idlg

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

IDLG
37
字号
/*
    _coef_table_common.idlg

*!  VERSION 1.0.0  21sep2004

  To be included within a DIALOG.

  Note that macros _x, _y, and _xwd must already be DEFINEd.

*/

  /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+*/
  CHECKBOX ck_notable _x       _y        _xwd      .,			/*
		*/ label("Suppress table of results")			/*
		*/ clickon(program check_table)				/*
		*/ clickoff(program check_table)			/*
		*/ option("notable")					/*
		*/
  CHECKBOX ck_noheader @       _ms       @         .,			/*
		*/ label("Suppress the table header")			/*
		*/ clickon(program check_header)			/*
		*/ clickoff(program check_header)			/*
		*/ option("noheader")					/*
		*/
  CHECKBOX ck_nolegend  @      _ms       @         .,			/*
		*/ label("Suppress the table legend")			/*
		*/ clickon(program check_legend)			/*
		*/ clickoff(program check_legend)			/*
		*/ option("nolegend")					/*
		*/
  CHECKBOX ck_verbose @        _ms       @         .,			/*
		*/ label("Display the full table legend")		/*
		*/ option("verbose")					/*
		*/

/* END: _coef_table_common.idlg */

⌨️ 快捷键说明

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