uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestNestedGenerate.rss
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 #include <arraydialog.rh>
       
     2 #include <enumsheader.rh>
       
     3 #include "output.hrh"
       
     4 
       
     5 RESOURCE FORM r_test_form
       
     6 	{
       
     7 	flags = 456;
       
     8 	dialog = DIALOG
       
     9 		{
       
    10 		lines =
       
    11 			{
       
    12 			DIALOG_LINE
       
    13 				{
       
    14 				id = EMyContainerTestFormCheckbox;
       
    15 				type = EEikCtCheckbox;
       
    16 				field = CHECKBOX
       
    17 					{
       
    18 					defaultChecked = 1;
       
    19 					};
       
    20 				},
       
    21 			DIALOG_LINE
       
    22 				{
       
    23 				id = EMyContainerTestFormLabel;
       
    24 				type = EEikCtLabel;
       
    25 				field = LABEL
       
    26 					{
       
    27 					text = "literal string";
       
    28 					};
       
    29 				}
       
    30 			};
       
    31 		};
       
    32 	}