uid.h
来自「手机文件浏览器 Here are the sources to SMan v1.」· C头文件 代码 · 共 16 行
H
16 行
#if !defined(__UID_H__)
#define __UID_H__
// Misc UID values
const TUid KUidSMan2App = { 0x101FB40F };
const TUid KUidControlPanel = { 0x100051ff };
const TUid KUidTaskView = { 0x101FB410 };
const TUid KUidFileView = { 0x101FB411 };
const TUid KUidBJackView = { 0x101FB412 };
const TUid KUidDBView = { 0x101FB413 };
const TUid KUidSysInfoView = { 0x101FB414 };
const TUid KUidAgendaView = { 0x101FB415 };
const TUid KUidFlipclosedView = { 0x101FB430 };
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?