⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _output_reps.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
字号:
/*
  _output_reps.idlg

*!  VERSION 1.1.2  15sep2004

  To be included within a DIALOG.

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

*/

  /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+*/
  GROUPBOX gb_displ  _x         _y       _cx       _cy,			/*
		*/ label("Output per replication")			/*
		*/
  RADIO    rb_dots   _indent    _ss      _inwd     .,			/*
		*/ first						/*
		*/ label("Display a dot")				/*
		*/ option("NONE")					/*
		*/
  RADIO    rb_qui    @          _ss      @         .,			/*
		*/ label("Suppress the replication dots")		/*
		*/ option("nodots")					/*
		*/
  RADIO    rb_noi    @          _ss      @         .,			/*
		*/ label("Display any output from command")		/*
		*/ option("noisily")					/*
		*/
  RADIO    rb_trace  @          _ss      @         .,			/*
		*/ last							/*
		*/ label("Trace the command")				/*
		*/ option("trace")					/*
		*/


/* END: _output_reps.idlg */

⌨️ 快捷键说明

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