public FamilyTieGraph() { this.AutoSize = true; this.SaveBounds = true; this.LockItems = false; ImagePanel eip = new ImagePanel(); isz = new Size(120, eip.BestSize(48, 48).Height); eip.Dispose(); }