author | dadubrow |
Tue, 27 Apr 2010 13:17:04 -0500 | |
branch | RCL_2_4 |
changeset 1305 | 68114c404585 |
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"; }; } }; }; }