/// <summary>
 /// Initializes a new instance of the <see cref="MapObjectInspectorToolForm"/> class.
 /// </summary>
 public MapObjectInspectorToolForm(TileControl tileControl, BrushOptions brushOptions)
 {
     InitializeComponent();
     mapObjectInspector1.TileControl  = tileControl;
     mapObjectInspector1.BrushOptions = brushOptions;
 }