phoneuis/dialer/data/dialer.rss
changeset 0 5f000ab63145
child 9 8871b09be73b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneuis/dialer/data/dialer.rss	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,105 @@
+/*
+* Copyright (c) 2007 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 for the Dialer. 
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+NAME DIAL // 4 letter ID
+
+// INCLUDES
+#include <e32keys.h>
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <EIKCORE.rsg>
+#include <uikon.hrh>
+#include <avkon.hrh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <data_caging_paths_strings.hrh>
+
+
+
+// CONSTANTS 
+
+// RESOURCE DEFINITIONS 
+
+// ---------------------------------------------------------
+//   
+// RSS_SIGNATURE
+// Signature.
+//
+// ---------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
+
+// ---------------------------------------------------------
+//   
+// Default Document Name
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF { buf="Dialer"; }
+
+
+RESOURCE EIK_APP_INFO
+    {
+    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_inputfield
+// Input field definion
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE PHONE_NUMBER_EDITOR r_inputfield
+    {
+    maxChars = 100;
+    maxLines = 5;
+    truncation = <0x2026>; // three dots: ...
+    formats =
+        {
+        PHONE_NUMBER_EDITOR_FORMAT // 4 lines
+            {
+            top=0;
+            left=0;
+            bottom=0;
+            right=0;
+            lines=4;
+            bottomBaselineOffset=0;
+            baselineSeparation=0;
+            font=ELatinBold17;
+            },
+        PHONE_NUMBER_EDITOR_FORMAT // 5 lines
+            {
+            top=94;
+            left=11;
+            bottom=130;
+            right=165;
+            lines=5;
+            bottomBaselineOffset=0;
+            baselineSeparation=0;
+            font=ELatinBold13;
+            }
+        };
+     }
+
+
+// End of File
+