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

📄 ebar_ctrl.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
字号:
/*
  Include file for easy bar and hbar graph controls

  VERSION 1.0.0  05feb2003

*/
  
  TEXT     tx_x        _lft	   _top      _inwd       .,	///
  	label("Statistic:") 
  COMBOBOX cb_stat     @           _ss	     _vnwd       .,	///
  	label("Statistic")					///
  	dropdownlist						///
  	contents(main_stat) values(main_stat_val)		///
  	onselchangelist(main_stats_change)  	
  TEXT     tx_var      _vlx        _top      _vlwd       .,	///
  	label("Variable(s):")
  VARLIST  vl_var      @           _ss	     @           .,	///
  	label("Variable(s)")
  TEXT     tx_perct    _lft        _ms       _vnwd       .,	///
    	label("Percentile:")
  SPINNER  sp_perct    @           _ss       _en7wd      .,	///
    	label("Percentile")					///
  	min(1) max(99) default(50)
  GROUPBOX gb_bar_opts _lft        _ls       _iwd        _ht5, ///
  	label("")
  CHECKBOX ck_stack    _ilft       _ss       _inwd       .,	///
	label("Stack bars (over Y-variables)")			///
	option(stack)
  CHECKBOX ck_perct    @           _ms       @           .,     ///
	label("Percentages of total (over Y-variables)")	///
	option(percentages)
  
 /* END */
 

⌨️ 快捷键说明

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