uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayDialog.rss
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 #include <arraydialog.rh>
       
     2 
       
     3 RESOURCE DIALOG r_test_dialog
       
     4 	{
       
     5 	lines =
       
     6 		{
       
     7 		CHECKBOX
       
     8 			{
       
     9 			defaultChecked = 1;
       
    10 			},
       
    11 		LABEL
       
    12 			{
       
    13 			text = "literal string";
       
    14 			}
       
    15 		};
       
    16 	}