📄 gr_twoway.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 + -