exelauncher.hrh

来自「一个symbian中执行exe程序的实例」· HRH 代码 · 共 36 行

HRH
36
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?