📄 gr_twoway_98s.idlg
字号:
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -