📄 listview2.mmp
字号:
//
// ListView2.mmp -- Makefile input for ListView2
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material.
//
TARGET ListView2.exe
TARGETTYPE exe
UID 0x0 0xEDEAD002
EPOCSTACKSIZE 0x5000
// Application registration file
START RESOURCE ListView2_reg.rss
TARGETPATH \private\10003a3f\apps
END
// Application's captions and icon file name
START RESOURCE ListView2_loc.rss
LANG SC
TARGETPATH \Resource\Apps
END
// Application icons
START BITMAP ListView2_icons.mbm
SOURCEPATH Graphics
TARGETPATH \Resource\Apps
SOURCE c16 AppIcon18x18.bmp
SOURCE 1 AppIcon18x18mask.bmp
SOURCE c16 AppIcon40x40.bmp
SOURCE 1 AppIcon40x40mask.bmp
SOURCE c16 AppIcon64x64.bmp
SOURCE 1 AppIcon64x64mask.bmp
END
// General app icons
START BITMAP ListView2.mbm
HEADER
SOURCEPATH Graphics
TARGETPATH \Resource\Apps
// Images used on tabs of the 3 pages
SOURCE c16 Tab1.bmp
SOURCE 2 Tab1Mask.bmp
SOURCE c16 Tab2.bmp
SOURCE 2 Tab2Mask.bmp
SOURCE c16 Tab3.bmp
SOURCE 2 Tab3Mask.bmp
// images used in the 3rd page listbox
SOURCE c16 Icon0.bmp
SOURCE 2 Icon0Mask.bmp
SOURCE c16 Icon1.bmp
SOURCE 2 Icon1Mask.bmp
SOURCE c16 Icon2.bmp
SOURCE 2 Icon2Mask.bmp
SOURCE c16 Icon3.bmp
SOURCE 2 Icon3Mask.bmp
SOURCE c16 LargeIcon0.bmp
SOURCE 2 LargeIcon0Mask.bmp
SOURCE c16 LargeIcon1.bmp
SOURCE 2 LargeIcon1Mask.bmp
SOURCE c16 LargeIcon2.bmp
SOURCE 2 LargeIcon2Mask.bmp
SOURCE c16 LargeIcon3.bmp
SOURCE 2 LargeIcon3Mask.bmp
END
// Application primary resource file
START RESOURCE ListView2.rss
HEADER
LANG SC
TARGETPATH \Resource\Apps
END
// Application source code
SOURCE ListView2.cpp
USERINCLUDE .
SYSTEMINCLUDE . \epoc32\include
LIBRARY euser.lib efsrv.lib estor.lib
LIBRARY ws32.lib fbscli.lib gdi.lib bitgdi.lib
LIBRARY bafl.lib apparc.lib cone.lib
LIBRARY eikcore.lib eikcoctl.lib eikctl.lib eikdlg.lib egul.lib eiklbx.lib
LIBRARY qikcore.lib qikctl.lib qiklbx.lib qikutils.lib qikdlg.lib
LIBRARY quiconfigclient.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -