author | dadubrow |
Tue, 16 Jun 2009 08:36:45 -0500 | |
changeset 250 | a2c610d72af3 |
parent 0 | fb279309251b |
permissions | -rw-r--r-- |
#include <arraydialog.rh> #include <enumsheader.rh> #include "TestUpdatingEnums.hrh" RESOURCE DIALOG r_test_dialog_sub { lines = { DIALOG_LINE { id = EMyContainerTestDialogCheckboxSub; type = EEikCtCheckbox; field = CHECKBOX { defaultChecked = 1; }; }, DIALOG_LINE { id = EMyContainerTestDialogLabelSub; type = EEikCtLabel; field = LABEL { text = "literal string"; }; } }; }