diff -r 522cd55cc3d7 -r 13ae750350c9 eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss --- a/eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss Tue Feb 02 00:16:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ -/* -* 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