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

📄 gregion_common_98s.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
字号:
 /*
   common components for graph overall options (region options)
   ** Special version for Windows95/98
   ** Extra small

*! VERSION 1.0.5  20mar2005

*/

  TEXT     tx_gname        _gft2      _top       95          .,		/*
  		*/ label("Name of graph:") right
  EDIT     ed_gname        +100       @          _vnwd       .,		/*
  		*/ label("Name of graph") option(name)
  CHECKBOX ck_replace      _vnsep     @          _txr4gi     .,		/*
		*/label("Replace") nomemory
  TEXT     tx_scheme       _lft       _top       _txwd       .,		/*
  		*/ label("Scheme:") right
  COMBOBOX cb_scheme       _txsep     @          _vnwd       .,		/*
  		*/ label("Scheme") option(scheme) dropdownlist		/*
  		*/ contents(schemes)
  /* Column 1, graph region options */
  GROUPBOX gb_gregion      _lft       _ls        _cwd1g      _ht7, 	/*
  		*/ label("Graph Region")
  DEFINE ry @y
  TEXT     tx_height       _ilft1g    _ss        _txlwd      .,		/*
  		*/ label("Height:") right
DEFINE ify @y
  EDIT     en_height       _txlsep    @          _en7wd      .,		/*
  		*/ label("Height") numonly option(ysize)
  TEXT     tx_margin    _ilft2b4_2g   @          _txlwd      .,		/*
  		*/ label("Margin:") right
  COMBOBOX cb_margin       _txlsep    @          _txlr4gi    .,		/*
  		*/ contents(margin) option(margin) dropdownlist
  TEXT     tx_width        _ilft1g    _ms        _txlwd      .,		/*
  		*/ label("Width:") right
  EDIT     en_width        _txlsep    @          _en7wd      .,		/*
  		*/ label("Width") numonly option(xsize)

  /* Column 1 in Column 1! */
  CHECKBOX ck_fill1	   _ilft1g    _ms        _txlwd      .,		/*
  		*/ label("Color")					/*
  		*/ clickon(gaction rg.cl_fill1.show)			/*
  		*/ clickoff(gaction rg.cl_fill1.hide)
  COLOR    cl_fill1        _txlsep    @          _en7wd      .,		/*
  		*/ option(color) 
  TEXT     tx_addl         _lft       325        _gwd4_1     .,		/*
  		*/label("Additional graph options:") right
  EDIT     ed_addl         _gft4_2    @          _comb4_3g   .,		/*
  		*/label("Additional graph options")
/* End gregion_common_98.idlg */

⌨️ 快捷键说明

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