Hello,

I placed this checkbox named owner on my form. When i build the project i got the error as

'owner' conflicts with property 'owner' in the base class 'Form' and should be declared 'Shadows'
After that i changed the text property of the checkbox to 'owners' having thought that i changed its name and then i found and replaced all text 'owners' to 'owner' "in current project". After that the checkbox has vanished from the form and i can see it nowhere. i even tried setting its tab stop property and after tabbing too i cant see it anywhere. Even the visible property is true.

What can be done now? is it somehow possible to delete this component so that i can redo the process again?