diff -r 1fc85118c3ae -r 870918037e16 eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss Wed Sep 01 12:31:27 2010 +0100 @@ -0,0 +1,201 @@ +/* +* Copyright (c) 2008 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 Events Info Note +* +*/ + + +// System Includes +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +// User Includes +#include "evtinfonoteconsts.hrh" + +// RESOURCE IDENTIFIER +NAME EVIN // 4 Letter Identifier + +RESOURCE RSS_SIGNATURE + { + } +// --------------------------------------------------------------------------- +// r_loc_evt_info_query +// Query dialog communicating the triggering of an Events UI trigger +// --------------------------------------------------------------------------- +// +RESOURCE DIALOG r_loc_evt_info_query + { + flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; + buttons = r_loc_evt_infonote_open_cba; + items = + { + DLG_LINE + { + type = EAknCtPopupHeadingPane; + id = EAknMessageQueryHeaderId; + control = AVKON_HEADING + { + headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; + }; + }, + DLG_LINE + { + type = EAknCtQuery; + id = EGeneralQuery; + control = AVKON_CONFIRMATION_QUERY + { + layout = EConfirmationQueryLayout; + }; + } + }; + } + +// --------------------------------------------------------------------------- +// RESOURCE CBA r_loc_evt_infonote_open_tone_cba +// Control button array for query text when the tone is being played +// --------------------------------------------------------------------------- +// +RESOURCE CBA r_loc_evt_infonote_open_tone_cba + { + flags = 0; + buttons = + { + CBA_BUTTON + { + id = EEvtCmdOpenEvent; + txt = text_softkey_open; + }, + CBA_BUTTON + { + id = EEvtCmdSilence; + txt = text_softkey_silent; + }, + CBA_BUTTON + { + id = EAknSoftkeyContextOptions; + } + }; + } + +// --------------------------------------------------------------------------- +// RESOURCE CBA r_loc_evt_infonote_open_cba +// Control button array for query text +// --------------------------------------------------------------------------- +// +RESOURCE CBA r_loc_evt_infonote_open_cba + { + flags = 0; + buttons = + { + CBA_BUTTON + { + id = EEvtCmdOpenEvent; + txt = text_softkey_open; + }, + CBA_BUTTON + { + id = EEvtCloseInfoNote; + txt = text_softkey_close; + }, + CBA_BUTTON + { + id = EAknSoftkeyContextOptions; + } + }; + } + +// --------------------------------------------------------------------------- +// RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba +// Control button array for query text when the tone is being played +// --------------------------------------------------------------------------- +// +RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba + { + flags = 0; + buttons = + { + CBA_BUTTON + { + id = EEvtCmdSnoozeEvent; + txt = qtn_locev_softkey_snooze; + }, + CBA_BUTTON + { + id = EEvtCmdSilence; + txt = text_softkey_silent; + }, + CBA_BUTTON + { + id = EAknSoftkeyContextOptions; + } + }; + } + +// --------------------------------------------------------------------------- +// RESOURCE CBA r_loc_evt_infonote_snooze_cba +// Control button array for query text +// --------------------------------------------------------------------------- +// +RESOURCE CBA r_loc_evt_infonote_snooze_cba + { + flags = 0; + buttons = + { + CBA_BUTTON + { + id = EEvtCmdSnoozeEvent; + txt = qtn_locev_softkey_snooze; + }, + CBA_BUTTON + { + id = EEvtCloseInfoNote; + txt = text_softkey_close; + }, + CBA_BUTTON + { + id = EAknSoftkeyContextOptions; + } + }; + } + +//---------------------------------------------------- +// RESOURCE TBUF r_locev_options_open_event +// Popup List box item for open event +//---------------------------------------------------- +// +RESOURCE TBUF r_locev_options_open_event + { + buf = qtn_locev_options_open_event; + } + +//---------------------------------------------------- +// RESOURCE TBUF r_locev_options_view_description +// Popup List box item for View description +//---------------------------------------------------- +// +RESOURCE TBUF r_locev_options_view_description + { + buf = qtn_locev_options_view_description; + } + +// End of File