📄 nac_reg.rss
字号:
/* Copyright (c) 2005, Nokia. All rights reserved */
#include <appinfo.rh>
#include <nac.rsg>
UID2 KUidAppRegistrationResourceFile
#ifdef EKA2
UID3 0xE6F18BAE // Define your application UID here (2nd ed.)
#else
UID3 0x06F18BAE // Define your application UID here (2nd ed.)
#endif
RESOURCE APP_REGISTRATION_INFO
{
app_file = "NAC";
#ifndef EKA2
attributes = KAppBuiltAsDll;
localisable_resource_file = "\\System\\Apps\\Nac\\Nac";
#else
localisable_resource_file = "\\resource\\Apps\\Nac";
#endif
localisable_resource_id = R_NAC_LOCALISABLE_APP_INFO;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -