localisation/localesupport/TestNrl/TestNrl.Rss
author John Imhofe
Mon, 19 Oct 2009 15:55:17 +0100
changeset 0 a41df078684a
child 2 4122176ea935
permissions -rw-r--r--
Convert Kernelhwsrv package from SFL to EPL kernel\eka\compsupp is subject to the ARM EABI LICENSE userlibandfileserver\fatfilenameconversionplugins\unicodeTables is subject to the Unicode license kernel\eka\kernel\zlib is subject to the zlib license

// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// TNRLAPP.RSS
// 
//

NAME NRL
CHARACTER_SET UTF8
#include <techview\eikon.rh>
#include <eikcore.rsg>
#include <eikctl.rsg>
#include <testnrl.mbg>
#include "TestNrl.hrh"

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF16 { buf=""; }

RESOURCE EIK_APP_INFO
	{
	hotkeys=r_nrl_hotkeys;
	menubar=r_nrl_menubar;
	toolbar=r_nrl_toolbar;
	}

RESOURCE MENU_BAR r_nrl_menubar
  {
  titles=
      {
       MENU_TITLE {menu_pane=r_nrl_file; txt="File"; }
       };
   }

RESOURCE MENU_PANE r_nrl_file 
	{
	items=
		{
		MENU_ITEM
			{
			command=EAppCmdTest;
			txt="Start Test";
			},
		MENU_ITEM
			{
			command=EAppCmdExit;
			txt="Exit";
			}
		};
	}

RESOURCE HOTKEYS r_nrl_hotkeys
	{
	control=
		{
		HOTKEY{command=EAppCmdTest;key='t';},
		HOTKEY{command=EAppCmdExit;key='e';}
		};
	}


RESOURCE TOOLBAR r_nrl_toolbar
	{
	controls=
		{
		TBAR_BUTTON 
			{
			id=EAppCmdTest; 
			txt="Start\nTests";
			layout=EEikCmdButExcessToText;
			flags=EEikToolBarCtrlHasSetMinLength;
			length=KEikStdToolBarButtonHeight;
			},
		TBAR_BUTTON 
			{
			id=EAppCmdExit; 
			txt="Exit";
			layout=EEikCmdButExcessToText;
			flags=EEikToolBarCtrlHasSetMinLength;
			length=KEikStdToolBarButtonHeight;
			},
		TBAR_BUTTON
			{
			id=EAppCmdNone;
			flags=EEikToolBarCtrlHasSetMinLength;
			length=KEikStdToolBarButtonHeight*10/8;
			layout=EEikCmdButTextRightPictureLeft|EEikCmdButDenseFont|EEikCmdButExcessToText;
			bmpfile="z:\\resource\\apps\\testnrl.mbm";
			bmpid=EMbmTestnrlPic;
			bmpmask=EMbmTestnrlMask;
			},
		TBAR_CTRL 
			{
			type=EEikCtSpacer; id=9999; flags=EEikToolBarCtrlIsStretchable;
			control=SPACER { }; 
			},
		TBAR_CTRL
			{
			type=EEikCtClock;
			control=CLOCK 
				{ 
				digitalresourceid=R_EIK_DIGITAL_CLOCK; 
				analogresourceid=R_EIK_ANALOG_CLOCK; 
				};
			}
		};
	}

RESOURCE ARRAY r_nrl_collate
	{
	items=
		{
		LBUF {txt="D";},
		LBUF {txt="B";},
		LBUF {txt="A";}
		};
	}