messagingappbase/msgavkon/msgnotifiers/group/MsgNotifiers.rss
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This file contains all the resources for CMsgConfirmSendNotifier.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // ========== RESOURCE IDENTIFIER ==========================
       
    22 
       
    23 NAME    MCSD // 4 letter ID
       
    24 
       
    25 // ========== INCLUDE FILES ================================
       
    26 
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.loc>
       
    32 
       
    33 #include <msgnotifiers.loc>
       
    34 
       
    35 // ========== RESOURCE DEFINITIONS =========================
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF { buf = ""; }
       
    40 
       
    41 RESOURCE DIALOG r_confirm_query
       
    42     {
       
    43     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
    44     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    45     items=
       
    46         {
       
    47         DLG_LINE 
       
    48             {
       
    49             type = EAknCtPopupHeadingPane;
       
    50             id = EAknMessageQueryHeaderId;
       
    51             control = AVKON_HEADING
       
    52                 {
       
    53                 label = qtn_sn_prompt_messaging;
       
    54                 };
       
    55             },
       
    56         DLG_LINE
       
    57             {
       
    58             type = EAknCtMessageQuery;
       
    59             id = EAknMessageQueryContentId;
       
    60             control = AVKON_MESSAGE_QUERY
       
    61                 {
       
    62                 };
       
    63             }
       
    64         };
       
    65     }
       
    66     
       
    67 RESOURCE TBUF r_confirm_unknown_app { buf = qtn_sn_msg_unknown_application; }
       
    68 
       
    69 RESOURCE TBUF r_confirm_unknown_mtm { buf = qtn_sn_msg_unknown_message; }
       
    70 
       
    71 RESOURCE TBUF r_confirm_send_one { buf = qtn_sn_msg_notification; }
       
    72 
       
    73 RESOURCE TBUF r_confirm_send_many_recip { buf = qtn_sn_msg_note_to_many; }
       
    74 
       
    75 RESOURCE TBUF r_confirm_send_many_msg { buf = qtn_sn_msg_note_multi; }
       
    76 
       
    77 // End of File