diff -r ebe688cedc25 -r 7fdbb852d323 messagingappbase/mcesettings/mcesettingsgsplugin/data/MceSettingsGSPluginRsc.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingappbase/mcesettings/mcesettingsgsplugin/data/MceSettingsGSPluginRsc.rss Wed Sep 01 12:31:54 2010 +0100 @@ -0,0 +1,182 @@ +/* +* Copyright (c) 2006-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: +* Resource file for MceSettingsGSPluginRsc +* +*/ + + + +// RESOURCE IDENTIFIER +NAME MCGS // 4 letter ID + +// INCLUDES +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // CommonDialogs Enumerations +#include // CommonDialogs Resource structures +#include // Common GS resource structures +#include +#include + +#include +#include +#include "MceSettingsGSPlugin.hrh" + +// CONSTANTS + +// RESOURCE DEFINITIONS + +// --------------------------------------------------------------------------- +// RSS_SIGNATURE +// --------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE {} + +// --------------------------------------------------------------------------- +// r_mceui_mainview_menubar - menubar +// Settings mainview's titles +// --------------------------------------------------------------------------- +// +RESOURCE MENU_BAR r_mceui_mainview_menubar + { + titles = + { + MENU_TITLE { menu_pane = r_mceui_mainview_menupane; } + }; + } + +// --------------------------------------------------------------------------- +// r_mceui_mainview_menupane - menupane +// Settings mainview's menuitems +// --------------------------------------------------------------------------- +// +RESOURCE MENU_PANE r_mceui_mainview_menupane + { + items = + { + MENU_ITEM { command = EMceSettingsCmdEdit; txt = qtn_mce_settings_main_open; flags = EEikMenuItemAction; }, + MENU_ITEM { command = EMceSettingsGSHelp; txt = qtn_options_help; }, + MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; } + }; + } + +// --------------------------------------------------------------------------- +// r_mceui_mainview_title - titlepane +// Settings mainview's title +// --------------------------------------------------------------------------- +// +RESOURCE TITLE_PANE r_mceui_mainview_title + { + txt = qtn_mce_title_messages; + } + +// --------------------------------------------------------------------------- +// r_qtn_set_folder_messaging +// +// Caption string used in General Settings for Mce Settings GS plugin. +// --------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_set_folder_messaging + { + buf = qtn_set_folder_messaging; + } + +// --------------------------------------------------------------------------- +// r_mceui_main_view - view +// Settings mainview's menubar and command button area definitions +// --------------------------------------------------------------------------- +// +RESOURCE AVKON_VIEW r_mceui_main_view + { + menubar = r_mceui_mainview_menubar; + cba = r_mceui_mainview_softkeys; + } + + +// --------------------------------------------------------------------------- +// r_mceui_mainview_softkeys - cba +// Settings mainview's command button area definitions +// --------------------------------------------------------------------------- +// +RESOURCE CBA r_mceui_mainview_softkeys + { + flags = 0; + buttons = + { + CBA_BUTTON {id=EAknSoftkeyOptions; txt= text_softkey_option;}, + CBA_BUTTON {id=EAknSoftkeyBack; txt= text_softkey_back;}, + CBA_BUTTON {id=EMceSettingsCmdEdit; txt= qtn_mce_settings_main_open;} + }; + } + +//---------------------------------------------------- +// +// r_mceui_cbs_settings_text +// +//---------------------------------------------------- +// +RESOURCE TBUF r_mceui_cbs_settings_text + { + buf = qtn_mce_title_settings_cb; + } + + +//---------------------------------------------------- +// +// r_mce_general_settings_text +// +//---------------------------------------------------- +// +RESOURCE TBUF r_mceui_general_settings_text + { + buf = qtn_mce_settings_gen; + } + +//---------------------------------------------------- +// +// r_mce_note_settings_open_mce +// +//---------------------------------------------------- +// +RESOURCE DIALOG r_mce_note_settings_open_mce + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EGeneralLayout; + singular_label = qtn_mce_note_settings_open_mce; + animation = R_QGN_NOTE_INFO_ANIM; + }; + } + }; + } + + +//End of File