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

📄 gby.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
📖 第 1 页 / 共 4 页
字号:
	gby.cb_style.setposition . 30
	gby.tx_holes.setposition . 55
	gby.ed_holes.setposition . 55
	gby.bu_holes.setposition . 55
	gby.tx_imargin.setposition . 55
	gby.cb_imargin.setposition . 55
	gby.tx_layout.setposition . 80
	gby.cb_layout.setposition . 80
	gby.tx_iscale.setposition . 80
	gby.ed_iscale.setposition . 80
	gby.tx_layoutsp.setposition . 105
	gby.sp_rowcol.setposition . 105
	gby.tx_xrescale.setposition . 105
	gby.cb_xrescale.setposition . 105
	gby.tx_yrescale.setposition . 130
	gby.cb_yrescale.setposition . 130
END

SCRIPT gby_setViewByopts_Total
BEGIN
	gby.tx_vars.hide
	gby.vl_vars.hide
	gby.ck_missing.hide
	gby.ck_total.setposition . 30
	gby.tx_style.setposition . 30
	gby.cb_style.setposition . 30
	gby.ck_colfirst.setposition . 55
	gby.tx_imargin.setposition . 55
	gby.cb_imargin.setposition . 55
	gby.tx_holes.setposition . 80
	gby.ed_holes.setposition . 80
	gby.bu_holes.setposition . 80
	gby.tx_iscale.setposition . 80
	gby.ed_iscale.setposition . 80
	gby.tx_layout.setposition . 105
	gby.cb_layout.setposition . 105
	gby.tx_xrescale.setposition . 105
	gby.cb_xrescale.setposition . 105
	gby.tx_layoutsp.setposition . 130
	gby.sp_rowcol.setposition . 130
	gby.tx_yrescale.setposition . 130
	gby.cb_yrescale.setposition . 130
END

/* Begin Enable All */
SCRIPT gby_enable
BEGIN
	program gby_enable_pr
END

