private void newToolStripMenuItem_Click(object sender, EventArgs e) { blendunit = new MadScience.Wrappers.BlendUnit(); txtSlideLeft.Text = ""; txtSlideRight.Text = ""; txtSortIndex.Text = ""; txtStringLocaleHash.Text = ""; for (int i = 0; i < chkListCasPanelGroup.Items.Count; i++) { chkListCasPanelGroup.SetItemChecked(i, false); } chkBiDirectional.Checked = false; }