email/imum/Utils/Data/ImumFolderSubscription.ra
changeset 0 72b543305e3a
child 5 4697dfb2d7ad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email/imum/Utils/Data/ImumFolderSubscription.ra	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,149 @@
+/*
+* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*     This file contains all the resources of folder subscription
+*     for the module Imum.
+*
+*
+*/
+
+
+RESOURCE MENU_BAR r_imas_settings_subscribe_menu
+    {
+    titles=
+        {
+        MENU_TITLE
+            {
+            menu_pane=r_imas_settings_subscribe_menupane ;
+            txt="";
+            }
+        };
+    }
+
+RESOURCE MENU_PANE r_imas_settings_subscribe_menupane
+    {
+    items=
+        {
+        MENU_ITEM
+            {
+            command = EFolderOpenFolder;
+            txt = qtn_mce_settings_open;
+            },
+        MENU_ITEM
+            {
+            command = EFolderSubscribe;
+            txt = qtn_mce_settings_mail_update_subs;
+            },
+        MENU_ITEM
+            {
+            command = EFolderUnsubscribe;
+            txt = qtn_mce_settings_mail_update_unsubs;
+            },
+        MENU_ITEM
+            {
+            command = ERefreshFolderList;
+            txt = qtn_mce_settings_mail_updatefolders;
+            },
+        MENU_ITEM
+            {
+            command = EAknCmdHelp;
+            txt = qtn_options_help;
+            },
+        MENU_ITEM
+            {
+            command = EEikCmdExit;
+            txt = qtn_options_exit;
+            }
+        };
+    }
+
+RESOURCE DIALOG r_imum_folder_subsrciption_dialog
+    {
+    flags = EAknDialogGenericFullScreen;
+    buttons=r_imas_settings_dialog_softkeys;
+    items=
+        {
+        DLG_LINE
+            {
+            type = EAknCtSingleGraphicListBox;
+            id = EImasCIDFolderListBox;
+            itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
+            control=LISTBOX
+                {
+                flags = EAknListBoxSelectionList;
+                height = 8;
+                };
+               }
+        };
+    }
+
+RESOURCE DIALOG r_imum_do_subs_for_subfolders
+    {
+    flags = EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;
+                label = qtn_mce_settings_mail_update_subf;
+                animation = R_QGN_NOTE_QUERY_ANIM;
+                };
+            }
+        };
+    }
+
+RESOURCE DIALOG r_imum_do_unsubs_for_subfolders
+    {
+    flags = EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;
+                label = qtn_mce_settings_mail_update_unsubf;
+                animation = R_QGN_NOTE_QUERY_ANIM;
+                };
+            }
+        };
+    }
+
+RESOURCE DIALOG r_imum_connect_for_update
+    {
+    flags = EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;
+                label = qtn_mce_settings_mail_update_now;
+                animation = R_QGN_NOTE_QUERY_ANIM;
+                };
+            }
+        };
+    }
\ No newline at end of file