fep/frontendprocessor/test/src/TFEP1TESTTARGET.rss
changeset 0 eb1f2e154e89
child 6 6ceef9a83b1a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fep/frontendprocessor/test/src/TFEP1TESTTARGET.rss	Tue Feb 02 01:02:04 2010 +0200
@@ -0,0 +1,78 @@
+// Copyright (c) 2006-2009 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:
+//
+
+/**
+ @file
+ @test
+ @internalComponent - Internal Symbian test code
+*/
+
+#include <techview/eikon.rh>
+#include <techview/eikon.rsg>
+#include "TFEP1TESTTARGET.hrh"
+
+NAME TF1T
+
+RESOURCE RSS_SIGNATURE
+	{
+	}
+
+RESOURCE DIALOG r_tft_dialog
+    {
+    flags=EEikDialogFlagWait;
+    title="TFEP1 test target";
+    buttons=R_EIK_BUTTONS_CANCEL_OK;
+	items=
+		{
+		DLG_LINE
+			{
+			type=EEikCtEdwin;
+			prompt="Normal edwin";
+			id=EControlIdNormalEdwin;
+			control=EDWIN {width=15;};
+			},
+		DLG_LINE
+			{
+			type=EEikCtEdwin;
+			prompt="Normal numerical edwin";
+			id=EControlIdNormalNumEdwin;
+			control=EDWIN {width=15;};
+			},
+		DLG_LINE
+			{
+			type=EEikCtEdwin;
+			prompt="Half-width katakana edwin";
+			id=EControlIdHalfWidthKatakanaEdwin;
+			control=EDWIN {width=15;};
+			},
+		DLG_LINE
+			{
+			type=EEikCtEdwin;
+			prompt="Phonetic-alphabet edwin";
+			id=EControlIdPhoneticAlphabetEdwin;
+			control=EDWIN {width=15;};
+			},
+		DLG_LINE
+			{
+			type=EEikCtEdwin;
+			prompt="CJK edwin";
+			id=EControlIdCJKEdwin;
+			control=EDWIN
+				{width=15;};
+			}
+			
+		};
+    }
+