uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestArrayWithUniqueInstances.rss
author stechong
Tue, 14 Sep 2010 13:37:29 -0500
changeset 2001 75d787292eea
parent 0 fb279309251b
permissions -rw-r--r--
Updated the dynamic p2 installer to improve progress reporting and check for cancel during install.

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