2
|
1 |
#include <arraydialog.rh>
|
|
2 |
#include <enumsheader.rh>
|
|
3 |
#include "output.hrh"
|
|
4 |
|
|
5 |
RESOURCE DIALOG r_test_standalone
|
|
6 |
{
|
|
7 |
lines =
|
|
8 |
{
|
|
9 |
DIALOG_LINE_REF
|
|
10 |
{
|
|
11 |
id = EMyContainerTestStandaloneLabel1;
|
|
12 |
type = EEikCtLabel;
|
|
13 |
ref = r_test_standalone_label1_ref;
|
|
14 |
},
|
|
15 |
DIALOG_LINE_REF
|
|
16 |
{
|
|
17 |
id = EMyContainerTestStandaloneLabel2;
|
|
18 |
type = EEikCtLabel;
|
|
19 |
ref = r_test_standalone_label2_ref;
|
|
20 |
}
|
|
21 |
};
|
|
22 |
}
|
|
23 |
RESOURCE LABEL r_test_standalone_label1_ref
|
|
24 |
{
|
|
25 |
text = "literal string 1";
|
|
26 |
}
|
|
27 |
RESOURCE LABEL r_test_standalone_label2_ref
|
|
28 |
{
|
|
29 |
text = "literal string 2";
|
|
30 |
}
|