uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestStandaloneDefaultReffed.rss
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 0 fb279309251b
permissions -rw-r--r--
Keeping PlatSim internal only.

#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";
				};
			}
		};
	}