uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestUpdatingEnums1.rss
equal
deleted
inserted
replaced
|
1 #include <arraydialog.rh> |
|
2 #include <enumsheader.rh> |
|
3 #include "TestUpdatingEnums.hrh" |
|
4 |
|
5 RESOURCE DIALOG r_test_dialog_sub |
|
6 { |
|
7 lines = |
|
8 { |
|
9 DIALOG_LINE |
|
10 { |
|
11 id = EMyContainerTestDialogCheckboxSub; |
|
12 type = EEikCtCheckbox; |
|
13 field = CHECKBOX |
|
14 { |
|
15 defaultChecked = 1; |
|
16 }; |
|
17 }, |
|
18 DIALOG_LINE |
|
19 { |
|
20 id = EMyContainerTestDialogLabelSub; |
|
21 type = EEikCtLabel; |
|
22 field = LABEL |
|
23 { |
|
24 text = "literal string"; |
|
25 }; |
|
26 } |
|
27 }; |
|
28 } |