diff -r 000000000000 -r fb279309251b uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestNestedGenerate.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestNestedGenerate.rss Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,32 @@ +#include +#include +#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"; + }; + } + }; + }; + }