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