数据库内容赋给comboBox
string FindMonth = "select PathMonth from hzPath where 检查编号='" + txtID.Text + "'";object readMonth = MySqlHelper.ExecuteScalar(MySqlHelper.Conn, CommandType.Text, FindMonth, null);comboMonth.Items.Add(readMonth.ToString());