protected override void OnLoad(EventArgs e) { base.OnLoad(e); lblQuickFind.ForeColor = lblOn.ForeColor = lblCol.ForeColor = VsThemes.GetWindowTextColor(); lblQuickFind.Location = new Point(btnClose.Right, GetY(lblQuickFind)); txtToFind.Location = new Point(lblQuickFind.Right, GetY(txtToFind)); lblOn.Location = new Point(txtToFind.Right, GetY(lblOn)); lblCol.Location = new Point(lblOn.Right, GetY(lblCol)); }