gboxmarkstyle_98s.idlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 32 行
IDLG
32 行
/*
gboxmarkstyle_98s.idlg - include file for markerstyle options
on graph box_98s
**Special version for Windows95/98
** Extra small
VERSION 1.0.0 07jan2003
*/
DIALOG gm, label("") /*
*/ tabtitle("Outsides")
BEGIN
CHECKBOX ck_mark _lft _top _gwd4_1 ., /*
*/label("Do not plot outside values") /*
*/clickon(script gmarkstyle_98_disable) /*
*/clickoff(script gmarkstyle_98_enable) /*
*/option(nooutsides)
INCLUDE gmarkstyle_98s_ctrl
END
INCLUDE gmarkstyle_98s_sc
PROGRAM gboxmarkstyle_output
BEGIN
option gm.ck_mark
if !gm.ck_mark {
INCLUDE gmarkstyle_98s_pr
}
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?