?? oandx.hrh
字號:
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.
#ifndef OANDX_HRH
#define OANDX_HRH
enum TOandXIds
{
EOandXOfferGame = 0x1000, // start value must not be 0
EOandXOfferGameSerialComm,
EOandXOfferGameIrComm,
EOandXOfferGameBtComm,
EOandXOfferGameSms,
EOandXOfferGameMmsSendAs,
EOandXOfferGameEmail,
EOandXOfferGameMms,
EOandXOfferGameBluetooth,
EOandXOfferGameIrSocket,
EOandXJoinGame,
EOandXJoinGameSerialComm,
EOandXJoinGameIrComm,
EOandXJoinGameBtComm,
EOandXJoinGameSms,
EOandXJoinGameMmsSendAs,
EOandXJoinGameEmail,
EOandXJoinGameMms,
EOandXJoinGameBluetooth,
EOandXJoinGameIrSocket,
EOandXSendIndex
};
enum TWaitDialogControls
/** Identifier of line containing note in wait dialog. */
{
EBtWaitDlgNoteLineId = 0x1100
};
enum TAddressDialogControls
/** Identifier of text line in address dialog. */
{
EAddressTextId = 0x1200
};
/** Number of characters in remote device address. */
#define KMaxAddressLen 32
/** Number of characters in custom index number. */
#define KMaxIndexLen 3
#endif // OANDX_HRH
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -