www.pudn.com > ExeLauncher.zip > ExeLauncher.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