uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestArrayWithUniqueInstances.rss
author fturovic <frank.turovich@nokia.com>
Mon, 22 Jun 2009 14:18:24 -0500
changeset 284 43ba1beba007
parent 0 fb279309251b
permissions -rw-r--r--
Updated web resource links to point to SFO now

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