📄 gbox_ctrl_98s.idlg
字号:
/*
gbox_ctrl_98s - Controls for box_98s and hbox_98s plots
**Special version for Windows95/98
** Extra small
*! VERSION 1.0.1 20mar2005
*/
TEXT tx_var _lft _top _gwd4_1 ., /*
*/label("Variables:")
VARLIST vl_var @ _ss _iwd ., /*
*/label("Variables")
GROUPBOX gb_opts _lft _xxls _iwd _ht10, /*
*/label("Median options")
GROUPBOX gb_median _igft _ms _gwd4_2 _ht6, /*
*/label("Median type:")
DEFINE _holdy @y
RADIO rb_line _iigft _ss _gwd4_4 ., /*
*/label("Line") first option("medtype(line)") /*
*/clickon(script main_lineon)
RADIO rb_cline @ _ss @ ., /*
*/label("Custom line") option("medtype(cline)") /*
*/clickon(script main_clineon)
RADIO rb_mark @ _ss @ ., /*
*/label("Marker") option("medtype(marker)") /*
*/last clickon(script main_markon)
GROUPBOX gb_mark _gft4_3 _holdy _gwd4_1 _ht6, /*
*/label("Marker options")
TEXT tx_msymb _ilft4_3 _ms _txwd ., /*
*/label("Symbol:") right
COMBOBOX cb_msymb _txsep @ _txr4gi ., /*
*/contents(symbols) option(msymbol) dropdownlist
CHECKBOX ck_mcol _lft4_3gi _ls _txwd ., /*
*/label("Color") clickon(gaction main.cl_mcol.show) /*
*/clickoff(gaction main.cl_mcol.hide)
COLOR cl_mcol _txsep @ _txr4gi ., /*
*/option(mcolor)
GROUPBOX gb_line _gft4_2 _holdy _gwd4_1 _ht6, /*
*/label("Custom line options")
CHECKBOX ck_lcol _iigft4_2 _ms _txwd ., /*
*/label("Color") clickon(gaction main.cl_lcol.show) /*
*/clickoff(gaction main.cl_lcol.hide)
COLOR cl_lcol _txsep @ _txr4gi ., /*
*/option(lcolor)
TEXT tx_lpat _iigft4_2 _ls _txwd ., /*
*/label("Pattern:") right
COMBOBOX cb_lpat _txsep @ _txr4gi ., /*
*/ contents(linepatterns) option(lpattern) dropdownlist
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -