?? dmconfig.h
字號:
/**************************************************************
* Copyright(C) 2003--2006
* Epson Electronic Technology Development (ShenZhen) co., LTD
* All rights reserved.
*
* File name: DMconfig.h
* Platform: VC++ simulator of EPSON GUI
* Author: David Cheng
* Dept: Electronic Enginerring Department
* Date: 02/26/2003
* Descriptions:configuration of Desk Management module
* Modified:
*************************************************************/
#ifndef _SYS_DMCONFIG_H_
#define _SYS_DMCONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#define _DM_DEMO_ 1
#define _DM_DYNAMIC_APP 0 // 動態加載應用程序
// 此時必有文件系統支持
#define _DM_MULTIGUI 0 // 支持多任務的GUI
// 事實上GUI中也有了,類似的宏
#define _DM_GUIHAVEFILE 0 // 支持文件系統的GUI
#define _DM_PCSIMULATOR 1 // 是PC模擬版
#define _DM_TOUCHPANEL_ 0 // 是否有觸摸屏
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _SYS_DMCONFIG_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -