estimates_stats.dlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· DLG 代码 · 共 38 行
DLG
38 行
/*
estimates stats
*! VERSION 1.1.0 28mar2005
*/
VERSION 9.0
INCLUDE _std_medium
INCLUDE _ht200
INCLUDE header
HELP hlp1, view("help estimates")
RESET res1
DIALOG main, label("estimates stats - List stored estimation results")/*
*/ tabtitle("Main")
BEGIN
RADIO rb_all _lft _top _iwd ., first /*
*/ clickon("gaction main.cb_elist.disable") /*
*/ label("List all stored estimation results")
RADIO rb_elist @ _ss @ ., last /*
*/ clickon("gaction main.cb_elist.enable") /*
*/ label("List estimation results for:")
COMBOBOX cb_elist _indent2 _ms _inwd _ht10, append /*
*/ contents(estimates) /*
*/ error("List estimation results for")
END
PROGRAM command
BEGIN
put "estimates stats "
if main.rb_elist {
require main.cb_elist
put main.cb_elist
}
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?