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

📄 linkedmessagebox.hrh

📁 这是Symbian平台下软件里实现超链接的对话框,非常方便实用.只要点按下超链接就可以打开指定的网页,打开指定的文件等功能.
💻 HRH
字号:
/*
============================================================================
 Name        : LinkedMessagebox.hrh
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : Enumerations used in the application UI
============================================================================
*/

#ifndef __LINKEDMESSAGEBOX_HRH__
#define __LINKEDMESSAGEBOX_HRH__

// LinkedMessagebox enumerate command codes
enum TLinkedMessageboxIds
    {
    ELinkedMessageboxCommand1 = 1, // start value must not be 0
    ELinkedMessageboxCommand2
    };

#endif // __LINKEDMESSAGEBOX_HRH__

⌨️ 快捷键说明

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