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

📄 exelauncher.hrh

📁 一个symbian中执行exe程序的实例
💻 HRH
字号:
/*
* ============================================================================
*  Name     : ExeLauncher resource header file ExeLauncher.hrh
*  Part of  : ExeLauncher
*  Created  : 01.09.2005 by Artem Marchenko
*  Description:
*     This file contains declarations for constants of ExeLauncher.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Series 60 Application Wizard.
*  Version  :
*  Copyright: Artem Marchenko 2005
* ============================================================================
*/

#ifndef EXELAUNCHER_HRH
#define EXELAUNCHER_HRH

enum TExeLauncherCommandIds
    {
    EExeLauncherCmdAppRun = 1,
    EExeLauncherCmdAppEdit
    };

enum TExeLanucherFileListIds
    {
    EELFileItem1 = 1,
    EELFileItem2 = 2,
    EELFileItem3 = 3
    };

#define EELEdwinWidth 32
#define EELEdwinLines 2
#define EELEdwinMaxLength 255

#endif      // EXELAUNCHER_HRH

⌨️ 快捷键说明

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