void DestroyFindPanel() { findPanel.Dispose(); findPanel = null; }
void CreateFindPanel() { findPanel = new FindPanel(this, tree); }