📄 mmsdemo1.hrh
字号:
/*
* ============================================================================
* Name : MMSDemo1 resource header file mmsdemo1.hrh
* Part of : MMSDemo1
* Created : 28.10.2002 by Forum Nokia
* Description:
* This file contains declarations for constants of MMSDemo1.
* The file can be included in C++ or resource file.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Nokia Corp. 2003
* ============================================================================
*/
#ifndef MMSDEMO1_HRH
#define MMSDEMO1_HRH
enum TMMSDemo1CommandIds
{
EMMSDemo1CmdAppTest = 1,
// Menus
EMMSDemo1CmdCreateMenu,
EMMSDemo1CmdReadMenu,
EMMSDemo1CmdDeleteMenu,
// Application Commands
EMMSDemo1CmdSend, // "real" send command
EMMSDemo1SendButton, // this command is given by the UI and this launches the "real" send cmd.
EMMSDemo1CmdNewMessage, // start editing a new message
EMMSDemo1CmdForwardMessage, // create forward message
EMMSDemo1CmdReplyMessage, // create reply message
EMMSDemo1CmdReadInbox, // Read and show inbox contents
EMMSDemo1CmdReadDrafts, // -"-
EMMSDemo1CmdDeleteInbox, // Delete selected message in Inbox
EMMSDemo1CmdDeleteDrafts, // -"-
EMMSDemo1CmdListBoxSelect, // Select pressed on message selection listbox
EMMSDemo1CmdListBoxCancel, // Cancel -"-
EMMSDemo1CmdOpenURL // open message content (URL address) in WAP browser
};
enum TMMSDemo1DialogId
{
EMMSDemo1DlgCtrlIdEdwin01 = 1,
EMMSDemo1DlgCtrlIdEdwin02
};
enum TMMSDemo1FieldInfo
{
EMMSDemo1LabelMaxLength = 64,
EMMSDemo1EdwinMaxLength = 200
};
enum TMMSDemo1DialogControlIds
{
EMMSDemo1DlgCtrlIdEdwinUrl = 0x100,
EMMSDemo1DlgCtrlIdEdwinDescription,
EMMSDemo1DlgCtrlIdEdwinTo,
EMMSDemo1DlgCtrlIdEdwinCc
};
#endif // MMSDEMO1_HRH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -