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

📄 _equations_sc.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
字号:
/*
  _equations_sc.idlg

*!  VERSION 1.1.1  15mar2005

  This file contains SCRIPTs.

*/

LIST eqn_con
BEGIN
	Equation 1
	Equation 2
	Equation 3
	Equation 4
	Equation 5
	Equation 6
	Equation 7
	Equation 8
	Equation 9
	Equation 10
END

LIST eqn_sel
BEGIN
	script eqn1
	script eqn2
	script eqn3
	script eqn4
	script eqn5
	script eqn6
	script eqn7
	script eqn8
	script eqn9
	script eqn10
END

PROGRAM hide_all
BEGIN
	if !H(main.ck_nocon1) {
		call gaction main.ed_eqn1.hide
		call gaction main.ck_nocon1.hide
		call gaction main.vl_dv1.hide
		call gaction main.vl_iv1.hide
	}
	if !H(main.ck_nocon2) {
		call gaction main.ed_eqn2.hide
		call gaction main.ck_nocon2.hide
		call gaction main.vl_dv2.hide
		call gaction main.vl_iv2.hide
	}
	if !H(main.ck_nocon3) {
		call gaction main.ed_eqn3.hide
		call gaction main.ck_nocon3.hide
		call gaction main.vl_dv3.hide
		call gaction main.vl_iv3.hide
	}
	if !H(main.ck_nocon4) {
		call gaction main.ed_eqn4.hide
		call gaction main.ck_nocon4.hide
		call gaction main.vl_dv4.hide
		call gaction main.vl_iv4.hide
	}
	if !H(main.ck_nocon5) {
		call gaction main.ed_eqn5.hide
		call gaction main.ck_nocon5.hide
		call gaction main.vl_dv5.hide
		call gaction main.vl_iv5.hide
	}
	if !H(main.ck_nocon6) {
		call gaction main.ed_eqn6.hide
		call gaction main.ck_nocon6.hide
		call gaction main.vl_dv6.hide
		call gaction main.vl_iv6.hide
	}
	if !H(main.ck_nocon7) {
		call gaction main.ed_eqn7.hide
		call gaction main.ck_nocon7.hide
		call gaction main.vl_dv7.hide
		call gaction main.vl_iv7.hide
	}
	if !H(main.ck_nocon8) {
		call gaction main.ed_eqn8.hide
		call gaction main.ck_nocon8.hide
		call gaction main.vl_dv8.hide
		call gaction main.vl_iv8.hide
	}
	if !H(main.ck_nocon9) {
		call gaction main.ed_eqn9.hide
		call gaction main.ck_nocon9.hide
		call gaction main.vl_dv9.hide
		call gaction main.vl_iv9.hide
	}
	if !H(main.ck_nocon10) {
		call gaction main.ed_eqn10.hide
		call gaction main.ck_nocon10.hide
		call gaction main.vl_dv10.hide
		call gaction main.vl_iv10.hide
	}

END

SCRIPT eqn1
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 1:"
	main.ed_eqn1.show
	main.ck_nocon1.show
	main.tx_dv.setlabel "Dependent variables for equation 1:"
	main.vl_dv1.show
	main.tx_iv.setlabel "Independent variables for equation 1:"
	main.vl_iv1.show
END

SCRIPT eqn2
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 2:"
	main.ed_eqn2.show
	main.ck_nocon2.show
	main.tx_dv.setlabel "Dependent variables for equation 2:"
	main.vl_dv2.show
	main.tx_iv.setlabel "Independent variables for equation 2:"
	main.vl_iv2.show
END

SCRIPT eqn3
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 3:"
	main.ed_eqn3.show
	main.ck_nocon3.show
	main.tx_dv.setlabel "Dependent variables for equation 3:"
	main.vl_dv3.show
	main.tx_iv.setlabel "Independent variables for equation 3:"
	main.vl_iv3.show
END

SCRIPT eqn4
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 4:"
	main.ed_eqn4.show
	main.ck_nocon4.show
	main.tx_dv.setlabel "Dependent variables for equation 4:"
	main.vl_dv4.show
	main.tx_iv.setlabel "Independent variables for equation 4:"
	main.vl_iv4.show
END

SCRIPT eqn5
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 5:"
	main.ed_eqn5.show
	main.ck_nocon5.show
	main.tx_dv.setlabel "Dependent variables for equation 5:"
	main.vl_dv5.show
	main.tx_iv.setlabel "Independent variables for equation 5:"
	main.vl_iv5.show
END

SCRIPT eqn6
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 6:"
	main.ed_eqn6.show
	main.ck_nocon6.show
	main.tx_dv.setlabel "Dependent variables for equation 6:"
	main.vl_dv6.show
	main.tx_iv.setlabel "Independent variables for equation 6:"
	main.vl_iv6.show
END

SCRIPT eqn7
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 7:"
	main.ed_eqn7.show
	main.ck_nocon7.show
	main.tx_dv.setlabel "Dependent variables for equation 7:"
	main.vl_dv7.show
	main.tx_iv.setlabel "Independent variables for equation 7:"
	main.vl_iv7.show
END

SCRIPT eqn8
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 8:"
	main.ed_eqn8.show
	main.ck_nocon8.show
	main.tx_dv.setlabel "Dependent variables for equation 8:"
	main.vl_dv8.show
	main.tx_iv.setlabel "Independent variables for equation 8:"
	main.vl_iv8.show
END

SCRIPT eqn9
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 9:"
	main.ed_eqn9.show
	main.ck_nocon9.show
	main.tx_dv.setlabel "Dependent variables for equation 9:"
	main.vl_dv9.show
	main.tx_iv.setlabel "Independent variables for equation 9:"
	main.vl_iv9.show
END

SCRIPT eqn10
BEGIN
	program hide_all
	main.tx_eqnlab.setlabel "Label for equation 10:"
	main.ed_eqn10.show
	main.ck_nocon10.show
	main.tx_dv.setlabel "Dependent variables for equation 10:"
	main.vl_dv10.show
	main.tx_iv.setlabel "Independent variables for equation 10:"
	main.vl_iv10.show
END

PROGRAM eq1_output
BEGIN
	if main.ed_eqn1 {
		put /hidden main.ed_eqn1 ": "
	}
	put /hidden main.vl_dv1
	if main.vl_iv1 {
		put " "  "= "
		put /hidden main.vl_iv1
	}
	beginoptions
		hoption main.ck_nocon1
	endoptions
END

PROGRAM eq2_output
BEGIN
	if main.ed_eqn2 {
		put /hidden main.ed_eqn2 ": "
	}
	put /hidden main.vl_dv2
	if main.vl_iv2 {
		put " "  "= "
		put /hidden main.vl_iv2
	}
	beginoptions
		hoption main.ck_nocon2
	endoptions
END

PROGRAM eq3_output
BEGIN
	if main.ed_eqn3 {
		put /hidden main.ed_eqn3 ": "
	}
	put /hidden main.vl_dv3
	if main.vl_iv3 {
		put " "  "= "
		put /hidden main.vl_iv3
	}
	beginoptions
		hoption main.ck_nocon3
	endoptions
END

PROGRAM eq4_output
BEGIN
	if main.ed_eqn4 {
		put /hidden main.ed_eqn4 ": "
	}
	put /hidden main.vl_dv4
	if main.vl_iv4 {
		put " "  "= "
		put /hidden main.vl_iv4
	}
	beginoptions
		hoption main.ck_nocon4
	endoptions
END

PROGRAM eq5_output
BEGIN
	if main.ed_eqn5 {
		put /hidden main.ed_eqn5 ": "
	}
	put /hidden main.vl_dv5
	if main.vl_iv5 {
		put " "  "= "
		put /hidden main.vl_iv5
	}
	beginoptions
		hoption main.ck_nocon5
	endoptions
END

PROGRAM eq6_output
BEGIN
	if main.ed_eqn6 {
		put /hidden main.ed_eqn6 ": "
	}
	put /hidden main.vl_dv6
	if main.vl_iv6 {
		put " "  "= "
		put /hidden main.vl_iv6
	}
	beginoptions
		hoption main.ck_nocon6
	endoptions
END

PROGRAM eq7_output
BEGIN
	if main.ed_eqn7 {
		put /hidden main.ed_eqn7 ": "
	}
	put /hidden main.vl_dv7
	if main.vl_iv7 {
		put " "  "= "
		put /hidden main.vl_iv7
	}
	beginoptions
		hoption main.ck_nocon7
	endoptions
END

PROGRAM eq8_output
BEGIN
	if main.ed_eqn8 {
		put /hidden main.ed_eqn8 ": "
	}
	put /hidden main.vl_dv8
	if main.vl_iv8 {
		put " "  "= "
		put /hidden main.vl_iv8
	}
	beginoptions
		hoption main.ck_nocon8
	endoptions
END

PROGRAM eq9_output
BEGIN
	if main.ed_eqn9 {
		put /hidden main.ed_eqn9 ": "
	}
	put /hidden main.vl_dv9
	if main.vl_iv9 {
		put " "  "= "
		put /hidden main.vl_iv9
	}
	beginoptions
		hoption main.ck_nocon9
	endoptions
END

PROGRAM eq10_output
BEGIN
	if main.ed_eqn10 {
		put /hidden main.ed_eqn10 ": "
	}
	put /hidden main.vl_dv10
	if main.vl_iv10 {
		put " "  "= "
		put /hidden main.vl_iv10
	}
	beginoptions
		hoption main.ck_nocon10
	endoptions
END

PROGRAM _equations_output
BEGIN
	if !main.vl_dv1 {
		stopbox stop `""Dependent variables for equation 1""'
			'"must be filled in"'
	}

	if main.vl_dv1 {
		put "("
		put /program eq1_output
		put ") "
	}
	if main.vl_dv2 {
		put "("
		put /program eq2_output
		put ") "
	}
	if main.vl_dv3  {
		put "("
		put /program eq3_output
		put ") "
	}
	if main.vl_dv4   {
		put "("
		put /program eq4_output
		put ") "
	}
	if main.vl_dv5  {
		put "("
		put /program eq5_output
		put ") "
	}
	if main.vl_dv6  {
		put "("
		put /program eq6_output
		put ") "
	}
	if main.vl_dv7 {
		put "("
		put /program eq7_output
		put ") "
	}
	if main.vl_dv8 {
		put "("
		put /program eq8_output
		put ") "
	}
	if main.vl_dv9 {
		put "("
		put /program eq9_output
		put ") "
	}
	if main.vl_dv10 {
		put "("
		put /program eq10_output
		put ") "
	}
END


/* END: _equations_sc.idlg */

⌨️ 快捷键说明

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