email/imum/Utils/Data/ImumFolderSubscription.ra
changeset 0 72b543305e3a
child 5 4697dfb2d7ad
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 *     This file contains all the resources of folder subscription
       
    16 *     for the module Imum.
       
    17 *
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 RESOURCE MENU_BAR r_imas_settings_subscribe_menu
       
    23     {
       
    24     titles=
       
    25         {
       
    26         MENU_TITLE
       
    27             {
       
    28             menu_pane=r_imas_settings_subscribe_menupane ;
       
    29             txt="";
       
    30             }
       
    31         };
       
    32     }
       
    33 
       
    34 RESOURCE MENU_PANE r_imas_settings_subscribe_menupane
       
    35     {
       
    36     items=
       
    37         {
       
    38         MENU_ITEM
       
    39             {
       
    40             command = EFolderOpenFolder;
       
    41             txt = qtn_mce_settings_open;
       
    42             },
       
    43         MENU_ITEM
       
    44             {
       
    45             command = EFolderSubscribe;
       
    46             txt = qtn_mce_settings_mail_update_subs;
       
    47             },
       
    48         MENU_ITEM
       
    49             {
       
    50             command = EFolderUnsubscribe;
       
    51             txt = qtn_mce_settings_mail_update_unsubs;
       
    52             },
       
    53         MENU_ITEM
       
    54             {
       
    55             command = ERefreshFolderList;
       
    56             txt = qtn_mce_settings_mail_updatefolders;
       
    57             },
       
    58         MENU_ITEM
       
    59             {
       
    60             command = EAknCmdHelp;
       
    61             txt = qtn_options_help;
       
    62             },
       
    63         MENU_ITEM
       
    64             {
       
    65             command = EEikCmdExit;
       
    66             txt = qtn_options_exit;
       
    67             }
       
    68         };
       
    69     }
       
    70 
       
    71 RESOURCE DIALOG r_imum_folder_subsrciption_dialog
       
    72     {
       
    73     flags = EAknDialogGenericFullScreen;
       
    74     buttons=r_imas_settings_dialog_softkeys;
       
    75     items=
       
    76         {
       
    77         DLG_LINE
       
    78             {
       
    79             type = EAknCtSingleGraphicListBox;
       
    80             id = EImasCIDFolderListBox;
       
    81             itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
    82             control=LISTBOX
       
    83                 {
       
    84                 flags = EAknListBoxSelectionList;
       
    85                 height = 8;
       
    86                 };
       
    87                }
       
    88         };
       
    89     }
       
    90 
       
    91 RESOURCE DIALOG r_imum_do_subs_for_subfolders
       
    92     {
       
    93     flags = EGeneralQueryFlags;
       
    94     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
    95     items=
       
    96         {
       
    97         DLG_LINE
       
    98             {
       
    99             type=EAknCtQuery;
       
   100             id=EGeneralQuery;
       
   101             control = AVKON_CONFIRMATION_QUERY
       
   102                 {
       
   103                 layout = EConfirmationQueryLayout;
       
   104                 label = qtn_mce_settings_mail_update_subf;
       
   105                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   106                 };
       
   107             }
       
   108         };
       
   109     }
       
   110 
       
   111 RESOURCE DIALOG r_imum_do_unsubs_for_subfolders
       
   112     {
       
   113     flags = EGeneralQueryFlags;
       
   114     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   115     items=
       
   116         {
       
   117         DLG_LINE
       
   118             {
       
   119             type=EAknCtQuery;
       
   120             id=EGeneralQuery;
       
   121             control = AVKON_CONFIRMATION_QUERY
       
   122                 {
       
   123                 layout = EConfirmationQueryLayout;
       
   124                 label = qtn_mce_settings_mail_update_unsubf;
       
   125                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   126                 };
       
   127             }
       
   128         };
       
   129     }
       
   130 
       
   131 RESOURCE DIALOG r_imum_connect_for_update
       
   132     {
       
   133     flags = EGeneralQueryFlags;
       
   134     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   135     items=
       
   136         {
       
   137         DLG_LINE
       
   138             {
       
   139             type=EAknCtQuery;
       
   140             id=EGeneralQuery;
       
   141             control = AVKON_CONFIRMATION_QUERY
       
   142                 {
       
   143                 layout = EConfirmationQueryLayout;
       
   144                 label = qtn_mce_settings_mail_update_now;
       
   145                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   146                 };
       
   147             }
       
   148         };
       
   149     }