📄 _coef_table_common.idlg
字号:
/*
_coef_table_common.idlg
*! VERSION 1.0.0 21sep2004
To be included within a DIALOG.
Note that macros _x, _y, and _xwd must already be DEFINEd.
*/
/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+*/
CHECKBOX ck_notable _x _y _xwd ., /*
*/ label("Suppress table of results") /*
*/ clickon(program check_table) /*
*/ clickoff(program check_table) /*
*/ option("notable") /*
*/
CHECKBOX ck_noheader @ _ms @ ., /*
*/ label("Suppress the table header") /*
*/ clickon(program check_header) /*
*/ clickoff(program check_header) /*
*/ option("noheader") /*
*/
CHECKBOX ck_nolegend @ _ms @ ., /*
*/ label("Suppress the table legend") /*
*/ clickon(program check_legend) /*
*/ clickoff(program check_legend) /*
*/ option("nolegend") /*
*/
CHECKBOX ck_verbose @ _ms @ ., /*
*/ label("Display the full table legend") /*
*/ option("verbose") /*
*/
/* END: _coef_table_common.idlg */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -