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

📄 sample.h

📁 ucos-II+移植到arm+s3c2410的全套代码
💻 H
字号:
/***************************************************************************\
	Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
	by threewter	2004.4.26
\***************************************************************************/
	

/***************************************************************************\
    #说明: miniGUI的Sample程序使用头文件定义
	----------------------------------  Bug  --------------------------------------

	----------------------------------  TODO list  ----------------------------------

	----------------------------------修正--------------------------------------
	2004-8-12	创建,测试通过

	----------------------------------使用说明--------------------------------
	1、通过修改宏定义SAMPLE的数值,实现不同的sample程序的编译

\***************************************************************************/

#define SAMPLE_MYHELLO		1
#define SAMPLE_BitBlt		2
#define SAMPLE_BmpBkGnd	3
#define SAMPLE_Button		4
#define SAMPLE_Capture		5
#define SAMPLE_caretdemo	6
#define SAMPLE_combobox	7
#define SAMPLE_coolbar		8
#define SAMPLE_createicon	9
#define SAMPLE_cursordemo	10
#define SAMPLE_dialogbox	11
#define SAMPLE_drawicon		12	//??
#define SAMPLE_edit			13
#define SAMPLE_helloworld	14
#define SAMPLE_input			15
#define SAMPLE_listbox		16	//xx
#define SAMPLE_listview		17
#define SAMPLE_loadbmp		18	//xx
#define SAMPLE_menubutton	19	//和combobox相同
#define SAMPLE_mginit		20	//xx
#define SAMPLE_monthcal		21
#define SAMPLE_mycontrol	22
#define SAMPLE_newtoolbar	23	//xx
#define SAMPLE_painter		24	//xx
#define SAMPLE_progressbar	25	//...
#define SAMPLE_propsheet	26
#define SAMPLE_scrnsaver	27	//xx

#define SAMPLE_scrollbar		28
#define SAMPLE_simplekey	29
#define SAMPLE_skindemo	30
#define SAMPLE_spinbox		31
#define SAMPLE_static		32
#define SAMPLE_stretchblt	33
#define SAMPLE_timeeditor	34
#define SAMPLE_timezone		35
#define SAMPLE_trackbar		36
#define SAMPLE_treeview		37
#define SAMPLE_worldtime	38

#define SAMPLE_NULL		0
#define SAMPLE		SAMPLE_MYHELLO

⌨️ 快捷键说明

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