uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestUpdatingEnumsFromMacros.rss
author timkelly
Wed, 24 Jun 2009 14:21:31 -0500
changeset 297 192fda8b2d77
parent 0 fb279309251b
permissions -rw-r--r--
update test for plat macros to use newer SDK (S60 5th ed.)

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

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