PROGRAM gby_enable_pr
BEGIN
	call _gby_isenabled.settrue
	call gaction gby.gb_main.enable
	call gaction gby.tx_vars.enable
	call gaction gby.vl_vars.enable
	call gaction gby.ck_total.enable
	call gaction gby.ck_missing.enable
	call gaction gby.ck_colfirst.enable
	call gaction gby.tx_holes.enable
	call gaction gby.ed_holes.enable
	call gaction gby.bu_holes.enable
	call gaction gby.tx_layout.enable
	call gaction gby.cb_layout.enable
	call gaction gby.tx_layoutsp.enable
	call gaction gby.sp_rowcol.enable
	call gaction gby.tx_style.enable
	call gaction gby.cb_style.enable
	call gaction gby.tx_imargin.enable
	call gaction gby.cb_imargin.enable
	call gaction gby.tx_iscale.enable
	call gaction gby.ed_iscale.enable
	call gaction gby.tx_xrescale.enable
	call gaction gby.cb_xrescale.enable
	call gaction gby.tx_yrescale.enable
	call gaction gby.cb_yrescale.enable
	/* Graph region options */
	call gaction gby.gb_gregion.enable
	call gaction gby.tx_gregfclr.enable
	call gaction gby.cb_gregfclr.enable
	call gaction gby.cl_gregfclr.enable
	call gaction gby.tx_greglclr.enable
	call gaction gby.cb_greglclr.enable
	call gaction gby.cl_greglclr.enable
	call gaction gby.tx_greglwd.enable
	call gaction gby.cb_greglwd.enable
	call gaction gby.tx_gregmarg.enable
	call gaction gby.cb_gregmarg.enable
	/* Plot region options */
	call gaction gby.gb_pregion.enable
	call gaction gby.tx_pregfclr.enable
	call gaction gby.cb_pregfclr.enable
	call gaction gby.cl_pregfclr.enable
	call gaction gby.tx_preglclr.enable
	call gaction gby.cb_preglclr.enable
	call gaction gby.cl_preglclr.enable
	call gaction gby.tx_preglwd.enable
	call gaction gby.cb_preglwd.enable
	call gaction gby.tx_pregmarg.enable
	call gaction gby.cb_pregmarg.enable
	/* Title Subtitle Caption Note options */
	call gaction gby.gb_title.enable
	call gaction gby.cb_mode.enable
	call gaction gby.tx_mode.enable
	/* Title options */
	call gaction gby.tx_title.enable
	call gaction gby.ed_title.enable
	call gaction gby.tx_ttlsize.enable
	call gaction gby.cb_ttlsize.enable
	call gaction gby.tx_ttlclr.enable
	call gaction gby.cb_ttlclr.enable
	call gaction gby.cl_ttlclr.enable
	call gaction gby.tx_ttlpos.enable
	call gaction gby.cb_ttlpos.enable
	call gaction gby.tx_ttljust.enable
	call gaction gby.cb_ttljust.enable
	call gaction gby.tx_ttlgp.enable
	call gaction gby.ed_ttlgp.enable
	call gaction gby.ck_ttlbox.enable
	if gby.ck_ttlbox {
		call script by_ttlbox_on
	}
	* Subtitle options */
	call gaction gby.tx_stitle.enable
	call gaction gby.ed_stitle.enable
	call gaction gby.tx_stlsize.enable
	call gaction gby.cb_stlsize.enable
	call gaction gby.tx_stlclr.enable
	call gaction gby.cb_stlclr.enable
	call gaction gby.cl_stlclr.enable
	call gaction gby.tx_stlpos.enable
	call gaction gby.cb_stlpos.enable
	call gaction gby.tx_stljust.enable
	call gaction gby.cb_stljust.enable
	call gaction gby.tx_stlgp.enable
	call gaction gby.ed_stlgp.enable
	call gaction gby.ck_stlbox.enable
	if gby.ck_stlbox {
		call script by_stlbox_on
	}
	/* Caption options */
	call gaction gby.tx_caption.enable
	call gaction gby.ed_caption.enable
	call gaction gby.tx_capsize.enable
	call gaction gby.cb_capsize.enable
	call gaction gby.tx_capclr.enable
	call gaction gby.cb_capclr.enable
	call gaction gby.cl_capclr.enable
	call gaction gby.tx_cappos.enable
	call gaction gby.cb_cappos.enable
	call gaction gby.tx_capjust.enable
	call gaction gby.cb_capjust.enable
	call gaction gby.tx_capgp.enable
	call gaction gby.ed_capgp.enable
	call gaction gby.ck_capbox.enable
	if gby.ck_capbox {
		call script by_capbox_on
	}
	/* Note options */
	call gaction gby.tx_note.enable
	call gaction gby.ed_note.enable
	call gaction gby.tx_notsize.enable
	call gaction gby.cb_notsize.enable
	call gaction gby.tx_notclr.enable
	call gaction gby.cb_notclr.enable
	call gaction gby.cl_notclr.enable
	call gaction gby.tx_notpos.enable
	call gaction gby.cb_notpos.enable
	call gaction gby.tx_notjust.enable
	call gaction gby.cb_notjust.enable
	call gaction gby.tx_notgp.enable
	call gaction gby.ed_notgp.enable
	call gaction gby.ck_notbox.enable
	if gby.ck_notbox {
		call script by_notbox_on
	}
	/* Legend options */
	call gaction gby.gb_legend.enable
	call gaction gby.tx_legend.enable
	call gaction gby.cb_legend.enable
	call gaction gby.cb_legend.withvalue gby.cb_legend.setvalue "@"
END
/* End Enable All */

/* Begin Disable All */
SCRIPT gby_disable
BEGIN
	_gby_isenabled.setfalse
	gby.gb_main.disable
	gby.tx_vars.disable
	gby.vl_vars.disable
	gby.ck_total.disable
	gby.ck_missing.disable
	gby.ck_colfirst.disable
	gby.tx_holes.disable
	gby.ed_holes.disable
	gby.bu_holes.disable
	gby.tx_layout.disable
	gby.cb_layout.disable
	gby.tx_layoutsp.disable
	gby.sp_rowcol.disable
	gby.tx_style.disable
	gby.cb_style.disable
	gby.tx_imargin.disable
	gby.cb_imargin.disable
	gby.tx_iscale.disable
	gby.ed_iscale.disable
	gby.tx_xrescale.disable
	gby.cb_xrescale.disable
	gby.tx_yrescale.disable
	gby.cb_yrescale.disable

	/* Graph region options */
	gby.gb_gregion.disable
	gby.tx_gregfclr.disable
	gby.cb_gregfclr.disable
	gby.cl_gregfclr.disable
	gby.tx_greglclr.disable
	gby.cb_greglclr.disable
	gby.cl_greglclr.disable
	gby.tx_greglwd.disable
	gby.cb_greglwd.disable
	gby.tx_gregmarg.disable
	gby.cb_gregmarg.disable

	/* Plot region options */
	gby.gb_pregion.disable
	gby.tx_pregfclr.disable
	gby.cb_pregfclr.disable
	gby.cl_pregfclr.disable
	gby.tx_preglclr.disable
	gby.cb_preglclr.disable
	gby.cl_preglclr.disable
	gby.tx_preglwd.disable
	gby.cb_preglwd.disable
	gby.tx_pregmarg.disable
	gby.cb_pregmarg.disable

	/* Title Subtitle Caption Note options */
	gby.gb_title.disable
	gby.cb_mode.disable
	gby.tx_mode.disable

	/* Title options */
	gby.tx_title.disable
	gby.ed_title.disable
	gby.tx_ttlsize.disable
	gby.cb_ttlsize.disable
	gby.tx_ttlclr.disable
	gby.cb_ttlclr.disable
	gby.cl_ttlclr.disable
	gby.tx_ttlpos.disable
	gby.cb_ttlpos.disable
	gby.tx_ttljust.disable
	gby.cb_ttljust.disable
	gby.tx_ttlgp.disable
	gby.ed_ttlgp.disable
	gby.ck_ttlbox.disable
	script by_ttlbox_off

	/* Subtitle options */
	gby.tx_stitle.disable
	gby.ed_stitle.disable
	gby.tx_stlsize.disable
	gby.cb_stlsize.disable
	gby.tx_stlclr.disable
	gby.cb_stlclr.disable
	gby.cl_stlclr.disable
	gby.tx_stlpos.disable
	gby.cb_stlpos.disable
	gby.tx_stljust.disable
	gby.cb_stljust.disable
	gby.tx_stlgp.disable
	gby.ed_stlgp.disable
	gby.ck_stlbox.disable
	script by_stlbox_off

	/* Caption options */
	gby.tx_caption.disable
	gby.ed_caption.disable
	gby.tx_capsize.disable
	gby.cb_capsize.disable
	gby.tx_capclr.disable
	gby.cb_capclr.disable
	gby.cl_capclr.disable
	gby.tx_cappos.disable
	gby.cb_cappos.disable
	gby.tx_capjust.disable
	gby.cb_capjust.disable
	gby.tx_capgp.disable
	gby.ed_capgp.disable
	gby.ck_capbox.disable
	script by_capbox_off

	/* Note options */
	gby.tx_note.disable
	gby.ed_note.disable
	gby.tx_notsize.disable
	gby.cb_notsize.disable
	gby.tx_notclr.disable
	gby.cb_notclr.disable
	gby.cl_notclr.disable
	gby.tx_notpos.disable
	gby.cb_notpos.disable
	gby.tx_notjust.disable
	gby.cb_notjust.disable
	gby.tx_notgp.disable
	gby.ed_notgp.disable
	gby.ck_notbox.disable
	script by_notbox_off

	/* Legend options */
	gby.gb_legend.disable
	gby.tx_legend.disable
	gby.cb_legend.disable
	gby.ck_leghole.disable
	gby.ck_legspan.disable
	gby.tx_legpos.disable
	gby.cb_legpos.disable
	gby.tx_leghole.disable
	gby.ed_leghole.disable
END
/* End Disable All */

SCRIPT gby_leghole_on
BEGIN
	gby.tx_leghole.enable
	gby.ed_leghole.enable
END
SCRIPT gby_leghole_off
BEGIN
	gby.tx_leghole.disable
	gby.ed_leghole.disable
END

LIST gby_layout
BEGIN
	"Default"
	"Rows"
	"Columns"
END
LIST gby_layout_values
BEGIN
	""
	"rows"
	"cols"
END

LIST gby_layout_action
BEGIN
	script gbylayout_default_on
	script gbylayout_row_on
	script gbylayout_col_on
END

SCRIPT gbylayout_row_on
BEGIN
	gby.tx_layoutsp.setlabel "Rows:"
	gby.sp_rowcol.show
END

SCRIPT gbylayout_col_on
BEGIN
	gby.tx_layoutsp.setlabel "Columns:"
	gby.sp_rowcol.show
END

SCRIPT gbylayout_default_on
BEGIN
	gby.tx_layoutsp.setlabel ""
	gby.sp_rowcol.hide
END

LIST gby_xrescale_values
BEGIN
	""
	"xrescale"
	"noxrescale"
END

LIST gby_yrescale_values
BEGIN
	""
	"yrescale"
	"noyrescale"
END

LIST gby_cl_gregfclr_sel
BEGIN
	gby.cl_gregfclr.hide
	gby.cl_gregfclr.show
	gby.cl_gregfclr.hide
END

LIST gby_cl_greglclr_sel
BEGIN
	gby.cl_greglclr.hide
	gby.cl_greglclr.show
	gby.cl_greglclr.hide
END

LIST gby_cl_pregfclr_sel
BEGIN
	gby.cl_pregfclr.hide
	gby.cl_pregfclr.show
	gby.cl_pregfclr.hide
END

LIST gby_cl_preglclr_sel
BEGIN
	gby.cl_preglclr.hide
	gby.cl_preglclr.show
	gby.cl_preglclr.hide

⌨️ 快捷键说明

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