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

📄 dbstyle.class

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 CLASS
字号:
*! version 1.0.0  30jul2002
version 8

class {
	ctrls_per_col = 17		/* controls per column */

	yspace	 = 3			/* y spacing betweeen controls	*/
	ysize	 = 10			/* control y size		*/
 
	xspace	 = 10			/* x spacing between ctrl/text pairs */
	xgap	 = 2			/* x gap between control and text    */
	ctrlsize = 52			/* control x size		*/
	edctrlsz = 18			/* edit box control size	*/
	txtsize	 = 52			/* maximum x size for text 	*/

	combo_lines = 15		/* number of items in a combo box */
}/*, inherit(style)*/

// It would be nice to inherit from style because it would allow the dbstyle
// to be edited interactively like any other style.  However, it sets up a
// recursive ownership since style inherits from object.  So, dbstyle cannot
// inherit from style or object and thus cannot be edited using
// object.dialog_box.

⌨️ 快捷键说明

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