examples/SFExamples/games_on_symbian_os_code/oandx/group/oandx.rss

00001 // 
00002 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of the License "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 // 
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 // 
00012 // Contributors:
00013 // 
00014 // Description:
00015 // 
00016 
00017 NAME OANX
00018 
00019 #include <eikon.rh>
00020 #include <avkon.rh>
00021 #include <avkon.rsg>
00022 #include <appinfo.rh>
00023 #include <oandx.mbg>
00024 #include "OandX.hrh"
00025 
00026 RESOURCE RSS_SIGNATURE
00027         {
00028         }
00029 
00030 RESOURCE TBUF r_default_document_name
00031         {
00032         buf="Oandx";
00033         }
00034 
00035 RESOURCE EIK_APP_INFO
00036         {
00037         menubar = r_oandx_menubar;
00038         cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
00039         }
00040 
00041 RESOURCE MENU_BAR r_oandx_menubar
00042         {
00043         titles =
00044                 {
00045                 MENU_TITLE
00046                         {
00047                         menu_pane = r_oandx_menu;
00048                         }
00049                 };
00050         }
00051 
00052 RESOURCE MENU_PANE r_oandx_menu
00053         {
00054         items = 
00055                 {
00056                 MENU_ITEM
00057                         {
00058                         command = EOandXNewGame;
00059                         txt = "New game";
00060                         }
00061                 };
00062         }
00063 
00064 RESOURCE TBUF r_oandx_o_wins
00065         {
00066         buf = "Noughts win"; // Maximum 40 characters - has to fit in an information note
00067         }
00068 
00069 RESOURCE TBUF r_oandx_x_wins
00070         {
00071         buf = "Crosses win"; // Maximum 40 characters - has to fit in an information note
00072         }
00073 
00074 RESOURCE TBUF r_oandx_who_starts
00075         {
00076         buf = "First move";
00077         }
00078 
00079 RESOURCE TBUF r_oandx_o_moves_first
00080         {
00081         buf = "Noughts move first";
00082         }
00083 
00084 RESOURCE TBUF r_oandx_x_moves_first
00085         {
00086         buf = "Crosses move first";
00087         }

Generated by  doxygen 1.6.2