uifw/AvKon/tsrc/bc/S60_SDKMCL/bctestmixmcl/group/bctestmixmcl.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:06:26 +0300
changeset 22 75713bee6484
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201017 Kit: 201019

/*
* Copyright (c) 2006 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:  resources for the module
*
*/


//  RESOURCE IDENTIFIER
NAME MIXM

//  INCLUDES

#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.hrh>
#include <avkon.mbg>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkonicons.hrh>

#include <appinfo.rh>

#include "bctestmixmcl.hrh"
#include "bctestmixmcl.loc"


//  RESOURCE DEFINITIONS
//-----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------
//
STRUCT BCTouchPane
    {
    BYTE version;
    LONG flags;
    }

//  RESOURCE DEFINITIONS
//----------------------------------------------------------------------------
//
//    RSS_SIGNATURE
//
//-----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }


//-----------------------------------------------------------------------------
//
//    TBUF16
//
//
//-----------------------------------------------------------------------------
//
RESOURCE TBUF16
    {
    buf = qtn_bctestmixmcl_buff;
    }


//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestmixmcl_menubar_main;
    cba = r_bctestmixmcl_cba_options_next;
    }


// ---------------------------------------------------------
//    Provide Caption and Icon Info for Scalable UI
//
// ---------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_bctestmixmcl_localisable_app_info
    {
    short_caption = qtn_apps_short_caption; 

    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_caption; 
        };
    }

//----------------------------------------------------------------------------
//    r_bctestmix50_view
//    AVKON_VIEW for CBCTestMix50View
//----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestmixmcl_view
    {
    menubar = r_bctestmixmcl_menubar_main;
    }

//----------------------------------------------------------------------------
//    r_bctestmix50_menubar_main
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestmixmcl_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestmixmcl_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_bctestmixmcl_case_menu;
            }
        };
    }

//----------------------------------------------------------------------------
//    r_bctestmix50_case_menu
//    
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestmixmcl_case_menu
    {
    items = 
        {
        MENU_ITEM
            {
            command = EBCTestCmdOutline1;
            txt = qtn_bctestmixmcl_outline1;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline2;
            txt = qtn_bctestmixmcl_outline2;
            }
        };
    }

//----------------------------------------------------------------------------
//    r_bctestmix50_menu
//    
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestmixmcl_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt = qtn_bctestmixmcl_autotest;
            },
        MENU_ITEM
            {
            command = EAknCmdExit;
            txt = qtn_bctestmixmcl_menu_exit;
            }
        };
    }

//----------------------------------------------------------------------------
//    r_bctestmix50_cba_options_next
//    
//----------------------------------------------------------------------------
//
RESOURCE CBA r_bctestmixmcl_cba_options_next
    {
    buttons =
        {
        CBA_BUTTON 
            {
            id = EAknSoftkeyOptions; 
            txt = text_softkey_option;
            },
        AVKON_CBA_BUTTON
            {
            id = EBCTestMixMCLCbaCmdNext;
            txt = qtn_bctestmixmcl_cba_next;
            }
        };
    }
//----------------------------------------------------------------------------
//
//r_bctestmixmcl_toolbar_fixed
//
//----------------------------------------------------------------------------
//
RESOURCE AVKON_TOOLBAR r_bctestmixmcl_toolbar_fixed
    {
    flags = KAknToolbarFixed;
    items =
        {
        TBAR_CTRL
            {
            type = EAknCtButton;
            id = 1;
            control = AVKON_BUTTON
                {
                flags = 0;
                states =
                    {
                    AVKON_BUTTON_STATE
                       {
                       txt = "No1"; 
			           helptxt = "1";
                       }    
                    };
                };
            },
        TBAR_CTRL
            {
            type = EAknCtButton;
            id = 2;
            control = AVKON_BUTTON
                {
                flags = 1;
                states =
                    {
                    AVKON_BUTTON_STATE
                       {
                       txt = "No2"; 
			           helptxt = "2";
                       }    
                    };
                };
            },    
        TBAR_CTRL
            {
            type = EAknCtButton;
            id = 2;
            control = AVKON_BUTTON
                {
                flags = 2;
                states =
                    {
                    AVKON_BUTTON_STATE
                       {
                       txt = "No3"; 
			           helptxt = "3";
                       }    
                    };
                };
            }
        };
    }
// End of File