Symbian S60第三版本的多视图框架程序源代码

源代码在线查看: multiviews_8mmp-source.html

软件大小: 310 K
上传用户: novelty1234
关键词: Symbian S60 版本 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

																								multiviews.mmp Source File																				 				S60 3rd Edition SDK FP1 for Symbian OS Example Applications Guide 												  				    Main Page				    Classes				    Files				  				multiviews.mmp00001 /*				00002 * ==============================================================================				00003 *  Name        : multiviews.mmp				00004 *  Part of     : MultiViews				00005 *  Interface   :				00006 *  Description :				00007 *  Version     :				00008 *				00009 *  Copyright (c) 2004-2006 Nokia Corporation.				00010 *  This material, including documentation and any related				00011 *  computer programs, is protected by copyright controlled by				00012 *  Nokia Corporation.				00013 * ==============================================================================				00014 */				00015 				00016 				00017 TARGET            MultiViews.exe				00018 TARGETTYPE        exe				00019 UID               0x0 0xA00001FA				00020 				00021 TARGETPATH        \system\apps\multiviews				00022 				00023 SOURCEPATH        ..\src				00024 SOURCE            MultiViews.cpp				00025 SOURCE            MultiViewsApplication.cpp				00026 SOURCE            MultiViewsAppUi.cpp				00027 SOURCE            MultiViewsDocument.cpp				00028 SOURCE            MultiViewsView1.cpp				00029 SOURCE            MultiViewsContainer1.cpp				00030 SOURCE            MultiViewsView2.cpp				00031 SOURCE            MultiViewsContainer2.cpp				00032 				00033 SOURCEPATH        ..\data				00034 				00035 START RESOURCE    MultiViews.rss				00036 HEADER				00037 TARGETPATH        resource\apps				00038 END				00039 				00040 START RESOURCE    Multiviews_reg.rss				00041 #ifdef WINSCW				00042 TARGETPATH            \private\10003a3f\apps				00043 #else				00044 TARGETPATH            \private\10003a3f\import\apps				00045 #endif				00046 END				00047 				00048 				00049 USERINCLUDE       ..\inc				00050 SYSTEMINCLUDE     \epoc32\include				00051 				00052 LIBRARY           euser.lib				00053 LIBRARY           apparc.lib				00054 LIBRARY           cone.lib				00055 LIBRARY           eikcore.lib				00056 LIBRARY           avkon.lib				00057 LIBRARY           commonengine.lib				00058 				00059 LANG              SC				00060 				00061 VENDORID          0				00062 				00063 CAPABILITY        NONE				00064 				00065 // End of File																		style="x-cell-content-align: top;								width: 100%;								border-spacing: 0px;								border-spacing: 0px;"						cellspacing=0						width=100%>				  				  								  					valign=top>				  							padding-right: 10px;							padding-left: 10px;							border-right-style: None;							border-left-style: None;							border-top-style: None;							border-bottom-style: None;"					width=50%>				  			

相关资源