eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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:  Resource definitions for project Events Info Note
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // System Includes
       
    20 #include <data_caging_paths_strings.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.mbg>
       
    25 #include <eikcore.rsg>
       
    26 #include <eikon.rh>
       
    27 #include <eikon.rsg>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include <evtui.loc>
       
    31 
       
    32 // User Includes
       
    33 #include "evtinfonoteconsts.hrh"
       
    34 
       
    35 //  RESOURCE IDENTIFIER
       
    36 NAME EVIN   // 4 Letter Identifier
       
    37 
       
    38 RESOURCE RSS_SIGNATURE 
       
    39     {
       
    40     }
       
    41 // ---------------------------------------------------------------------------
       
    42 // r_loc_evt_info_query
       
    43 // Query dialog communicating the triggering of an Events UI trigger
       
    44 // ---------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE DIALOG r_loc_evt_info_query
       
    47     {
       
    48     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
    49     buttons = r_loc_evt_infonote_open_cba;
       
    50     items =
       
    51         {
       
    52 		DLG_LINE 
       
    53 	        {
       
    54             type = EAknCtPopupHeadingPane;
       
    55             id = EAknMessageQueryHeaderId;
       
    56             control = AVKON_HEADING
       
    57                 {
       
    58                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
    59                 };
       
    60             },
       
    61         DLG_LINE
       
    62             {
       
    63             type = EAknCtQuery;
       
    64             id = EGeneralQuery;
       
    65             control = AVKON_CONFIRMATION_QUERY
       
    66                 {
       
    67                 layout = EConfirmationQueryLayout;              
       
    68                 };
       
    69             }           
       
    70         };
       
    71     }  
       
    72 
       
    73 // ---------------------------------------------------------------------------
       
    74 // RESOURCE CBA r_loc_evt_infonote_open_tone_cba
       
    75 // Control button array for query text when the tone is being played
       
    76 // ---------------------------------------------------------------------------
       
    77 //  
       
    78 RESOURCE CBA r_loc_evt_infonote_open_tone_cba
       
    79     {
       
    80     flags = 0;
       
    81     buttons = 
       
    82         {
       
    83         CBA_BUTTON 
       
    84             {
       
    85             id = EEvtCmdOpenEvent; 
       
    86             txt = text_softkey_open;
       
    87             },
       
    88         CBA_BUTTON 
       
    89             {
       
    90             id = EEvtCmdSilence; 
       
    91             txt = text_softkey_silent;
       
    92             },            
       
    93         CBA_BUTTON
       
    94             {
       
    95             id = EAknSoftkeyContextOptions; 
       
    96             }      
       
    97         };
       
    98     }
       
    99  
       
   100 // ---------------------------------------------------------------------------
       
   101 // RESOURCE CBA r_loc_evt_infonote_open_cba
       
   102 // Control button array for query text
       
   103 // ---------------------------------------------------------------------------
       
   104 //  
       
   105 RESOURCE CBA r_loc_evt_infonote_open_cba
       
   106     {
       
   107     flags = 0;
       
   108     buttons = 
       
   109         {
       
   110         CBA_BUTTON 
       
   111             {
       
   112             id = EEvtCmdOpenEvent; 
       
   113             txt = text_softkey_open;
       
   114             },
       
   115         CBA_BUTTON 
       
   116             {
       
   117             id = EEvtCloseInfoNote; 
       
   118             txt = text_softkey_close;
       
   119             },            
       
   120         CBA_BUTTON
       
   121             {
       
   122             id = EAknSoftkeyContextOptions; 
       
   123             }     
       
   124         };
       
   125     }
       
   126 
       
   127 // ---------------------------------------------------------------------------
       
   128 // RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba
       
   129 // Control button array for query text when the tone is being played
       
   130 // ---------------------------------------------------------------------------
       
   131 //  
       
   132 RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba
       
   133     {
       
   134     flags = 0;
       
   135     buttons = 
       
   136         {
       
   137         CBA_BUTTON 
       
   138             {
       
   139             id = EEvtCmdSnoozeEvent; 
       
   140             txt = qtn_locev_softkey_snooze;
       
   141             },
       
   142         CBA_BUTTON 
       
   143             {
       
   144             id = EEvtCmdSilence; 
       
   145             txt = text_softkey_silent;
       
   146             },            
       
   147         CBA_BUTTON
       
   148             {
       
   149             id = EAknSoftkeyContextOptions; 
       
   150             }      
       
   151         };
       
   152     }
       
   153  
       
   154 // ---------------------------------------------------------------------------
       
   155 // RESOURCE CBA r_loc_evt_infonote_snooze_cba
       
   156 // Control button array for query text
       
   157 // ---------------------------------------------------------------------------
       
   158 //  
       
   159 RESOURCE CBA r_loc_evt_infonote_snooze_cba
       
   160     {
       
   161     flags = 0;
       
   162     buttons = 
       
   163         {
       
   164         CBA_BUTTON 
       
   165             {
       
   166             id = EEvtCmdSnoozeEvent; 
       
   167             txt = qtn_locev_softkey_snooze;
       
   168             },
       
   169         CBA_BUTTON 
       
   170             {
       
   171             id = EEvtCloseInfoNote; 
       
   172             txt = text_softkey_close;
       
   173             },            
       
   174         CBA_BUTTON
       
   175             {
       
   176             id = EAknSoftkeyContextOptions; 
       
   177             }     
       
   178         };
       
   179     }
       
   180     
       
   181 //----------------------------------------------------
       
   182 // RESOURCE TBUF r_locev_options_open_event
       
   183 // Popup List box item for open event
       
   184 //----------------------------------------------------
       
   185 //
       
   186 RESOURCE TBUF r_locev_options_open_event
       
   187     {
       
   188     buf = qtn_locev_options_open_event;
       
   189     }
       
   190     
       
   191 //----------------------------------------------------
       
   192 // RESOURCE TBUF r_locev_options_view_description
       
   193 // Popup List box item for View description
       
   194 //----------------------------------------------------
       
   195 //
       
   196 RESOURCE TBUF r_locev_options_view_description
       
   197     {
       
   198     buf = qtn_locev_options_view_description;
       
   199     }
       
   200               	          
       
   201 // End of File