uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestNestedGenerate.rss
author dadubrow
Tue, 27 Apr 2010 13:17:04 -0500
branchRCL_2_4
changeset 1305 68114c404585
parent 0 fb279309251b
permissions -rw-r--r--
bug 11181

#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";
					};
				}
			};
		};
	}