econnected.dlg

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· DLG 代码 · 共 37 行

DLG
37
字号
/*
  easy graph twoway connected - Connected graph

  VERSION 1.0.0  05feb2003

*/
VERSION 8.0

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

DIALOG main, label("twoway connected - Connected graph") tabtitle("Main")
BEGIN
  INCLUDE esimple_ctrl  
END

INCLUDE esimple_sc
INCLUDE ifin
INCLUDE etitle
INCLUDE eaxes
INCLUDE eopts

PROGRAM command
BEGIN
	put "twoway connected "
	put /program esimple_output
	INCLUDE _ifin_pr
	beginoptions
		put " "  /program etitle_output
		put " "  /program eaxes_output
		put " "  /program eopts_output
		put " "  /program esimple_sort
	endoptions
END

⌨️ 快捷键说明

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