examples/ForumNokia/Document_Handler_Example/TestApp/data/TestApp.rss

00001 // ====================================================================
00002 // File: TestApp.rss
00003 // Created: 28/06/06 by Forum Nokia
00004 // Author: 
00005 // Copyright (c): , All rights reserved
00006 // ==================================================================== */
00007 
00008 NAME AWIZ
00009 
00010 #include "TestApp.hrh"
00011 #include "TestApp.loc" 
00012 
00013 #ifdef EKA2
00014     #include <appinfo.rh>
00015 #endif
00016 #include <eikon.rh>
00017 #include <avkon.rsg>
00018 #include <avkon.rh>
00019 #include <avkon.mbg>
00020 
00021 // ---------------------------------------------------------
00022 //   
00023 //    Define the resource file signature 
00024 //    This resource should be empty.
00025 //
00026 // ---------------------------------------------------------
00027 //
00028 RESOURCE RSS_SIGNATURE { }
00029 
00030 // ---------------------------------------------------------
00031 //   
00032 //    Default Document Name
00033 //
00034 // ---------------------------------------------------------
00035 //
00036 RESOURCE TBUF r_default_document_name { buf=""; }
00037 
00038 // ---------------------------------------------------------
00039 //   
00040 //    Define default menu and CBA key.
00041 //
00042 // ---------------------------------------------------------
00043 //
00044 RESOURCE EIK_APP_INFO
00045     {
00046     menubar = r_TestApp_menubar;
00047     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
00048     }
00049 
00050 
00051 // ---------------------------------------------------------
00052 //   
00053 //   r_TestApp_menubar
00054 //   Menubar for TestApp example
00055 //
00056 // ---------------------------------------------------------
00057 //
00058 RESOURCE MENU_BAR r_TestApp_menubar
00059     {
00060     titles =
00061         {
00062         MENU_TITLE {menu_pane = r_TestApp_menu;}
00063         };
00064     }
00065 
00066 
00067 // ---------------------------------------------------------
00068 //   
00069 //   r_TestApp_menu
00070 //   Menu for "Options"
00071 //
00072 // ---------------------------------------------------------
00073 //
00074 RESOURCE MENU_PANE r_TestApp_menu
00075     {
00076     items = 
00077         {
00078         MENU_ITEM {command = ETestAppCommand1;  txt = "Test";},
00079         MENU_ITEM {command = ETestAppCommand2;  txt = "Test Embedded";},
00080         MENU_ITEM {command = EAknCmdExit;   txt = "Exit";}
00081         };
00082     }
00083 
00084 // End of File

Generated by  doxygen 1.6.2