hbar.dlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· DLG 代码 · 共 57 行
DLG
57 行
/*
graph bar - Bar charts
*! VERSION 2.0.0 21apr2005
DEPRECATED on 21apr2005
*/
VERSION 9.0
INCLUDE graph_header
INCLUDE header
HELP hlp1, view("help graph_bar")
RESET res1
SCRIPT POSTINIT
BEGIN
script weights_setLayout_fpa
script gbar_setOrientationHorizontal
END
INCLUDE gbar
INCLUDE gover
INCLUDE ifin
INCLUDE weights
INCLUDE gbaropt
INCLUDE gbarstyle
INCLUDE gbarlabel
INCLUDE gbaryaxis
INCLUDE gtitle
INCLUDE gcaption
INCLUDE glegend
INCLUDE gregion
INCLUDE gby
PROGRAM command
BEGIN
put "graph "
put " " /program gbar_output
put " " /program weights_output
put " " /program ifin_output
beginoptions
put " " /program gover_output
put " " /program gbaropt_output
put " " /program gbarstyle_output
put " " /program gbarlabel_output
put " " /program gbaryaxis_output
put " " /program gtitle_output
put " " /program gcaption_output
put " " /program glegend_output
put " " /program gregion_output
put " " /program gby_output
endoptions
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?