gr_twoway_98.idlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 49 行
IDLG
49 行
/*
gr_twoway_98.idlg -- tabs that make up twoway_options
**Special version for Windows95/98
*! VERSION 1.0.1 20mar2005
This idlg assumes you are using _graph.idlg include and _std_graph.idlg
include to set the proper lengths, widths and heights.
*/
INCLUDE gyaxis_98
INCLUDE gxaxis_98
INCLUDE gtitle_98
INCLUDE gcaption_98
INCLUDE glegend_98
INCLUDE gregion_98
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 + =
减小字号Ctrl + -
显示快捷键?