protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } if (ownerGrid != null) { ownerGrid.Dispose(); } if (lblWidthHeight != null) { lblWidthHeight.Dispose(); } if (lblColRow != null) { lblColRow.Dispose(); } if (cbColRow != null) { cbColRow.Dispose(); } if (btClose != null) { btClose.Dispose(); } if (txtWidthHeight != null) { txtWidthHeight.Dispose(); } } base.Dispose(disposing); }