⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 edot_data.dlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 DLG
字号:
/*
  easy graph dot - Dot chart

*!  VERSION 1.0.0  22apr2005

*/

VERSION 9.0

INCLUDE egraph_header
INCLUDE header
HELP hlp1, view("help graph_dot")
RESET res1

DIALOG main, label("graph dot - Dot chart (observed data)") tabtitle("Main")
BEGIN
  TEXT     tx_var      _lft        _top      _vlwd       .,	///
  	label("Variables:")
  VARLIST  vl_var      @           _ss	     @           .,	///
  	label("Variables")

  CHECKBOX ck_perct    _lft        _ls       _iwd        .,     ///
	label("Percentages of total (over Y-variables)")	///
	option(percentages)
END

INCLUDE eover
INCLUDE ifin
INCLUDE etitle
INCLUDE eyaxis
INCLUDE edotopts

PROGRAM command
BEGIN
	put "graph dot "
	put "(asis) "
	varlist main.vl_var
	INCLUDE _ifin_pr
	beginoptions
		option main.ck_perct
		put " "  /program eover_output
		put " "  /program etitle_output
		put " "  /program eyaxis_output
		put " "  /program edotopts_output
	endoptions
END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -