email/imum/Mtms/Data/ImumDialogs.rss
changeset 0 72b543305e3a
child 5 4697dfb2d7ad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email/imum/Mtms/Data/ImumDialogs.rss	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,90 @@
+/*
+* Copyright (c) 2002 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 string resources for the module Imum.
+*
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+//  INCLUDES
+//  CONSTANTS
+//  MACROS
+//  RESOURCE DEFINITIONS
+
+RESOURCE DIALOG r_conutl_logindetails_dlg
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtMultilineQuery;
+            id=EMultilineFirstLine;
+            control = AVKON_DATA_QUERY
+                { 
+                layout = EMultiDataFirstEdwin;
+                label = qtn_mce_rm_prompt_username;                
+                control = EDWIN
+                    {
+                    default_case = EAknEditorLowerCase;
+                    allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
+                    default_input_mode = EAknEditorTextInputMode;
+                    avkon_flags = EAknEditorFlagLatinInputModesOnly;
+                    flags=0;
+                    width=5;
+                    lines=1;
+                    maxlength=KImasLoginLength;
+                    };
+                };
+            },
+        DLG_LINE
+            {
+            type=EAknCtMultilineQuery;
+            id=EMultilineSecondLine;
+            control= AVKON_DATA_QUERY 
+                { 
+                layout = EMultiDataSecondSecEd;
+                label = qtn_mce_rm_prompt_password;
+                control = SECRETED
+                    {
+                    num_letters=KImasPasswordLength;
+                    };
+                };
+            }
+        };
+    }
+
+RESOURCE DIALOG r_imum_service_delete_confirmation
+    {
+    flags = EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY 
+                {
+                layout = EConfirmationQueryLayout;
+                label = "";
+                };
+            }
+        };
+    }
+        
+// End of File
\ No newline at end of file