//发送测试短信 private void btnSendTest_Click(object sender, EventArgs e) { if (m_config.ColID_IsIncre) { frmSendSMS frm = new frmSendSMS(); frm.ShowDialog(); } else { MessageBox.Show("测试短信发送失败,原因:测试短信只针对主键自增长的表结构"); } }