listbox.mmp

来自「这是一个学习Symbian的ListBox的好例子,我也是看学个学会的」· MMP 代码 · 共 58 行

MMP
58
字号
/*
* ============================================================================
*  Name     : My.mmp
*  Part of  : My
*  Created  : 07/19/03 by (author here)
*  Description:
*     This is the project specification file for My.
*     Initial content was generated by Series 60 AppWizard.
*     
*  Version  :
*  Copyright: (copyright here)
* ============================================================================
*/

TARGET  My.app
TARGETTYPE  app
UID  0x100039CE 0x047532CC 
TARGETPATH \system\apps\My

SOURCEPATH ..\src
SOURCE  MyApp.cpp 
SOURCE  MyAppUi.cpp
SOURCE  MyDocument.cpp
SOURCE  MyContainer.cpp

RESOURCE ..\data\My.rss
RESOURCE ..\data\My_caption.rss
LANG     SC

USERINCLUDE . ..\inc

SYSTEMINCLUDE   . \epoc32\include

LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
LIBRARY eikcoctl.lib avkon.lib

START WINS      
// ?wins_specific_information
END

START MARM
// ?marm_specific_information
END

// Other possible keywords:
/* 
START BITMAP ?target
TARGETPATH   ?emulated_path_on_target_machine
HEADER
SOURCEPATH   ?source_path
SOURCE       ?color_depth ?source_bitmap_list
END
*/
// DEFFILE ?filename

AIF My.aif ..\aif Myaif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?