?? 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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -