gregion_twoway_98s.idlg

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

IDLG
33
字号
/*
	gregion_98s -- graph overall options (region options)
	version for twoway
	** Special version for Windows 95/98

*! VERSION 1.0.2  20mar2005

  Use only with _std_graph.idlg and _graph.idlg for sizes, widths, heights,
  etc.
*/

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

INCLUDE gregion_common_98s_sc

PROGRAM globalif_output
BEGIN
	ifexp rg.ex_if
END

PROGRAM gregion_output
BEGIN
	put /program gregion_common_output
END

⌨️ 快捷键说明

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