uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref2/TestUpdatingEnums0.rss
author fturovic <frank.turovich@nokia.com>
Tue, 08 Dec 2009 13:29:23 -0600
branchRCL_2_4
changeset 652 e5b82194dad4
parent 0 fb279309251b
permissions -rw-r--r--
updated release notes for 2.4

#include <arraydialog.rh>
#include <enumsheader.rh>
#include "TestUpdatingEnums.hrh"
#include "TestUpdatingEnums0.hrh"

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