locationlandmarksuirefapp/data/lmuirefapp.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:31:27 +0100
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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:   LandmarksUi Content File -    
*     This file contains all the resources for the LM UI Ref Application.
*
*/






//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES
#include <eikon.rh>
#include "lmuirefapp.hrh"
#include "lmuirefapp.rls"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <appinfo.rh>

//RESOURCE DEFINITIONS 
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="LmkUIRefApp"; }

RESOURCE EIK_APP_INFO
    {
    }
        
RESOURCE LOCALISABLE_APP_INFO r_lmuirefapp_localisable_app_info
		{
		short_caption =  qtn_lmuirefapp_title;
		caption_and_icon = CAPTION_AND_ICON_INFO
		        {
		        caption = qtn_lmuirefapp_title;
		number_of_icons = 1;
			icon_file = 
		        "\\resource\\apps\\lmuirefapp_icon.mif";
		        };
		}            

//----------------------------------------------------
//
//    r_lmuirefapp_view
//    By landmark view
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_lmuirefapp_view 
    {
    menubar = r_lmuirefapp_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }

//----------------------------------------------------
//
//    r_lmk_bylm_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_lmuirefapp_menubar 
    {
    titles=
        {
        MENU_TITLE { menu_pane = r_lmuirefapp_menu1; txt = ""; }
        };
    }

RESOURCE MENU_PANE r_lmuirefapp_menu1
{
items=
{
	MENU_ITEM { command = ELmUiRefAppCmdNewLm;
	                                txt = "New landmark";
	                          },
	MENU_ITEM { command = ELmUiRefAppCmdEditLm;
	                                txt = "Edit landmark";
	                          },
	MENU_ITEM { command = ELmUiRefAppCmdViewLm;
	                                txt = "View landmark";
	                          },
	MENU_ITEM { command = ELmUiRefAppCmdDeleteLm;
	                                txt = "Delete landmark";
	                          },	
  MENU_ITEM { command = ELmUiRefAppCmdSingleCatSelector;
													        txt = "Show single category selector";
  													},
	MENU_ITEM { command = ELmUiRefAppCmdMultiLmSelector;
	                                txt = "Show multiple landmark selector";
	                          },
	MENU_ITEM { command = ELmUiRefAppCmdMultiCatSelector;
	                                txt = "Show multiple category selector"; 
	                          }	    	    
	};
}
    
//----------------------------------------------------
//   
//    r_lm_delete_landmark
//    Text for confirmation query
//
//----------------------------------------------------
//
RESOURCE TBUF r_lmuirefapp_delete_landmark
    {
    buf = qtn_lmuirefapp_conf_delete_landmark;
    }

//----------------------------------------------------
//   
//    r_lmuirefapp_query
//    
//
//----------------------------------------------------
//
RESOURCE DIALOG r_lmuirefapp_query
	{
	flags = EGeneralQueryFlags;
	buttons = R_AVKON_SOFTKEYS_YES_NO;
	items = 
		{
		DLG_LINE
			{
			type = EAknCtQuery;
			id = EGeneralQuery;
			control = AVKON_CONFIRMATION_QUERY
				{
				layout = EConfirmationQueryLayout;
				};
			}
		};
	}
 
// End of File