email/imum/Utils/Data/ImumCommonDialogs.ra
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2006 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 *     Internet Mail Account Settings dialogs
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 RESOURCE DIALOG r_email_confirmation_query
       
    22     {
       
    23     flags = EGeneralQueryFlags;
       
    24     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    25     items =
       
    26         {
       
    27         DLG_LINE
       
    28             {
       
    29             type = EAknCtQuery;
       
    30             id = EGeneralQuery;
       
    31             control = AVKON_CONFIRMATION_QUERY
       
    32                 {
       
    33                 layout = EConfirmationQueryLayout;
       
    34                 label = " ";
       
    35                 };
       
    36             }
       
    37         };
       
    38     }
       
    39 
       
    40 RESOURCE DIALOG r_email_okcancel_query
       
    41     {
       
    42     flags = EGeneralQueryFlags;
       
    43     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    44     items =
       
    45         {
       
    46         DLG_LINE
       
    47             {
       
    48             type = EAknCtQuery;
       
    49             id = EGeneralQuery;
       
    50             control = AVKON_CONFIRMATION_QUERY
       
    51                 {
       
    52                 layout = EConfirmationQueryLayout;
       
    53                 label = " ";
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 RESOURCE DIALOG r_email_information_query
       
    60     {
       
    61     flags = EGeneralQueryFlags;
       
    62     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    63     items=
       
    64         {
       
    65         DLG_LINE
       
    66             {
       
    67             type = EAknCtQuery;
       
    68             id = EGeneralQuery;
       
    69             control= AVKON_CONFIRMATION_QUERY
       
    70                 {
       
    71                 layout = EConfirmationQueryLayout;
       
    72                 label = " ";
       
    73                 animation = R_QGN_NOTE_INFO_ANIM;
       
    74                 };
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 RESOURCE DIALOG r_imum_new_default_mailbox_list_query
       
    80     {
       
    81     flags=EGeneralQueryFlags;
       
    82     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    83     items=
       
    84         {
       
    85         DLG_LINE 
       
    86             {
       
    87             type = EAknCtListQueryControl;
       
    88             id = EListQueryControl;
       
    89             control = AVKON_LIST_QUERY_CONTROL
       
    90                 {
       
    91                 listtype = EAknCtSinglePopupMenuListBox;
       
    92                 listbox = LISTBOX
       
    93                     {
       
    94                     flags = EAknListBoxMenuList; 
       
    95                     height = 3;
       
    96                     width = 3;
       
    97                     };
       
    98                 heading = qtn_mce_settings_mail_list_rm;
       
    99                 };
       
   100             }
       
   101         };
       
   102     }