messagingappbase/mcesettings/group/MceSettingsEmailSel.rss
changeset 0 72b543305e3a
child 71 17302fa075e1
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME MSES
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <eikon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.rsg>
       
    28 
       
    29 #include "mcesettings_diy.loc"    // localization file if needed
       
    30 #include "MceSettingsEmailSel.hrh"
       
    31 
       
    32 //  CONSTANTS  
       
    33 
       
    34 //  MACROS  
       
    35 
       
    36 //  RESOURCE DEFINITIONS 
       
    37 
       
    38 // ---------------------------------------------------------
       
    39 //   
       
    40 //    Define the resource file signature 
       
    41 //    This resource should be empty.
       
    42 //
       
    43 // ---------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 // ---------------------------------------------------------
       
    48 //   
       
    49 //    Default Document Name
       
    50 //
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE TBUF r_default_document_name { buf=""; }
       
    54 
       
    55 // ---------------------------------------------------------
       
    56 //   
       
    57 //    Define the application info.
       
    58 //
       
    59 // ---------------------------------------------------------
       
    60 //
       
    61 RESOURCE EIK_APP_INFO
       
    62 {
       
    63     cba         = R_AVKON_SOFTKEYS_OPTIONS_EXIT;    
       
    64 }
       
    65 
       
    66 //----------------------------------------------------
       
    67 //
       
    68 //    r_mail_mailboxlist_choose
       
    69 //
       
    70 //----------------------------------------------------
       
    71 //
       
    72 RESOURCE TBUF r_mail_mailboxlist_choose           
       
    73     { 
       
    74     buf = qtn_mail_mailboxlist_choose; 
       
    75     }
       
    76 
       
    77 //----------------------------------------------------
       
    78 //
       
    79 //    r_mce_popup_default_email
       
    80 //
       
    81 //----------------------------------------------------
       
    82 //
       
    83 RESOURCE TBUF r_mce_popup_default_email           
       
    84     { 
       
    85     buf = qtn_mce_popup_default_email; 
       
    86     }
       
    87 
       
    88 //  RESOURCE DEFINITIONS 
       
    89 // ---------------------------------------------------------
       
    90 //    DIALOG
       
    91 //
       
    92 // ---------------------------------------------------------
       
    93 RESOURCE DIALOG r_send_email_list_query
       
    94 {
       
    95     flags   = EGeneralQueryFlags;
       
    96     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    97     items =
       
    98     {
       
    99         DLG_LINE
       
   100         {
       
   101             type    = EAknCtListQueryControl;
       
   102             id      = EListQueryControl;
       
   103             control = AVKON_LIST_QUERY_CONTROL
       
   104             {
       
   105                 heading  = qtn_mail_mailboxlist_choose; 
       
   106                 listtype = EAknCtSinglePopupMenuListBox;
       
   107                 listbox  = LISTBOX
       
   108                 {
       
   109                     flags  = EAknListBoxMenuList;
       
   110                     height = 3;
       
   111                     width  = 3;
       
   112                 };
       
   113             };
       
   114         }
       
   115     };
       
   116 }
       
   117 
       
   118 // End of File