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

输入法编程

开发平台:

Visual C++

  1. /*
  2. * ============================================================================
  3. *  Name     : FepSetup.rss
  4. *  Part of  : FepSetup
  5. *  Created  : 02/23/2003 by Forum Nokia
  6. *  Description:
  7. *     This file contains all the resources for the FepSetup.
  8. *     Initial content was generated by Series 60 AppWizard.
  9. *  Version  :
  10. *  Copyright: 
  11. * ============================================================================
  12. */
  13. //  RESOURCE IDENTIFIER
  14. NAME    AWIZ // 4 letter ID
  15. //  INCLUDES
  16. #include <eikon.rh>
  17. #include "fepsetup.hrh"
  18. #include "fepsetup.loc"
  19. #include <avkon.rsg>
  20. #include <avkon.rh>
  21. #include <avkon.mbg>
  22. //  CONSTANTS  
  23. //#define ?constant   ?value
  24. //  MACROS  
  25. //#define ?macro
  26. //  RESOURCE DEFINITIONS 
  27. RESOURCE RSS_SIGNATURE { }
  28. RESOURCE TBUF { buf="FepSetup"; }
  29. RESOURCE EIK_APP_INFO
  30.     {
  31.     hotkeys=r_fepsetup_hotkeys;
  32.     menubar=r_fepsetup_menubar;
  33.     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
  34.     }
  35. //----------------------------------------------------
  36. //   
  37. //    r_fepsetup_hotkeys
  38. //    ?description
  39. //
  40. //----------------------------------------------------
  41. //
  42. RESOURCE HOTKEYS r_fepsetup_hotkeys
  43.     {
  44.     control=
  45.         {
  46.         HOTKEY { command=EAknCmdExit; key='e'; }
  47.         };
  48.     }
  49. //----------------------------------------------------
  50. //   
  51. //    r_fepsetup_menubar
  52. //    ?description
  53. //
  54. //----------------------------------------------------
  55. //
  56. RESOURCE MENU_BAR r_fepsetup_menubar
  57.     {
  58.     titles=
  59.         {
  60.         MENU_TITLE { menu_pane=r_fepsetup_menu; txt="File"; }
  61.         };
  62.     }
  63. //----------------------------------------------------
  64. //   
  65. //    r_fepsetup_menu
  66. //    ?description
  67. //
  68. //----------------------------------------------------
  69. //
  70. RESOURCE MENU_PANE r_fepsetup_menu
  71.     {
  72.     items=
  73.         {
  74.         MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
  75.         MENU_ITEM { command=EFepSetupCmdAppInstallFep; txt="Install Fep"; },
  76.         MENU_ITEM { command=EFepSetupCmdAppUninstallFep; txt="Uninstall Fep"; }
  77.         };
  78.     }
  79. //----------------------------------------------------
  80. //   
  81. //    r_fepsetup_app_menu
  82. //    ?description
  83. //
  84. //----------------------------------------------------
  85. //
  86. RESOURCE MENU_PANE r_fepsetup_app_menu
  87.     {
  88.     items=
  89.         {
  90.         MENU_ITEM { command=EFepSetupCmdAppInstallFep; txt="<App spesific menu item>"; },
  91.         MENU_ITEM { command=EFepSetupCmdAppUninstallFep; txt="<App spesific menu item>"; },
  92.         MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
  93.         };
  94.     }
  95. //----------------------------------------------------
  96. //   
  97. //    r_fepsetup_list_query
  98. //    ?description
  99. //
  100. //----------------------------------------------------
  101. //
  102. RESOURCE DIALOG r_fepsetup_list_query
  103.     {
  104.     flags = EGeneralQueryFlags;
  105.     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
  106.     items = 
  107.     {
  108.     AVKON_LIST_QUERY_DLG_LINE 
  109.         {
  110.         control = AVKON_LIST_QUERY_CONTROL
  111.         {
  112.         listtype = EAknCtSinglePopupMenuListBox;
  113.         listbox = AVKON_LIST_QUERY_LIST
  114.             {
  115.             };
  116.         heading = "";
  117.         };
  118.         }
  119.     };
  120.     }
  121.             
  122. // End of File