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

📄 estat_vce.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
字号:
/*
	estat_vce -- an INCLUDE file used by estat.dlg, svy_estat.dlg, and
	             other estat dialogs that require a generic vce option

*!  VERSION 1.0.4  02apr2005

	NOTE: this INCLUDE file assumes that 'holdy' contains the y position
	where the controls for -estat vce- options begin, and that this file
	is included within the 'main' tab

*/

  // options for -estat vce-
  GROUPBOX gb_matdisp		_lft	holdy	_iwd	_ht2,		///
	label("Matrix")
  RADIO	rb_covariance		_ilft	_ss	_cwd2	.,		///
	first label("Display as covariance matrix") 			///
	option(NONE)							///
	onclickon(program cov_on)

  DEFINE holdy2 @y
  RADIO	rb_correlation		_lft2	holdy2	@ 	.,		///
	last label("Display as correlation matrix")			///
	option(correlation)						///
	onclickon(program cor_on)

  CHECKBOX ck_eq		_lft	_xls	_iwd	.,		///
	option(NONE) label("Display only selected equations")		///
	onclickon(program ck_eq_on)					///
	onclickoff(program ck_eq_off)
  EDIT     vl_eq	      _indent2	_ss	_ibwd	.,		///
	label("Display only selected equations")
  CHECKBOX ck_block		_lft	_ms	_iwd	.,		///
	option(block)							///
	onclickon(program ck_block_on)					///
	onclickoff(program ck_block_off)				///
	label("Partition display by equations")
  CHECKBOX ck_diag		@	_ms	@	.,		///
	option(diag)							///
	onclickon(program ck_diag_on)					///
	onclickoff(program ck_diag_off)					///
	label("Partition display by equations; diagonal blocks only")

  CHECKBOX ck_format		@	_ms	_vnwd	.,		///
	label("Display format:")					///
	onclickon(program format_on)					///
	onclickoff(program format_off)
  EDIT     ed_format_cov	_lft4_2	@	_en7wd	.,		///
	option("format") default("%10.0g")
  DEFINE hold @y
  EDIT     ed_format_cor	@	hold	_en7wd	.,		///
	option("format") default("%8.4f")
  BUTTON   bn_format	      _cken7sep	@      _cken7r2	.,		///
	label("Help format...")	onpush(view help format##|_new)

  CHECKBOX ck_nolines		_lft	_ms	_iwd	.,		///
	option(nolines)							///
	label("Suppress lines between equations")

⌨️ 快捷键说明

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