private void sHA1ToolStripMenuItem_Click(object sender, EventArgs e) { CheckForm checkForm = new CheckForm(); SetFormInPanel(checkForm); checkForm.SelectTabPages(1); }
/******************生成【编码转换】窗口【end】*************************************************/ /******************生成【文件校验】窗口【start】***********************************************/ private void mD5ToolStripMenuItem_Click(object sender, EventArgs e) { CheckForm checkForm = new CheckForm(); SetFormInPanel(checkForm); //checkForm.ParentForm.Width = 875; //checkForm.ParentForm.Height = 640; checkForm.SelectTabPages(0); }