uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestStandalone.rss
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:02:48 -0500
changeset 51 da820b19f9da
parent 2 d760517a8095
permissions -rw-r--r--
merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
#include <arraydialog.rh>
cawthron
parents:
diff changeset
     2
#include <enumsheader.rh>
cawthron
parents:
diff changeset
     3
#include "output.hrh"
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
RESOURCE DIALOG r_test_standalone
cawthron
parents:
diff changeset
     6
	{
cawthron
parents:
diff changeset
     7
	lines =
cawthron
parents:
diff changeset
     8
		{
cawthron
parents:
diff changeset
     9
		DIALOG_LINE_REF
cawthron
parents:
diff changeset
    10
			{
cawthron
parents:
diff changeset
    11
			id = EMyContainerTestStandaloneLabel1;
cawthron
parents:
diff changeset
    12
			type = EEikCtLabel;
cawthron
parents:
diff changeset
    13
			ref = r_test_standalone_label1_ref;
cawthron
parents:
diff changeset
    14
			},
cawthron
parents:
diff changeset
    15
		DIALOG_LINE_REF
cawthron
parents:
diff changeset
    16
			{
cawthron
parents:
diff changeset
    17
			id = EMyContainerTestStandaloneLabel2;
cawthron
parents:
diff changeset
    18
			type = EEikCtLabel;
cawthron
parents:
diff changeset
    19
			ref = r_test_standalone_label2_ref;
cawthron
parents:
diff changeset
    20
			}
cawthron
parents:
diff changeset
    21
		};
cawthron
parents:
diff changeset
    22
	}
cawthron
parents:
diff changeset
    23
RESOURCE LABEL r_test_standalone_label1_ref
cawthron
parents:
diff changeset
    24
	{
cawthron
parents:
diff changeset
    25
	text = "literal string 1";
cawthron
parents:
diff changeset
    26
	}
cawthron
parents:
diff changeset
    27
RESOURCE LABEL r_test_standalone_label2_ref
cawthron
parents:
diff changeset
    28
	{
cawthron
parents:
diff changeset
    29
	text = "literal string 2";
cawthron
parents:
diff changeset
    30
	}