private void btnAlert_Click(object sender, EventArgs e) { Layer2.Alert(pnlContent, "发生错误", new Size(300, 100), 2000); }