📄 _output_reps.idlg
字号:
/*
_output_reps.idlg
*! VERSION 1.1.2 15sep2004
To be included within a DIALOG.
Note that macros _x, _cx, _y and _cy must already be DEFINEd.
*/
/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+*/
GROUPBOX gb_displ _x _y _cx _cy, /*
*/ label("Output per replication") /*
*/
RADIO rb_dots _indent _ss _inwd ., /*
*/ first /*
*/ label("Display a dot") /*
*/ option("NONE") /*
*/
RADIO rb_qui @ _ss @ ., /*
*/ label("Suppress the replication dots") /*
*/ option("nodots") /*
*/
RADIO rb_noi @ _ss @ ., /*
*/ label("Display any output from command") /*
*/ option("noisily") /*
*/
RADIO rb_trace @ _ss @ ., /*
*/ last /*
*/ label("Trace the command") /*
*/ option("trace") /*
*/
/* END: _output_reps.idlg */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -