uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayDialogSub.rss
author Ed Swartz <ed.swartz@nokia.com>
Fri, 02 Jul 2010 09:32:59 -0500
branchRCL_2_4
changeset 1571 b1641b8ccefb
parent 0 fb279309251b
permissions -rw-r--r--
Fix bug 11324. Prefer *.flm over *.mk/*.meta for the actual extension makefile driver files

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