?? version.h
字號:
/*
* Version.h
*
* Version information
*
* DirectDraw YUV420P project
*
* Copyright (c) 2004-2005 for Cyansoft Studio.
* All Rights Reserved.
*
* Contributor(s): ______________________________________.
*
* $Log: Version.h,v $
* Revision 1.1 2005/01/17 13:43:01 jin.bai
* Initial revision
*
*
*/
#ifndef _VERSION_INC_
#define _VERSION_INC_
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define BUILD_TYPE BetaCode
#define BUILD_NUMBER 2
#endif // _VERSION_INC_
// End of File ////////////////////////////////////////////////////////
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -