uifw/AvKon/tsrc/bc/bctestdom3.2/bctestdomavkonpsln/group/bctestdomavkonpsln.rss
author William Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 12:08:34 +0000
branchRCL_3
changeset 76 5c9f0ba5102a
parent 0 2f259fa3e83a
permissions -rw-r--r--
Improve debug tracing of AknGlobalNote::StartL - Bug 2673

/*
* Copyright (c) 2007 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 BCDO

//  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 "bctestdomavkonpsln.hrh"
#include "bctestdomavkonpsln.loc"

//  CONSTANTS

//  MACROS
#define CHECKBOX_SETTING_PAGE_NUMBER     1


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

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

//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestdomavkonpsln_menubar_main;
    cba = r_bctestdomavkonpsln_cba_options_next;
    }

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

    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_tavl_list; 
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_view
//    AVKON_VIEW for CBCTestDomAvkonPslnView
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestdomavkonpsln_view
    {
    menubar = r_bctestdomavkonpsln_menubar_main;
    }

//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_menubar
//    MenuBar
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestdomavkonpsln_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestdomavkonpsln_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_bctestdomavkonpsln_case_menu;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_case_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestdomavkonpsln_case_menu
    {
    items = 
        {
        MENU_ITEM
            {
            command = EBCTestCmdOutline1;
            txt = qtn_bctestdomavkonpsln_outline1;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline2;
            txt = qtn_bctestdomavkonpsln_outline2;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline3;
            txt = qtn_bctestdomavkonpsln_outline3;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline4;
            txt = qtn_bctestdomavkonpsln_outline4;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline5;
            txt = qtn_bctestdomavkonpsln_outline5;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestdomavkonpsln_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt = qtn_bctestdomavkonpsln_autotest;
            },
        MENU_ITEM // Menu "Exit"
            {
            command = EAknCmdExit;
            txt = qtn_bctestdomavkonpsln_menu_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_cba_options_next
//    ?description
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_bctestdomavkonpsln_cba_options_next
    {
    buttons =
	{
	CBA_BUTTON 
	    {
	    id=EAknSoftkeyOptions; 
	    txt = text_softkey_option;
	    },
        AVKON_CBA_BUTTON
            {
            id = EBCTestDomainCbaCmdNext;
            txt = qtn_bctestdomavkonpsln_cba_next;
            }
	};
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_avkon_content
//
//-----------------------------------------------------------------------------
// 
RESOURCE AVKON_STYLUSACTIVATEDPOPUP_CONTENT r_bctestdomavkonpsln_avkon_content
    {
    titletext = qtn_content_title;
    infotext = qtn_content_info;
    cmdlinks =
        {
        AVKON_STYLUSACTIVATEDPOPUP_LINK
            {
            linkid = EAknStylusPopUpCmdLink1;
            linktext = qtn_content_link_txt;
            },
        AVKON_STYLUSACTIVATEDPOPUP_LINK
            {
            linkid = EAknStylusPopUpCmdLink2;
            linktext = qtn_content_link_txt;
            }
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_checkbox_setting_page
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_bctestdomavkonpsln_checkbox_setting_page
    {
    number = CHECKBOX_SETTING_PAGE_NUMBER;
    label = qtn_aknatlist_multi_title;
    type = EAknSetListBox;
    editor_resource_id = r_bctestdomavkonpsln_listbox;
    menubar = r_bctestdomavkonpsln_menubar_main;
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_listbox
//    ListBox( Single )
//
//-----------------------------------------------------------------------------
//

RESOURCE LISTBOX r_bctestdomavkonpsln_listbox
    {
    array_id = r_bctestdomavkonpsln_item_array;
    flags = EAknListBoxSelectionList;
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_item_array
//    Items array for ListBox( Single 3 )
//
//-----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestdomavkonpsln_item_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_list_item_first;
            },
        LBUF
            {
            txt = qtn_list_item_second;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_editor
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_INTEGER_EDWIN  r_bctestdomavkonpsln_editor
    {
    maxlength = 0;
    min = -99999999;
    max = 99999999;
    unset_value=-100000000;
    }

// ----------------------------------------------------------------------------
//
//    r_bctestdomavkonpsln_avkon_dynamic_volume_control
//    ?description
//
// ----------------------------------------------------------------------------
//
RESOURCE DYNAMIC_VOLUME r_bctestdomavkonpsln_avkon_dynamic_volume_control
    {
    flags = EDynRangePopupVolumeControl;
    value = 30; // Has to have a value, otherwise crashes
    bmpfile = AVKON_BMP_FILENAME;
    bmpid = EMbmAvkonQgn_indi_speaker_active;
    bmpmask = EMbmAvkonQgn_indi_speaker_active_mask;
    minvalue = 0;
    maxvalue = 40;
    }

// ----------------------------------------------------------------------------
//
//    NAVI_LABEL r_bctest_avkonpsln_label
//    ?description
//
// ----------------------------------------------------------------------------
//    
RESOURCE NAVI_LABEL r_bctest_avkonpsln_label
    {
    txt = qtn_bctestdomavkonpsln_cba_next;
    }
// End of File