uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestUpdatingEnums1.rss
author timkelly
Wed, 16 Jun 2010 12:09:43 -0500
branchC3_BUILDER_WORK
changeset 1477 f4dfa2236dcf
parent 0 fb279309251b
permissions -rw-r--r--
fix problem with sbsv2 context equals (ignore case on platform and target)

#include <arraydialog.rh>
#include <enumsheader.rh>
#include "TestUpdatingEnums.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";
				};
			}
		};
	}