📄 commands1.mmp
字号:
//
// Commands1.mmp -- Makefile input for Commands1
//
// 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 Commands1.exe
TARGETTYPE exe
UID 0x0 0xEDEAD003
EPOCSTACKSIZE 0x5000
// Application registration file
START RESOURCE Commands1_reg.rss
TARGETPATH \private\10003a3f\apps
END
// Application's captions and icon file name
START RESOURCE Commands1_loc.rss
LANG SC
TARGETPATH \Resource\Apps
END
// Application icons
START BITMAP Commands1_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 Commands1.mbm
HEADER
SOURCEPATH Graphics
TARGETPATH \Resource\Apps
// Images used on tabs of the pages
SOURCE c16 Tab1.bmp
SOURCE 2 Tab1Mask.bmp
SOURCE c16 Tab2.bmp
SOURCE 2 Tab2Mask.bmp
// Images added to commands
SOURCE c16 Icon0.bmp
SOURCE 2 Icon0Mask.bmp
SOURCE c16 Icon1.bmp
SOURCE 2 Icon1Mask.bmp
END
// Application primary resource file
START RESOURCE Commands1.rss
HEADER
LANG SC
TARGETPATH \Resource\Apps
END
// Application source code
SOURCE Commands1.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 + -