uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestNestedGenerate.rss
author fturovic <frank.turovich@nokia.com>
Fri, 23 Jul 2010 15:40:47 -0500
changeset 1679 4dbd593daf6d
parent 0 fb279309251b
permissions -rw-r--r--
revised remaining welcome page icons for C3

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

RESOURCE FORM r_test_form
	{
	flags = 456;
	dialog = DIALOG
		{
		lines =
			{
			DIALOG_LINE
				{
				id = EMyContainerTestFormCheckbox;
				type = EEikCtCheckbox;
				field = CHECKBOX
					{
					defaultChecked = 1;
					};
				},
			DIALOG_LINE
				{
				id = EMyContainerTestFormLabel;
				type = EEikCtLabel;
				field = LABEL
					{
					text = "literal string";
					};
				}
			};
		};
	}