?? oandx.mmp
字號:
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.
TARGET oandx.exe
TARGETTYPE exe
UID 0x0 0xE04E4143
LANG SC
VENDORID 0
CAPABILITY LocalServices NetworkServices WriteUserData ReadUserData
// -------- C++ source code --------
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include
SOURCEPATH ..\src
SOURCE oandx.cpp oandxapplication.cpp oandxappui.cpp oandxdocument.cpp
SOURCE oandxappview.cpp
SOURCE oandxcontroller.cpp oandxengine.cpp
LIBRARY transport.lib
LIBRARY aknnotify.lib avkon.lib eikcore.lib eikcoctl.lib apparc.lib cone.lib
LIBRARY egul.lib gdi.lib
LIBRARY sendas2.lib msgs.lib etext.lib c32.lib
LIBRARY ecom.lib charconv.lib efsrv.lib euser.lib
// -------- resources --------
SOURCEPATH .
// main resource file defines menus and dialogs
START RESOURCE oandx.rss
HEADER
TARGETPATH \resource\apps
END
// application registration resource; required by apparc
START RESOURCE oandx_reg.rss
#ifdef WINSCW
TARGETPATH \private\10003a3f\apps
#else
TARGETPATH \private\10003a3f\import\apps
#endif
END
// -------- graphics --------
START BITMAP oandx.mbm
// Source Color-depth Source-bitmap-list
// c denotes whether the bitmap is a colour bitmap and the digits represent the
// colour-depth of the bitmap and the bitmap mask respectively
HEADER
TARGETPATH \resource\apps
SOURCEPATH ..\images
SOURCE c24 OandX_Small.bmp
SOURCE 1 OandX_Small_mask.bmp
SOURCE c24 OandX_Large.bmp
SOURCE 1 OandX_Large_mask.bmp
SOURCE c24 OandX_xLarge.bmp
SOURCE 1 OandX_xLarge_mask.bmp
END
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -