⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oandx.hrh

📁 Symbian OS C++ for Mobile Phones Volume 3 源码
💻 HRH
字号:
// Copyright (c) 2004 - 2006, Symbian Software Ltd.  All rights reserved.

#ifndef OANDX_HRH
#define OANDX_HRH

enum TOandXIds
/**
	Identifiers for OandX menu items.
 */
    {
    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 TOandXControl
	{
	EOandXViewPage = 1,
	EOandXLabelCtrl
	};

enum TWaitDlgControls
/** Controls in wait dialog. */
	{
	EWaitDlgCtIdLabel = 0x2400
	};

enum TAddressDlgControls
/** Controls in address dialog. */
	{
	EAddressCtIdName = 0x2000
	};

/** 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 + -