📄 tp-ships-uids.h
字号:
// Declares app and view UIDs for two-ships
#ifndef _tp_ships_uids_
#define _tp_ships_uids_
// UID for application
const TUid KUidTpShips = { 0x10005402 };
// UID for hider view
const TUid KHiderViewUID = { 0x101F4124 };
// UID for P1 target fleet view
const TUid KP1OppViewUID = { 0x101F4123 };
// UID for P1 own fleet view
const TUid KP1MyViewUID = { 0x101F4125 };
// UID for P2 target fleet view
const TUid KP2OppViewUID = { 0x101F81CD };
// UID for P2 own fleet view
const TUid KP2MyViewUID = { 0x101F81CE };
// Test UIDs for view commands
const TUid KCmd1UID = { 0x01000001 };
const TUid KCmd2UID = { 0x01000002 };
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -