I've changed the BaseForm.vbas
Public Class BaseForm
Inherits MyBaseForm
Implements MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl
MyBaseForm is inhereted from Devexpress XtraForm.
I 've got error message below in design time when strataframe objects were dropped on my form. My form is based on StandartForm which is based on my changed BaseForm.
"The object that the business object has been dropped on must be implement
MicroFour.strataFrame.UI.Windows.Forms.IcontainerControl"