author | fturovic <frank.turovich@nokia.com> |
Wed, 03 Mar 2010 14:12:28 -0600 | |
branch | RCL_2_4 |
changeset 1072 | 40295ddd1f74 |
parent 0 | fb279309251b |
permissions | -rw-r--r-- |
#include <arraydialog.rh> #include <enumsheader.rh> #include "output.hrh" RESOURCE FORM r_test_form { flags = 456; dialog = DIALOG { lines = { DIALOG_LINE { id = EMyContainerTestFormCheckbox; type = EEikCtCheckbox; field = CHECKBOX { defaultChecked = 1; }; }, DIALOG_LINE { id = EMyContainerTestFormLabel; type = EEikCtLabel; field = LABEL { text = "literal string"; }; } }; }; }