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

📄 gr_twoway.idlg

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

*! VERSION 1.1.0  22oct2004

*/

INCLUDE gyaxis
INCLUDE gxaxis
INCLUDE gtitle
INCLUDE gcaption
INCLUDE glegend
INCLUDE gregion

SCRIPT gr_twoway_enable
BEGIN
	script gyaxis_enable
	script gxaxis_enable
	script gtitle_enable
	script gcaption_enable
	script glegend_enable
	script gregion_enable
END

SCRIPT gr_twoway_disable
BEGIN
	script gyaxis_disable
	script gxaxis_disable
	script gtitle_disable
	script gcaption_disable
	script glegend_disable
	script gregion_disable
END

PROGRAM gr_twoway_output
BEGIN
	put " " /program gyaxis_output
	put " " /program gxaxis_output
	put " " /program gtitle_output
	put " " /program gcaption_output
	put " " /program glegend_output
	put " " /program gregion_output
END

/* END: gr_twoway.idlg */

⌨️ 快捷键说明

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