uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestStandaloneDefaultReffed.rss
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 23:33:03 +0100
changeset 0 fb279309251b
permissions -rw-r--r--
DP tools release version Revision: 200912

#include <arraydialog.rh>
#include <enumsheader.rh>
#include "output.hrh"

RESOURCE DIALOG r_test_standalone_default
	{
	lines =
		{
		DIALOG_LINE
			{
			id = EMyContainerTestStandaloneDefaultLabel1;
			type = EEikCtLabel;
			field = LABEL
				{
				text = "literal string 1";
				};
			},
		DIALOG_LINE
			{
			id = EMyContainerTestStandaloneDefaultLabel2;
			type = EEikCtLabel;
			field = LABEL
				{
				text = "literal string 2";
				};
			}
		};
	}