📄 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 + -