gr_twoway_98s.idlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 45 行
IDLG
45 行
/*
gr_twoway_98s.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_98s
INCLUDE gxaxis_98s
INCLUDE gtitle_98s
INCLUDE glegend_98s
INCLUDE gregion_98s
SCRIPT gr_twoway_enable
BEGIN
script gyaxis_enable
script gxaxis_enable
script gtitle_enable
script glegend_enable
script gregion_enable
END
SCRIPT gr_twoway_disable
BEGIN
script gyaxis_disable
script gxaxis_disable
script gtitle_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 glegend_output
put " " /program gregion_output
END
/* END: gr_twoway.idlg */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?