uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestArrayWithUniqueInstances.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 "TestArrayWithUniqueInstances.hrh"

RESOURCE DIALOG r_test_dialog_sub
	{
	lines =
		{
		DIALOG_LINE
			{
			// the first line
			id = EMyContainerTestDialogCheckboxSub;
			type = EEikCtCheckbox;
			field = CHECKBOX { defaultChecked = 1; };
			},
		DIALOG_LINE
			{
			// the second line
			id = EMyContainerTestDialogLabelSub;
			type = EEikCtLabel;
			field = LABEL {	text = "literal string"; };
			}
		};
	}