fepsetup.hrh
上传用户:tjsjht
上传日期:2021-01-13
资源大小:25k
文件大小:1k
源码类别:

输入法编程

开发平台:

Visual C++

  1. /*
  2. * ============================================================================
  3. *  Name     : FepSetup resource header file fepsetup.hrh
  4. *  Part of  : FepSetup
  5. *  Created  : 02/23/2003 by Forum Nokia
  6. *  Description:
  7. *     This file contains declarations for constants of FepSetup.
  8. *     The file can be included in C++ or resource file.
  9. *     Initial content was generated by Series 60 AppWizard.
  10. *  Version  :
  11. *  Copyright: 
  12. * ============================================================================
  13. */
  14. #ifndef FEPSETUP_HRH
  15. #define FEPSETUP_HRH
  16. enum TFepSetupCommandIds
  17.     {
  18.     EFepSetupCmdAppInstallFep = 1,
  19.     EFepSetupCmdAppUninstallFep = 2
  20.     };
  21. #endif      // FEPSETUP_HRH