greg2.rss
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:2k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : greg2.rss
  4. *  Part of  : greg2
  5. *  Created  : 12/11/2002 by 
  6. *  Description:
  7. *     This file contains all the resources for the greg2.
  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 "greg2.hrh"
  18. #include "greg2.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="greg2"; }
  29. RESOURCE EIK_APP_INFO
  30.     {
  31.     hotkeys=r_greg2_hotkeys;
  32.     menubar=r_greg2_menubar;
  33.     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
  34.     }
  35. //----------------------------------------------------
  36. //   
  37. //    r_greg2_hotkeys
  38. //    ?description
  39. //
  40. //----------------------------------------------------
  41. //
  42. RESOURCE HOTKEYS r_greg2_hotkeys
  43.     {
  44.     control=
  45.         {
  46.         HOTKEY { command=EAknCmdExit; key='e'; }
  47.         };
  48.     }
  49. //----------------------------------------------------
  50. //   
  51. //    r_greg2_menubar
  52. //    ?description
  53. //
  54. //----------------------------------------------------
  55. //
  56. RESOURCE MENU_BAR r_greg2_menubar
  57.     {
  58.     titles=
  59.         {
  60.         MENU_TITLE { menu_pane=r_greg2_menu; txt="File"; }
  61.         };
  62.     }
  63. //----------------------------------------------------
  64. //   
  65. //    r_greg2_menu
  66. //    ?description
  67. //
  68. //----------------------------------------------------
  69. //
  70. RESOURCE MENU_PANE r_greg2_menu
  71.     {
  72.     items=
  73.         {
  74.         MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
  75.         MENU_ITEM { command=Egreg2CmdAppTest; txt="Start Audio Test"; }
  76.         };
  77.     }
  78. //----------------------------------------------------
  79. //   
  80. //    r_greg2_app_menu
  81. //    ?description
  82. //
  83. //----------------------------------------------------
  84. //
  85. RESOURCE MENU_PANE r_greg2_app_menu
  86.     {
  87.     items=
  88.         {
  89.         MENU_ITEM { command=Egreg2CmdAppTest; txt="<App spesific menu item>"; },
  90.         MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
  91.         };
  92.     }
  93.             
  94. // End of File