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

📄 m3uiq2.hrh

📁 symbian uiq 例子代码,功能包括文件断点续传、编辑通讯录、后台短信回复等
💻 HRH
字号:
// --------------------------------------------------------------------------
// M3UIQ2.hrh
//
// Copyright 2005, Antony Pranata
// http://www.antonypranata.com
//
// A resource header for custom list box example.
// --------------------------------------------------------------------------

#ifndef M3UIQ2_HRH
#define M3UIQ2_HRH

#define M3UPLOADVER 1.00

#define KLengthOfMsgStringInView 256
#define KMaxNicknameLength 64
#define KMaxUsernameLength 64
#define KMaxPasswordLength 16
#define KMaxWriteBufferSize 80
#define KMaxReadBufferSize 40

enum TM3UIQ2CommandIds
{
    ECmdM3UIQ2SystemSeting = 0x6000,
    ECmdM3UIQ2ContineUpload,
    ECmdM3UIQ2CheckUpdate,
    ECmdM3UIQ2SendAs,
    ECmdM3UIQ2SendFile,
    EReturnToListView,
    ECmdM3UIQ2FileInfo
};
 
/*
 * Id for Buttons 
 */
enum
{
	EButtonSave
};

enum 
{
	EMyApplicationViewId = 0x1000,
	EMyStorageViewId,
	EMySendAsViewId,
	EMyVertOptionButtonListControlId,
	EMyChoiceListId,
	EMyChoiceListId2,
	EMyChoiceListId3,
	EMyChoiceListId4,
	ESimpleExText,
 	EMyControlIdEdwin,
	EMyComboBoxControlId,
	EMyListBoxControlId,
	EMyCheckBoxControlId,
	EMyHorOptionButtonListControlId,
	EMyOptionButtonControlId,
	EMySliderControlId,
	EMyProgressInfoControlId,
	EMyColorSelectorControlID, 
	EMySoundSelectorControlID, 
	EMyClockControlId, 
	EMyTimeEditorId, 
	EMyDateEditorId, 
	EMyTimeAndDateEditorId, 
	EMyDurationEditorId, 
	EMyNumberEditorId, 
	EMyFloatingPointEditorId, 
	EMySecretEditorId, 
	EMyDialogToolBarId, 
	EMyEdwinControlId, 
	EExappId
};


#endif // M3UIQ2_HRH

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -