def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)
     StrPropEdit = PropertyEditors.StrConstrPropEdit
     self.editors.update({
         'LabelText': StrPropEdit, 'ButtonText': StrPropEdit,
         'ToolTip': StrPropEdit, 'DialogTitle': StrPropEdit,
         'StartDirectory': StrPropEdit, 'InitialValue': StrPropEdit, 
         'FileMask': StrPropEdit,
     })
 def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)
     self.editors.update({'Bitmaps': BitmapsConstrPropEdit})
 def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)