m_checkLockItems=newwxCheckBox(this,wxID_ANY,_("Units are not interchangeable"),wxDefaultPosition,wxDefaultSize,0);
m_checkLockItems->SetToolTip(_("Check this option to allow symbols with multiple units to have different\nelements. Uncheck this option when all symbol units are identical except\nfor pin numbers."));
m_checkUnitsInterchangeable=newwxCheckBox(this,wxID_ANY,_("All units are interchangeable"),wxDefaultPosition,wxDefaultSize,0);
m_checkUnitsInterchangeable->SetToolTip(_("Check this option to allow symbols with multiple units to have different\nelements. Uncheck this option when all symbol units are identical except\nfor pin numbers."));