protected override void Dispose(bool disposing) { base.Dispose(disposing); if (disposing) { if (label != null) { label.Dispose(); label = null; } } }