mpxplugins/viewplugins/views/addtracksdialog/data/mpxaddtracksdialog.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 21 Jun 2010 15:37:19 +0300
branchRCL_3
changeset 21 cb96c29156b2
parent 0 ff3acec5bc43
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

/*
* 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:  Resource definitions for project mpxaddtracksdialog
*
*/



// RESOURCE NAME IDENTIFIER
NAME    MXTV // 4 letter ID

// INCLUDES
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.loc>
#include <eikon.rh>
#include <avkon.mbg>
#include <bldvariant.hrh>
#include <mpxaddtracksdialog.mbg>

#include <mpxaddtracksdialog.loc>
#include "mpxaddtracksdialog.hrh"


// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF 
    {
    buf = "";
    }


// RESOURCE DEFINITIONS 

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_dialog
//-----------------------------------------------------------------------------
//
RESOURCE DIALOG r_mpx_cui_addtracks_dialog
    {
    flags = EAknDialogSelectionList;
    items = 
        {
        DLG_LINE
            {
            type = EAknCtSingleGraphicListBox;
            id = ESelectionListControl;
            control = LISTBOX
                {
                flags = EAknListBoxSelectionList;
                };
            }, 
        DLG_LINE 
            { 
            itemflags = EEikDlgItemNonFocusing; 
            id = EFindControl; 
            type = EAknCtSelectionListPopupFind; 
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_empty_done
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_empty_done
    {
    buttons=
        {
        CBA_BUTTON
            {
            txt = text_softkey_empty;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksDone;
            txt = text_softkey_done;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_expand_done
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_expand_done
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksExpand;
            txt = qtn_nmp_softkey_expand;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksDone;
            txt = text_softkey_done;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_collapse_done
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_collapse_done
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksCollapse;
            txt = qtn_nmp_softkey_collapse;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksDone;
            txt = text_softkey_done;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_add_done
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_add_done
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksAdd;
            txt = qtn_nmp_softkey_add;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksDone;
            txt = text_softkey_done;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_empty_cancel
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_empty_cancel
    {
    buttons=
        {
        CBA_BUTTON
            {
            txt = text_softkey_empty;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksFindCancel;
            txt = text_softkey_cancel;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_expand_cancel
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_expand_cancel
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksExpand;
            txt = qtn_nmp_softkey_expand;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksFindCancel;
            txt = text_softkey_cancel;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_collapse_cancel
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_collapse_cancel
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksCollapse;
            txt = qtn_nmp_softkey_collapse;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksFindCancel;
            txt = text_softkey_cancel;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addtracks_softkeys_add_cancel
//-----------------------------------------------------------------------------
//
RESOURCE CBA r_mpx_cui_addtracks_softkeys_add_cancel
    {
    buttons=
        {
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksAdd;
            txt = qtn_nmp_softkey_add;
            },
        CBA_BUTTON
            {
            id = EMPXCmdAddTracksFindCancel;
            txt = text_softkey_cancel;
            }
        };
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addsongs_add_allsongs_txt
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_addsongs_add_allsongs_txt
    {
    buf = qtn_nmp_addsongs_allsongs;
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addsongs_add_songs_num_txt
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_addsongs_add_songs_num_txt
    {
    buf = qtn_nmp_addsongs_num_songs;
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addsongs_title
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_addsongs_title
    {
    buf = qtn_nmp_title_add_songs;
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_category_addsongview_lbx_emptytext
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_category_addsongview_lbx_emptytext
    {
    buf = qtn_nmp_no_addsongsview_editor;
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_addsongs_song_added
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_addsongs_song_added
    {
    buf = qtn_nmp_addsongs_song_added;
    }

// -----------------------------------------------------------------------------
// r_mpx_qtn_mp_unknown
// -----------------------------------------------------------------------------
//  
RESOURCE TBUF r_mpx_qtn_mp_unknown
    {
    buf = qtn_mp_single_list_unknown;
    }   

// -----------------------------------------------------------------------------
// r_mpx_qtn_nmp_note_opening
// text for opening wait note.
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_qtn_nmp_note_opening
    {
    buf = qtn_nmp_note_opening;
    }

//-----------------------------------------------------------------------------
// r_mpx_cui_category_addsongview_lbx_nosongtext
//-----------------------------------------------------------------------------
//
RESOURCE TBUF r_mpx_cui_category_addsongview_lbx_nosongtext
    {
    buf = qtn_nmp_no_songs_editor;
    }

// End of File